commit e862c908e7a41a4c730260d0855b86baa79893f9
parent 90977fba7084aaa41fd0b23d411d6a76712201e9
Author: Michael Camilleri <[email protected]>
Date: Sat, 2 May 2026 17:09:10 +0900
Reenable ProMotion
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