alvr-org / alvr-visionos

Experimental visionOS client for ALVR - SteamVR on Apple Vision Pro!
MIT License
432 stars 31 forks source link

Disable Home palm gesture (toggle for .persistentSystemOverlays on Scenes) #126

Closed jfenton closed 3 weeks ago

jfenton commented 4 weeks ago

(request from Alex Coulombe aka @iBrews)

Add checkbox to set .persistentSystemOverlays=.hidden on Scenes, which disables the Home palm gesture.

I branched this from a slightly earlier commit on V20 as that branch was broken. It wasn't clear to me where you guys build the App Store release from for v20.11.1 as main is far behind.

WARN: If automerged, this will bump v20 branch to v20.11.1 for the ALVR submodule.

Let me know if you need me to rebase this from somewhere else prior to merge.

Also, the ALVRClientCore.xcframework rust code does not generate .dSYMs which means some manual work to push an App Store / TestFlight release. I had to manually generate them. How do you guys generate a release?

shinyquagsire23 commented 3 weeks ago

tbh I think the testflight release does complain about the dsym thing, but it's only a warning for now fortunately. Thankfully the Rust stuff doesn't crash very often at all.