Skip to content

ahanmal/steps-set-xcode-git-build-number

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set Xcode Git Build Number

This is a Bitrise step to aid in CI. This step will generate a build number based off the current date and latests git commit. The build number for the app and all extensions will be updated to the new generated build number.

How to use this Step

Int the bitrise.yml file for your workflow add this step before xcode-archive

- git::https://github.com/InVisionApp/steps-set-xcode-git-build-number.git@master: {}

How to test

  1. Download Bitrises CLI tool.
  2. Clone this repo
  3. Create a file in the new repo named ".bitrise.secrets.yml"
  4. Add the line MY_PLIST_PATHS :
  5. Run bitrise run test

About

Personal Fork of InVision's Set Xcode Git Build Number

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%