summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-19 15:45:07 +0300
committerAndras Timar <andras.timar@collabora.com>2015-05-19 12:52:34 +0200
commit52e35fae59972a4fe397c17570256392fdee7481 (patch)
tree941d42a4e17e94f0a70b3e176dc61cac42c42821 /sysui
parentc2749874ff538bebe57e56df80bf1142ba1d8b66 (diff)
We need CFBundleVersion, too
Change-Id: I50c12ffd741baf12589069d90f47566c5324ce7f (cherry picked from commit 68d186d3428df91c3efddb26294807d573c6306e)
Diffstat (limited to 'sysui')
-rwxr-xr-xsysui/desktop/macosx/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index b9c78c09ec6c..6f6f711f380f 100755
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1541,6 +1541,8 @@
<string>main.icns</string>
<key>CFBundleShortVersionString</key>
<string>@MACOSX_BUNDLE_SHORTVERSION@</string>
+ <key>CFBundleVersion</key>
+ <string>@MACOSX_BUNDLE_SHORTVERSION@</string>
<key>CFBundleIdentifier</key>
<string>@MACOSX_BUNDLE_IDENTIFIER@</string>
<key>CFBundleInfoDictionaryVersion</key>