asc_bump_version
Bump the local app version by incrementing the build number and optionally updating the marketing version in all Xcode project files.
Instructions
Bump the local app version before a build. Increments the build number (CURRENT_PROJECT_VERSION) and optionally sets a new marketing version. Updates every .xcodeproj/project.pbxproj in the project dir, plus project.yml if the project uses xcodegen, so all sources stay in sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bump_build | No | Increment the build number | |
| marketing_version | No | New marketing version, e.g. '1.1.0'. Omit to keep the current one. |