We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab8df8 commit 1a2e27eCopy full SHA for 1a2e27e
examples/SampleApp/fastlane/Fastfile
@@ -33,11 +33,7 @@ lane :deploy_to_testflight_qa do |options|
33
xcodeproj: xcode_project
34
)
35
36
- current_build_number = app_store_build_number(
37
- api_key: appstore_api_key,
38
- live: false,
39
- app_identifier: bundle_id
40
- )
+ current_build_number = 799
41
42
increment_build_number(
43
build_number: current_build_number + 1,
0 commit comments