From ac4cd5835424ae55f870e342efd0a88e66649dbe Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 7 Feb 2013 12:29:54 -0500 Subject: bugfix: Actually use Set instead of Add after we added the key to Info.plist manually diff --git a/scripts/release-common.sh b/scripts/release-common.sh index abfdeb8..a30d43a 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -236,7 +236,7 @@ echo "Creating archive.." case $OS in MACOSX) - /usr/libexec/PlistBuddy -c "Add :CFBundleVersion string $VERSIONDATE" OpenSCAD.app/Contents/Info.plist + /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VERSIONDATE" OpenSCAD.app/Contents/Info.plist macdeployqt OpenSCAD.app -dmg -no-strip mv OpenSCAD.dmg OpenSCAD-$VERSION.dmg hdiutil internet-enable -yes -quiet OpenSCAD-$VERSION.dmg -- cgit v0.10.1