-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add full Swift concurrency support with Sendable requirements (#92)
* Update the project to Swift 6 * Add full Swift concurrency support with Sendable requirements * Update packages * Update `CHANGELOG.md` * Update workflows * Fix the FlareCore unit tests * Update package * Update integration tests * Update integration tests * Update integration tests * Update `Package.swift` * Remove useless code and update `.swiftformat`
- Loading branch information
1 parent
8f6b827
commit dcca329
Showing
68 changed files
with
715 additions
and
408 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -88,4 +88,5 @@ fastlane/test_output | |
|
||
iOSInjectionProject/ | ||
*.xcodeproj | ||
Example/ | ||
Example/ | ||
Package.resolved |
This file contains 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 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 |
---|---|---|
|
@@ -3,6 +3,8 @@ excluded: | |
- Package.swift | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- Sources/Flare/Classes/Generated/Strings.swift | ||
- Sources/FlareUI/Classes/Generated/Strings.swift | ||
- Sources/FlareUI/Classes/Generated/Colors.swift | ||
|
This file contains 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.