An open API service indexing awesome lists of open source software.

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.

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