if(APPLE)
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX")
- set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10" CACHE STRING
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING
"Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value")
- set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.10.sdk" CACHE PATH
+ set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.11.sdk" CACHE PATH
"The product will be built against the headers and libraries located inside the indicated SDK.")
endif(APPLE)
if(APPLE)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/lugaru DESTINATION ${LUGARU_BINDIR})
install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${LUGARU_APP_ROOT})
- install(FILES ${CMAKE_SOURCE_DIR}/Dist/OSX/lugaru.icns DESTINATION ${LUGARU_RESDIR})
+ install(FILES ${CMAKE_SOURCE_DIR}/Dist/OSX/Lugaru.icns DESTINATION ${LUGARU_RESDIR})
install(FILES ${CMAKE_SOURCE_DIR}/Dist/OSX/Info.plist DESTINATION ${LUGARU_APP_ROOT}/Contents)
endif(APPLE)
<key>CFBundleExecutable</key>
<string>lugaru</string>
<key>CFBundleIconFile</key>
- <string>lugaru.icns</string>
+ <string>Lugaru.icns</string>
<key>CFBundleIdentifier</key>
<string>com.wolfire.Lugaru</string>
<key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>LSMinimumSystemVersion</key>
- <string>10.5.0</string>
+ <string>10.11.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSMainNibFile</key>