Skip to content

Instantly share code, notes, and snippets.

@MSch
Forked from aquarius/gist:1295218
Created October 20, 2011 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MSch/1301781 to your computer and use it in GitHub Desktop.
Save MSch/1301781 to your computer and use it in GitHub Desktop.
Runs script build phase "Add git ref/tag to Info.plist"
defaults write "${TARGET_BUILD_DIR}"/"${CONTENTS_FOLDER_PATH}"/Info GitVersion `git describe --always --tags --dirty`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment