Skip to content

Version bumper for iOS projects

Actions
Bumps the version number of a project
v1.0.2
Latest
Star (4)

Version bumper for iOS projects

This action will check the App Store Connect based on the provided inputs and bumps the bundle version number of the already checked out xcode project. Apple Generic should be set for the Versioning System build setting.

Please use secrets when appropriate!

How to add a secrets?

Inputs

appStoreConnectPrivateKey

Required App Store Connect private key with header and footer

keyID

Required App Store Connect private key identifier

issuerID

Required App Store Connect issuer identifier

targetName

Required Target name to identify the application

Example usage

- name: Build number bump
  uses: ngeri/version-bump@v1.0.2
  with:
    appStoreConnectPrivateKey: ${{ secrets.appStoreConnectPrivateKey }}
    keyID: ${{ env.keyID }}
    issuerID: ${{ env.issuerID }}
    targetName: ${{ env.targetName }}

Version bumper for iOS projects is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Bumps the version number of a project
v1.0.2
Latest

Version bumper for iOS projects is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.