Last active
June 15, 2024 09:18
-
-
Save minsOne/5193598aab40bb6f23c446d9e19a80ca to your computer and use it in GitHub Desktop.
Revisions
-
minsOne revised this gist
Jun 15, 2024 . 1 changed file with 6 additions and 1 deletion.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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,8 @@ ## Apple - [The Swift Concurrency Migration Guide](https://github.com/apple/swift-migration-guide) ### WWDC - [Migrate your app to Swift 6](https://developer.apple.com/videos/play/wwdc2024/10169/) - [Sample Code - Updating an app to use strict concurrency](https://developer.apple.com/documentation/Swift/updating-an-app-to-use-strict-concurrency) - [Swift concurrency: Update a sample app](https://developer.apple.com/videos/play/wwdc2021/10194) -
minsOne created this gist
Jun 15, 2024 .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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ - [The Swift Concurrency Migration Guide](https://github.com/apple/swift-migration-guide) - [Migrate your app to Swift 6](https://developer.apple.com/videos/play/wwdc2024/10169/) - [Sample Code - Updating an app to use strict concurrency](https://developer.apple.com/documentation/Swift/updating-an-app-to-use-strict-concurrency)