crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 90977fba7084aaa41fd0b23d411d6a76712201e9
parent 27c0611f893c48428de21d2d81236f8c07980cbc
Author: Michael Camilleri <[email protected]>
Date:   Sat,  2 May 2026 13:13:09 +0900

Disable ProMotion

Diffstat:
MCrossmate/Info.plist | 2--
Mproject.yml | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Crossmate/Info.plist b/Crossmate/Info.plist @@ -2,8 +2,6 @@ <!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,7 +33,6 @@ targets: CFBundleShortVersionString: "1.0.0" CFBundleVersion: $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption: false - CADisableMinimumFrameDurationOnPhone: true LSRequiresIPhoneOS: true UIBackgroundModes: - remote-notification