fix(ios): add UIApplicationSupportsIndirectInputEvents for mouse/trackpad support

This commit is contained in:
VenusIsJaded 2026-05-15 22:43:32 -05:00
parent d0a420fab8
commit c7e153950d

View file

@ -31,5 +31,7 @@
</array>
<key>NSSupportsLiveActivities</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>