You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using CocoaAsyncSocket library as a SPM dependency and for Xcode 12 is supported deployment target as iOS 9. In Package.swift is iOS 8, is possible to update it? It makes unnecessary warning.
The text was updated successfully, but these errors were encountered:
There's actually a PR for this, #741, which has been merged. It just has not (yet?) been released (and pushed to cocoapods) and/or tagged, so the Swift Package Manager doesn't see it. I assume the idea is to collect some more features and perhaps also decide about the version number (currently the PR just increased the patch part of it, but since it could be a breaking change for some older projects there's also a case for incrementing the minor part).
I'm using CocoaAsyncSocket library as a SPM dependency and for Xcode 12 is supported deployment target as iOS 9. In Package.swift is iOS 8, is possible to update it? It makes unnecessary warning.
The text was updated successfully, but these errors were encountered: