You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
Pinched from AutoDMG & added to AutoCasperNBI, add to build phase:
Helps when testing & people are compiling own versions:
#
# Sets the version string to a monotonically increased string, based on
# the number of git commits.
set -o errexit
set -o nounset
VERSION=$(git --git-dir="$PROJECT_DIR/.git" --work-tree="$PROJECT_DIR" log | grep '^commit' | wc -l)
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VERSION" "$TARGET_BUILD_DIR/$INFOPLIST_PATH"```
The text was updated successfully, but these errors were encountered:
Pinched from AutoDMG & added to AutoCasperNBI, add to build phase:
Helps when testing & people are compiling own versions:
The text was updated successfully, but these errors were encountered: