MacUpdater: add version info to Updater.app too

This commit is contained in:
Shawn Hoffman 2022-10-27 11:55:44 -07:00
parent 0628794cb6
commit 68875dc06b
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0</string> <string>${DOLPHIN_WC_DESCRIBE}</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.9</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Licensed under GPL version 2 or later (GPLv2+)</string> <string>Licensed under GPL version 2 or later (GPLv2+)</string>
<key>NSMainStoryboardFile</key> <key>NSMainStoryboardFile</key>