-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Bump Xcode version #3509
[CI] Bump Xcode version #3509
Conversation
SDK Size
|
…where overriding state trigger memory corruption because it contains internal(set), but override is public get and set
SDK Performance
|
env: | ||
XCODE_VERSION: "14.0.1" | ||
XCODE_VERSION: "15.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking why not 15.4, but I guess because App Store accepts all the Xcode 15 versions
timeout-minutes: 60 | ||
timeout-minutes: 120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely, I do have seen this timeout taking my run down
Looks good, although I not fully sure why all the snapshot tests were updated. I guess some shade of a color changed fractionally. |
SDK Size
|
Quality Gate passedIssues Measures |
@@ -5,20 +5,20 @@ | |||
import Foundation | |||
@testable import StreamChat | |||
|
|||
public class ChatChannelController_Mock: ChatChannelController { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure this won't break anything? @laevandus We do have customers using this. I wonder if, even with testable import this could break some customers 🤔 We should try to test this branch on SwiftUI to make sure it does not break the tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but please add changelog entry about the test tools.
🔗 Issue Links
https://linear.app/stream/issue/IOS-12/
🧪Testing Notes
✅ Cron checks
☑️ Contributor Checklist