]> git.jsancho.org Git - lugaru.git/commitdiff
Adjust macOS build information to new minimum OS version
authorNeal Gompa <ngompa13@gmail.com>
Sun, 11 Dec 2016 21:02:29 +0000 (16:02 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sun, 11 Dec 2016 21:05:37 +0000 (16:05 -0500)
CMakeLists.txt
Dist/OSX/Info.plist
Dist/OSX/Lugaru.icns [new file with mode: 0644]
Dist/OSX/lugaru.icns [deleted file]

index 6faa895eea13d36d2912f6deb2069854d700f081..2e5c4a6a9bc56b6c5698063667f830199e37c49f 100644 (file)
@@ -27,9 +27,9 @@ set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses -pedantic --std=c++11 ${CMAKE_CXX_FL
 
 if(APPLE)
     set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX")
 
 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")
         "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)
 
         "The product will be built against the headers and libraries located inside the indicated SDK.")
 endif(APPLE)
 
@@ -282,7 +282,7 @@ endif(LINUX)
 if(APPLE)
     install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/lugaru DESTINATION ${LUGARU_BINDIR})
     install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${LUGARU_APP_ROOT})
 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)
 
     install(FILES ${CMAKE_SOURCE_DIR}/Dist/OSX/Info.plist DESTINATION ${LUGARU_APP_ROOT}/Contents)
 endif(APPLE)
 
index dccd26b96f9be7cb8084a47464b38a4ec0a4d732..ae70315439cda2462eae30cf05d5c0ec3cf58cb4 100644 (file)
@@ -7,7 +7,7 @@
        <key>CFBundleExecutable</key>
        <string>lugaru</string>
        <key>CFBundleIconFile</key>
        <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>CFBundleIdentifier</key>
        <string>com.wolfire.Lugaru</string>
        <key>CFBundleInfoDictionaryVersion</key>
@@ -21,7 +21,7 @@
        <key>CFBundleShortVersionString</key>
        <string>1.1</string>
        <key>LSMinimumSystemVersion</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>
        <key>CFBundleVersion</key>
        <string>1</string>
        <key>NSMainNibFile</key>
diff --git a/Dist/OSX/Lugaru.icns b/Dist/OSX/Lugaru.icns
new file mode 100644 (file)
index 0000000..b3c918a
Binary files /dev/null and b/Dist/OSX/Lugaru.icns differ
diff --git a/Dist/OSX/lugaru.icns b/Dist/OSX/lugaru.icns
deleted file mode 100644 (file)
index b3c918a..0000000
Binary files a/Dist/OSX/lugaru.icns and /dev/null differ