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 a7f6de7 commit c54ca54Copy full SHA for c54ca54
fastlane/Fastfile
@@ -18,7 +18,7 @@ buildcache_xcargs = 'CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++'
18
is_localhost = !is_ci
19
project_package_resolved = "#{xcode_project}/project.xcworkspace/xcshareddata/swiftpm/Package.resolved"
20
swift_environment_path = File.absolute_path('../Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift')
21
-@force_check = true
+@force_check = false
22
23
before_all do |lane|
24
if is_ci
0 commit comments