Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created March 12, 2017 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benbahrenburg/9ba4dc6080dd0d94c959568ba0653c2a to your computer and use it in GitHub Desktop.
Save benbahrenburg/9ba4dc6080dd0d94c959568ba0653c2a to your computer and use it in GitHub Desktop.
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