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