-
Notifications
You must be signed in to change notification settings - Fork 112
Make cron checks work on v5 #1048
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d50d7c9
Use StreamCore based chat
laevandus bb5cc83
Test typealias over @_exported
laevandus a3b2f2e
Revert "Test typealias over @_exported"
laevandus 9a939c0
Add foundation import
laevandus ed25e50
Remove duplicate Identifiable conformances
laevandus ac07f8f
Link StreamCore and StreamChat dynamically for size calculation
laevandus 317c77e
Merge branch 'v5' into v5-stream-core
laevandus 424bf5a
Merge branch 'v5' into v5-stream-core
laevandus d1347a1
Bump xcsize version
testableapple 2bd5098
Race between logout and login in UI-tests
laevandus d8e283b
Keep logout before connect
laevandus 8315dd8
Update xcode version on cron checks
testableapple b381172
Merge branch 'v5' into v5-cron-checks
laevandus 1015f08
Merge branch 'v5' into v5-cron-checks
laevandus c4b50c7
Merge branch 'v5' into v5-cron-checks
laevandus 6ac82fe
Fix XCFrameworks build
laevandus 2072ac5
Enable old xcode checks
testableapple 258859a
Test another device
testableapple 3b47c19
Change device
testableapple b362eba
Change macos
testableapple d1cba8b
revert branch
testableapple File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,22 +27,19 @@ jobs: | |
| # setup_runtime: false | ||
| - ios: "18.5" | ||
| device: "iPhone 16 Pro" | ||
| xcode: "26.0.1" | ||
| setup_runtime: false | ||
| - ios: "17.5" | ||
| device: "iPhone 15 Pro" | ||
| xcode: "26.0.1" | ||
| setup_runtime: true | ||
| - ios: "16.4" | ||
| device: "iPhone 14 Pro" | ||
| xcode: "16.4" | ||
| setup_runtime: true | ||
| fail-fast: false | ||
| runs-on: macos-15 | ||
| env: | ||
| GITHUB_EVENT: ${{ toJson(github.event) }} | ||
| ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }} | ||
| XCODE_VERSION: ${{ matrix.xcode }} | ||
| XCODE_VERSION: "26.0.1" | ||
| steps: | ||
| - uses: actions/[email protected] | ||
| - uses: ./.github/actions/bootstrap | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -797,6 +797,8 @@ import SwiftUI | |
| } | ||
| case .move: | ||
| continue | ||
| @unknown default: | ||
| continue | ||
| } | ||
| } | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.