Skip to content

Commit 4df163d

Browse files
committed
Test
1 parent d276ad2 commit 4df163d

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
@@ -17,7 +17,7 @@ buildcache_xcargs = 'CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++'
1717
is_localhost = !is_ci
1818
project_package_resolved = "#{xcode_project}/project.xcworkspace/xcshareddata/swiftpm/Package.resolved"
1919
swift_environment_path = File.absolute_path('../Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift')
20-
@force_check = false
20+
@force_check = true # FIXME
2121

2222
before_all do |lane|
2323
if is_ci

0 commit comments

Comments
 (0)