Created
May 1, 2015 21:33
-
-
Save joshdholtz/56296881ccb3f3a7dd82 to your computer and use it in GitHub Desktop.
Fastlane - Get version and build number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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