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

Create Toolkit as a Universal Framework #37

Open
boland25 opened this issue Jul 23, 2020 · 1 comment
Open

Create Toolkit as a Universal Framework #37

boland25 opened this issue Jul 23, 2020 · 1 comment

Comments

@boland25
Copy link
Collaborator

Feature description
The idea would be to able to combine the iOS and macOS into one universal framework through the use of xcframeworks or swift package manager. As of XCode 12 SPM says its able to handle binary and binary dependencies so that might be the best way to go.

Acceptance criteria

  1. As a Developer, when I want to add helib to my project, go to FIle > Swift Packages > Add Package Dependency.
  2. Enter into the textfield our git clone url, and get helib added as a framework dependency to the developer's project
@boland25
Copy link
Collaborator Author

So this is successful as a Swift Package that relies on dependencies that are binary frameworks. I can make it work when I create NTL and GMP as .xcframeworks that wrap the binaries. Once this is up and running we will need to decide on a place to store the package information as well as the pre-built binary dependencies. Then we will need to re-configure our toolkit to load the HELib libary as a package dependency.

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

1 participant