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 7d719ee commit 3606716Copy full SHA for 3606716
fastlane/Fastfile
@@ -7,7 +7,7 @@ require 'xcodeproj'
7
import 'Sonarfile'
8
import 'Allurefile'
9
10
-xcode_version = ENV['XCODE_VERSION'] || '15.0'
+xcode_version = ENV['XCODE_VERSION'] || '15.0.1'
11
xcode_project = 'StreamChatSwiftUI.xcodeproj'
12
sdk_names = ['StreamChatSwiftUI']
13
github_repo = ENV['GITHUB_REPOSITORY'] || 'GetStream/stream-chat-swiftui'
0 commit comments