This script will update Info.plist of a target in XCode with the following
CFBundleVersion
to the git commit countGitDate
to the date of the last commitGitBranch
to the current branch nameGitTag
to the latest tag on current branch
Creates a .version file to track last update and appease XCode needing a non-mutable output path.