From 6e994014747433f5375f50f842dfa4940ead331a Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sat, 7 Sep 2024 22:47:04 -0400 Subject: [PATCH] improvements to iOS support --- Sources/Voxelotl/Info.plist.in | 2 ++ Sources/Voxelotl/Voxelotl.entitlements | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Sources/Voxelotl/Info.plist.in b/Sources/Voxelotl/Info.plist.in index d220596..4977f0d 100644 --- a/Sources/Voxelotl/Info.plist.in +++ b/Sources/Voxelotl/Info.plist.in @@ -34,5 +34,7 @@ public.app-category.simulation-games ITSAppUsesNonExemptEncryption + UIApplicationSupportsIndirectInputEvents + diff --git a/Sources/Voxelotl/Voxelotl.entitlements b/Sources/Voxelotl/Voxelotl.entitlements index 8e790e7..f850259 100644 --- a/Sources/Voxelotl/Voxelotl.entitlements +++ b/Sources/Voxelotl/Voxelotl.entitlements @@ -6,5 +6,7 @@ com.apple.security.cs.disable-library-validation + com.apple.developer.kernel.increased-memory-limit +