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.
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: {}
- Download Bitrises CLI tool.
- Clone this repo
- Create a file in the new repo named ".bitrise.secrets.yml"
- Add the line MY_PLIST_PATHS :
- Run
bitrise run test