~widelands-dev/widelands/remove_executable_bit

« back to all changes in this revision

Viewing changes to utils/macos/build_app.sh

  • Committer: GunChleoc
  • Author(s): Toni Förster
  • Date: 2018-08-10 07:53:15 UTC
  • mto: This revision was merged to the branch mainline in revision 8779.
  • Revision ID: fios@foramnagaidhlig.net-20180810075315-1av8mu0e06h7qzf8
Add CFBundleShortVersionString to Mac builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
   CFBundleDisplayName = Widelands;
63
63
   CFBundleIdentifier = "org.widelands.wl";
64
64
   CFBundleVersion = "$WLVERSION";
 
65
   CFBundleShortVersionString = "$WLVERSION";
65
66
   CFBundleInfoDictionaryVersion = "6.0";
66
67
   CFBundlePackageType = APPL;
67
68
   CFBundleSignature = wdld;