Merge pull request #4744 from ligfx/cleanup-osx-cmake

CMake: Cleanup macOS-related logic
This commit is contained in:
Markus Wick
2017-01-24 14:36:10 +01:00
committed by GitHub
6 changed files with 28 additions and 61 deletions

View File

@ -75,10 +75,10 @@
<key>NSHumanReadableCopyright</key>
<string>Licensed under GPL version 2 or later (GPLv2+)</string>
<key>LSMinimumSystemVersion</key>
<string>${OSX_MIN_VERSION}</string>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>
</plist>

View File

@ -75,7 +75,7 @@
<key>NSHumanReadableCopyright</key>
<string>Licensed under GPL version 2</string>
<key>LSMinimumSystemVersion</key>
<string>${OSX_MIN_VERSION}</string>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHighResolutionCapable</key>