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 2a367f3 commit 76a70c8Copy full SHA for 76a70c8
fastlane/Fastfile
@@ -19,7 +19,7 @@ source_packages_path = is_ci ? 'spm_cache' : nil
19
gci = ENV['GOOGLE_CLIENT_ID'] || ''
20
reversed_gci = gci.split('.').reverse.join('.')
21
is_localhost = !is_ci
22
-@force_check = true
+@force_check = false
23
swift_environment_path = File.absolute_path('../Sources/StreamVideo/Generated/SystemEnvironment+Version.swift')
24
25
before_all do |lane|
0 commit comments