Skip to content

Instantly share code, notes, and snippets.

@jaroslavas
jaroslavas / fastlane.rb
Last active September 24, 2018 22:02
Fastlane tricks
# Useful stuff for fastlane configuration. Most of the stuff is taken
# from public examples anc collecetd it here to have everything in one place.
# Set app version or build number:
# https://github.com/fastlane/fastlane/blob/10f316756fb0b2c3e486b4fb3c26ac6393e32146/fastlane/docs/Actions.md#modifying-project
increment_version_number(
version_number: '2.1.1' # Set a specific version number