diff options
| author | selsta <selsta@sent.at> | 2020-02-13 03:19:18 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-02-14 14:32:04 +0100 |
| commit | 478fddaf57d31212f5280a128b42ec4ee7cd5d2a (patch) | |
| tree | b52a464167fb8fc469b52e4c14c9661c015b07ee /share | |
| parent | eb7fae92ef0ed01a1d17e56fac217c6450716ccc (diff) | |
| download | monzero-gui-478fddaf57d31212f5280a128b42ec4ee7cd5d2a.tar.gz monzero-gui-478fddaf57d31212f5280a128b42ec4ee7cd5d2a.tar.xz monzero-gui-478fddaf57d31212f5280a128b42ec4ee7cd5d2a.zip | |
macOS: add version to info.plist
Diffstat (limited to 'share')
| -rw-r--r-- | share/Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/Info.plist b/share/Info.plist index 438443d2..7484844d 100644 --- a/share/Info.plist +++ b/share/Info.plist @@ -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/> |
