You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: