johndbritton / teleport

Virtual KVM for macOS
GNU General Public License v2.0
790 stars 132 forks source link

Automate generating version and build number in Xcode #83

Open johndbritton opened 3 years ago

johndbritton commented 3 years ago

Feature request

A detailed description of the proposed feature

Automate the project Version and Build numbers in Xcode so they don't need to be managed manually. This info should be sourced from Git. I'd expect the version number to be based off the tag (v1.3.0 would be 1.3.0) and the build number would be based on the commit hash.

The motivation for the feature

Every time I release the app I have to remember what to change and sometimes I forget to update it.

How the feature would be relevant to at least 90% of Teleport users

Faster and more reliable releases.

What alternatives to the feature have been considered

Doing it manually, which is error prone.