Skip to content

Commit c54ca54

Browse files
committed
Revert "Force check for testing"
This reverts commit 3576d3e.
1 parent a7f6de7 commit c54ca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildcache_xcargs = 'CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++'
1818
is_localhost = !is_ci
1919
project_package_resolved = "#{xcode_project}/project.xcworkspace/xcshareddata/swiftpm/Package.resolved"
2020
swift_environment_path = File.absolute_path('../Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift')
21-
@force_check = true
21+
@force_check = false
2222

2323
before_all do |lane|
2424
if is_ci

0 commit comments

Comments
 (0)