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
Update current Xcode target's build ...Update current Xcode target's build number with the number of commits on a specified branch. http://tgoode.com/2014/06/05/sensible-way-increment-bundle-version-cfbundleversion-xcode/
1
#!/bin/bash
2
3
# update_build_number.sh
4
# Usage: `update_build_number.sh [branch]`
5
# Run this script after the 'Copy Bundle Resources' build phase