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

Swift iOS Bindings #3

Merged
merged 10 commits into from
Nov 18, 2024
Merged

Swift iOS Bindings #3

merged 10 commits into from
Nov 18, 2024

Conversation

pdtfh
Copy link
Contributor

@pdtfh pdtfh commented Nov 14, 2024

Create bindings for Swift native use.

Package.swift Outdated
products: [
.library(
name: "WalletKitCore",
targets: ["WalletKitCore", "walletkit_coreFFI"]),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think walletkit_coreFFI is required here since it's already a dependency of the lib

Copy link
Member

@m1guelpf m1guelpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to commit all the auto-generated garbage or can it be run on build?

@pdtfh
Copy link
Contributor Author

pdtfh commented Nov 14, 2024

I don't want to commit all the generated files either, but then the package couldn't be fetched from the GitHub repo directly. Could we solve this with GitHub packages?

Base automatically changed from init to main November 17, 2024 16:41
@pdtfh pdtfh merged commit 7d2f407 into main Nov 18, 2024
4 checks passed
@pdtfh pdtfh deleted the ios branch November 18, 2024 10:55
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.

4 participants