Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indirect/xcode-git-build-scripts
making git and xcode together less painful since 2008
https://github.com/indirect/xcode-git-build-scripts
Last synced: 26 days ago
JSON representation
making git and xcode together less painful since 2008
- Host: GitHub
- URL: https://github.com/indirect/xcode-git-build-scripts
- Owner: indirect
- Created: 2008-11-03T01:44:24.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2020-06-27T06:53:49.000Z (over 4 years ago)
- Last Synced: 2024-05-01T22:08:27.011Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Scripts to help you use git on Xcode projects.
`autocommit-build.sh` will commit to the branch `builds` every time Xcode executes a build.
`git-version.sh` will set the version number in Info.plist based on the most recent git tag. It will include the number of commits since then, and the short version of the sha1 hash of the exact commit that was built.