We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2751eb commit 0b4f50fCopy full SHA for 0b4f50f
1 file changed
fastlane/Fastfile
@@ -45,7 +45,7 @@ platform :ios do
45
end
46
47
lane :ci_beta do
48
- ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "120"
+ ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
49
increment_build_number({
50
build_number: latest_testflight_build_number(api_key_path: "api_key.json", app_identifier: "org.pennlabs.PennMobile") + 1
51
})
0 commit comments