mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-12 21:28:05 +01:00
Extend (Intel) Mac compatibility all the way to OS X El Capitan
This commit is contained in:
parent
e0d62792e8
commit
318557c75f
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ if(APPLE)
|
|||
set(MACOSX_RPATH)
|
||||
set(CMAKE_BUILD_WITH_INSTALL_RPATH true)
|
||||
set(CMAKE_INSTALL_RPATH "@executable_path/../Frameworks")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11")
|
||||
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
|
||||
list(APPEND SDL2_PATH "${CMAKE_CURRENT_LIST_DIR}/Libs")
|
||||
list(APPEND SDL2_MIXER_PATH "${CMAKE_CURRENT_LIST_DIR}/Libs")
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
</array>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue