Skip to content

Instantly share code, notes, and snippets.

@minsOne
Last active June 15, 2024 09:18
Show Gist options
  • Select an option

  • Save minsOne/5193598aab40bb6f23c446d9e19a80ca to your computer and use it in GitHub Desktop.

Select an option

Save minsOne/5193598aab40bb6f23c446d9e19a80ca to your computer and use it in GitHub Desktop.

Revisions

  1. minsOne revised this gist Jun 15, 2024. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion index.md
    Original 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)
    - [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)
  2. minsOne created this gist Jun 15, 2024.
    3 changes: 3 additions & 0 deletions index.md
    Original 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)