strongbox-password-safe / Strongbox

A KeePass/Password Safe Client for iOS and OS X
https://strongboxsafe.com
GNU Affero General Public License v3.0
1.29k stars 100 forks source link

[FEATURE] Support for visionOS #770

Open svenopdehipt opened 3 months ago

svenopdehipt commented 3 months ago

Is it possible to add support for visionOS (not just the iPad app)?

strongbox-mark commented 3 months ago

Hi, I believe it already works on visionOS, or so we've been told...

svenopdehipt commented 3 months ago

Yes the iPad it is working. I asked I if would be possible to have a native app for visionOS. If you have a multiplatform app you can just add visionOS as a platform. If all dependencies are compatible, it should just compile. If you have some code which is specially marked for iOS (with #if os(iOS)) you can replace it with #if os(iOS) || os(visionOS). I could also be that you have to change some code for visionOS (but most iOS system libs are available for visionOS). I would have tested it and created a pull request, but you mentioned it shouldn't be done and you haven't included the Xcode files so it's not so easy to test it.