Created
December 20, 2011 15:06
-
-
Save steipete/1501874 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# postprocess Info.plist to include the git hash | |
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion `git rev-list --all |wc -l`" "${INSTALL_DIR}/Versions/${FMK_VERSION}/Resources/Info.plist" | |
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString `git describe --tags`" "${INSTALL_DIR}/Versions/${FMK_VERSION}/Resources/Info.plist" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment