Skip to content

Instantly share code, notes, and snippets.

@itod
Last active December 12, 2015 00:58
Show Gist options
  • Select an option

  • Save itod/4687756 to your computer and use it in GitHub Desktop.

Select an option

Save itod/4687756 to your computer and use it in GitHub Desktop.
Update CFBundleVersion
if [ $CONFIGURATION = "Debug" ]; then
exit 0;
fi
NEW_VERSION=`svnversion -n ./ | /usr/bin/perl -pe 's/(\d+:)?(\d+)[MS]*$/$2/eg'`
echo $NEW_VERSION;
/usr/libexec/PListBuddy -c "Set CFBundleVersion $NEW_VERSION" "$SOURCE_ROOT/Info.plist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment