Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patissier-boulanger/a24d25fc940cc55746167cd9d495e5d3 to your computer and use it in GitHub Desktop.
Save patissier-boulanger/a24d25fc940cc55746167cd9d495e5d3 to your computer and use it in GitHub Desktop.
sync version ios fastlane
desc "Increase Version Name"
lane :increase_version_name_iOS do
package = load_json(json_path: "../package.json")
package_version = package['version']
increment_version_number(
version_number: package_version
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment