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

Please provide integration with Swift Package Manager #14

Open
lukas1 opened this issue Apr 12, 2021 · 3 comments
Open

Please provide integration with Swift Package Manager #14

lukas1 opened this issue Apr 12, 2021 · 3 comments
Assignees

Comments

@lukas1
Copy link

lukas1 commented Apr 12, 2021

Currently projects using Swift Package Manager cannot directly use this repository as a source for the package. Please integrate support for Swift Package Manager, so apps using Swift Package Manager can use this library:
https://developer.apple.com/documentation/xcode/creating_a_standalone_swift_package_with_xcode

@mattiacantalu
Copy link
Collaborator

Any news about that?

@tjelen tjelen self-assigned this Aug 17, 2021
@tjelen
Copy link
Contributor

tjelen commented Aug 19, 2021

I've tried to add the Package.swift file to the project and to add stuff like bridging-headers and the modulemap to support using Objective-C in Swift projects. The result is only limited success, probably related to all headers not being exported properly (in external testing Swift project I can see only FITAWebWidget class but not the FITAWidgetHandler or FITAPurchaseReporter).

@mattiacantalu
Copy link
Collaborator

Hi @tjelen i've already migrated the Widget to SwiftPackageManager, but i can't open a PR so that share my code. In our project it seems working.
On our side we just provided the basic support.

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

No branches or pull requests

3 participants