Package state iOS 13 support #14
gsl-anthonymerle
started this conversation in
General
Replies: 1 comment 1 reply
-
|
We do this because we want libraries to be able to conditionally bring in functionality using If there's a better way to do this, though, and you can point us to an example in the wild, please let us know! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
So the Package.swift file states that the swift-clock framework is supported for iOS 13
I don't get why is that, as the Clock type is only available from iOS 16
For now we're only able to add the package on a project (mine's minimum version target is iOS 14), but we can't use any piece of it unless we specify and iOS 16 availability
If it's only a mistake, could you update the Package.swift file accordingly ?
Beta Was this translation helpful? Give feedback.
All reactions