macOS: add version to info.plist

This commit is contained in:
selsta
2020-02-13 03:19:18 +01:00
parent eb7fae92ef
commit 478fddaf57
2 changed files with 10 additions and 0 deletions

View File

@@ -26,6 +26,12 @@
<key>CFBundleIdentifier</key>
<string>org.monero-project.monero-wallet-gui</string>
<key>CFBundleVersion</key>
<string>@VERSION_LONG@</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>