https://github.com/yonat/versionit
Simple bash script to change Xcode project version and build number, create git tag, and update podspec.
https://github.com/yonat/versionit
git podspec versioning xcode
Last synced: about 2 months ago
JSON representation
Simple bash script to change Xcode project version and build number, create git tag, and update podspec.
- Host: GitHub
- URL: https://github.com/yonat/versionit
- Owner: yonat
- Created: 2018-07-06T09:25:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T08:47:06.000Z (8 months ago)
- Last Synced: 2025-08-09T10:19:38.608Z (8 months ago)
- Topics: git, podspec, versioning, xcode
- Language: Shell
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
**VersionIt** is a script to change the version in several places:
* Xcode project version and build number
* Settings.bundle first DefaultValue
* podspec version
* git tag
* CHANGELOG.md [Unreleased] heading
* README.md occurrences of old version number
## Installation
With `curl`:
$ curl --create-dirs -O --output-dir /usr/local/bin https://raw.githubusercontent.com/yonat/versionit/HEAD/versionit && chmod a+x /usr/local/bin/versionit
Alternatively, clone the repo and then:
$ chmod 755 versionit
$ mv versionit /usr/local/bin
## Usage
See help:
$ versionit -h