commit d1cd9156fb537f31b4be4cef04bc528605e207a9
parent daef73f69237b558cf60e8fd6e6d4b283d0d5a3a
Author: Michael Camilleri <[email protected]>
Date: Fri, 1 May 2026 08:45:20 +0900
Support high refresh rates
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Crossmate/Info.plist b/Crossmate/Info.plist
@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>CADisableMinimumFrameDurationOnPhone</key>
+ <true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
diff --git a/project.yml b/project.yml
@@ -33,6 +33,7 @@ targets:
CFBundleShortVersionString: "1.0.0"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption: false
+ CADisableMinimumFrameDurationOnPhone: true
LSRequiresIPhoneOS: true
UIBackgroundModes:
- remote-notification