Skip to content
New issue

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

Support for Swift Package Manager #357

Closed
wants to merge 1 commit into from
Closed

Support for Swift Package Manager #357

wants to merge 1 commit into from

Conversation

nick-potts
Copy link

Adds support for the SPM now that you can specify a platform in the Package.swift.

This will require the project adds a new tag/release for v0.9.3.

I've added a couple imports so that it builds when using iOS frameworks - swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path\`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"

Resolves #112 #106

@nick-potts
Copy link
Author

closed in favour of #359

@nick-potts nick-potts closed this Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] Swift Package Manager support
1 participant