We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use pkl swift in my ios project. Here are my steps.
Any ideas? Can you use this on iOS?
The text was updated successfully, but these errors were encountered:
Ah, I see it's only available on mac:
let package = Package( name: "pkl-swift", platforms: [ // required because of `Duration` API .macOS(.v13) ],
Will this ever be available for ios?
Sorry, something went wrong.
Some libraries we use are not yet fully supported on iOS, but we do want to add iOS support for pkl-swift.
Very cool, thanks @stackoverflow. Will be monitoring the project :)
Any update?
No branches or pull requests
I am trying to use pkl swift in my ios project. Here are my steps.
Any ideas? Can you use this on iOS?
The text was updated successfully, but these errors were encountered: