CMake: Fill version in bundle info plist

This commit is contained in:
Stenzek
2024-08-05 00:29:12 +10:00
parent 6e795c8977
commit d862043f1d
3 changed files with 28 additions and 2 deletions

View File

@@ -33,8 +33,12 @@
<string>English</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${SCM_VERSION}</string>
<key>CFBundleVersionString</key>
<string>${SCM_VERSION}</string>
<key>NSHumanReadableCopyright</key>
<string>2019-2023 Connor McLaughlin &lt;stenzek@gmail.com&gt;</string>
<string>2019-2024 Connor McLaughlin &lt;stenzek@gmail.com&gt;</string>
<key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>LSApplicationCategoryType</key>