diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-10-27 11:55:44 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2022-10-29 20:32:59 -0700 |
| commit | 68875dc06b8c9aa72cd2bc87d3b2d4eda73e020c (patch) | |
| tree | 60448b5b049066651267929d278707f1df4ccc72 /Source/Core | |
| parent | 0628794cb6fb2ee4840131066f3d51667a875a34 (diff) | |
MacUpdater: add version info to Updater.app too
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/MacUpdater/Info.plist.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/MacUpdater/Info.plist.in b/Source/Core/MacUpdater/Info.plist.in index 7248dc35b3..f9c9263682 100644 --- a/Source/Core/MacUpdater/Info.plist.in +++ b/Source/Core/MacUpdater/Info.plist.in @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>${DOLPHIN_WC_DESCRIBE}</string> <key>CFBundleVersion</key> - <string>1</string> + <string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string> <key>LSMinimumSystemVersion</key> - <string>10.9</string> + <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <key>NSHumanReadableCopyright</key> <string>Licensed under GPL version 2 or later (GPLv2+)</string> <key>NSMainStoryboardFile</key> |
