Skip to content

Instantly share code, notes, and snippets.

@joshdholtz
Created May 1, 2015 21:33
Show Gist options
  • Save joshdholtz/56296881ccb3f3a7dd82 to your computer and use it in GitHub Desktop.
Save joshdholtz/56296881ccb3f3a7dd82 to your computer and use it in GitHub Desktop.
Fastlane - Get version and build number
# If you call these increment calls, the version numbers and build numbers should be avaiable in the Actions.lane_context
Actions.lane_context[Actions::SharedValues::BUILD_NUMBER]
Actions.lane_context[Actions::SharedValues::VERSION_NUMBER]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment