Created
March 12, 2017 22:16
-
-
Save benbahrenburg/9ba4dc6080dd0d94c959568ba0653c2a to your computer and use it in GitHub Desktop.
Fastlane build using setBuildNumberOnExtension
This file contains 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
desc "Create ipa" | |
lane :build do | |
increment_build_number | |
setBuildNumberOnExtension( | |
get_build_number | |
) | |
gym(scheme: "TestApp", workspace: "TestApp.xcworkspace", output_directory: "../../../Builds/TestApp", clean:true, silent: true, export_method: "enterprise") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment