summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-19 15:45:07 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-20 16:26:52 +0300
commit3cc5484cd92a0f4783fcd25444b5f839848931b1 (patch)
tree436c43ceef8009b50420be43a941b0e4c08a4c7d /sysui
parent62881294ded219f06f4beabbbea74806e24a310c (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 f6d1dc83e66d..6b9c0aa246ec 100755
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1406,6 +1406,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>