Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created March 12, 2017 22:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Fastlane build using setBuildNumberOnExtension
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