From b3674e53241d28c25ddec4983a9800bf815f5291 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 6 Nov 2015 01:39:32 -0500 Subject: [PATCH] Try and see if I can convince Apple to allow me to go back to a sane CFBundleVersion. --- Scripts/updatePlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/updatePlist b/Scripts/updatePlist index 69489e20..9d217e67 100755 --- a/Scripts/updatePlist +++ b/Scripts/updatePlist @@ -42,7 +42,7 @@ printf -v version '%s.%02d' "$major" "$minor" printf -v commit '%09d' "$((16#${description##*-g}))" addPlistWithKey GITDescription string "$description" -setPlistWithKey CFBundleVersion "${version//.}$commit" # No separator between version and commit because I had already submitted a CFBundleVersion with a really high major. Cry. +setPlistWithKey CFBundleVersion "$version.$commit" setPlistWithKey CFBundleShortVersionString "$version" setSettingWithTitle "Build" "$commit"