SwiftSupport for iOS Deployment

I'm looking to achieve some understanding of what is necessary to be in the SwiftSupport folder in my .ipa under the following circumstances:

  • App targets iOS 14+
  • Using swift concurrency and swiftui

Is my understanding correct that because iOS 14 shipped with most of swift, only the swift concurrency support needs to be backported to iOS 14, and if so, can I include only libswift_Concurrency.dylib in the ipa's SwiftSupport/iphoneos folder?

Thanks!

1 Like