widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #14087
[Merge] lp:~widelands-dev/widelands/bug-1784490-show-version-in-mac-finder into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/bug-1784490-show-version-in-mac-finder into lp:widelands.
Commit message:
Add CFBundleShortVersionString to Mac builds.
Requested reviews:
Widelands Developers (widelands-dev)
Related bugs:
Bug #1784490 in widelands: "macOS: Version neither in Finder nor Spotlight shown"
https://bugs.launchpad.net/widelands/+bug/1784490
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug-1784490-show-version-in-mac-finder/+merge/352874
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/bug-1784490-show-version-in-mac-finder into lp:widelands.
=== modified file 'utils/macos/build_app.sh'
--- utils/macos/build_app.sh 2017-05-14 21:06:23 +0000
+++ utils/macos/build_app.sh 2018-08-10 07:56:58 +0000
@@ -62,6 +62,7 @@
CFBundleDisplayName = Widelands;
CFBundleIdentifier = "org.widelands.wl";
CFBundleVersion = "$WLVERSION";
+ CFBundleShortVersionString = "$WLVERSION";
CFBundleInfoDictionaryVersion = "6.0";
CFBundlePackageType = APPL;
CFBundleSignature = wdld;
References