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 visionOS platform for nostr-swift & nostr-sdk-swift #264

Open
ismyhc opened this issue Jan 25, 2024 · 2 comments
Open

Support visionOS platform for nostr-swift & nostr-sdk-swift #264

ismyhc opened this issue Jan 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ismyhc
Copy link

ismyhc commented Jan 25, 2024

Describe the enhancement
Add support in swift bindings for VisionOS platform

Use case
Id like to use this to build an nostr application for VisionOS

Additional context
I don't know a lot about NDK, but a couple of things I think need to be done.

On the swift side, the Package.swift needs to update to swift-tools-version: 5.9 and .visionOS(.v1) added to platforms. Also, I assume that nostr_sdkFFI xcframework needs to be built for visionOS.

@ismyhc ismyhc added the enhancement New feature or request label Jan 25, 2024
@yukibtc
Copy link
Member

yukibtc commented Jan 25, 2024

Unfortunately rust not support visionOS targets yet: rust-lang/rust#112930

@ismyhc
Copy link
Author

ismyhc commented Jan 25, 2024

Unfortunately rust not support visionOS targets yet: rust-lang/rust#112930

Ah, good to know. Hopefully it can happen in the near term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants