diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-10-04 22:08:10 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-10-04 22:08:10 +0200 |
commit | 9743bf01cdead5db8a39f0d631eb07512a6662dc (patch) | |
tree | b10d8a23d8c70860d2728d131e18126a496d3002 /sysui/desktop | |
parent | dddc893807e30d26ccd031ffcf3bada42b5d43af (diff) |
Info.plist: add CFBundleVersion
Change-Id: Ib4a13e7b0e1a4ff528563c7a883c3dbbac864bf6
Diffstat (limited to 'sysui/desktop')
-rwxr-xr-x | sysui/desktop/macosx/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 294d25210593..7adf661546ca 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1517,6 +1517,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> |