https://github.com/josephschmitt/updatebuild.sh
Bash shell script to update an Xcode project's build number and save it to a text file.
https://github.com/josephschmitt/updatebuild.sh
Last synced: 2 months ago
JSON representation
Bash shell script to update an Xcode project's build number and save it to a text file.
- Host: GitHub
- URL: https://github.com/josephschmitt/updatebuild.sh
- Owner: josephschmitt
- License: wtfpl
- Created: 2013-09-03T18:58:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T19:35:44.000Z (over 11 years ago)
- Last Synced: 2025-01-22T13:40:13.374Z (4 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
updatebuild.sh
==============Simple bash script that sets the build number on an Xcode project to whatever value is in a text file +1. If the specified text file doesn't exist, it'll create it and set it to build number 1. This is useful if you are creating Xcode builds from multiple locations or jobs but need to keep a sequential build numbering system (e.g. multiple Jenkins build jobs that point to the same app beta on Hockey).
Usage
=====`source updatebuild.sh path/to/plist/file.plist build/file.txt`