listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

commit 164fada66965680562b546afcfc6b1f38749ae00
parent abd818d66267e51ca03cc80c419393c9c53502d9
Author: Michael Camilleri <[email protected]>
Date:   Wed, 25 Mar 2026 05:43:48 +0900

Enable 120 fps in Info.plist

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

diff --git a/ListlessiOS/Info.plist b/ListlessiOS/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>CADisableMinimumFrameDuration</key> + <true/> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleDisplayName</key> diff --git a/project.yml b/project.yml @@ -47,6 +47,7 @@ targets: CFBundleDisplayName: Listless CFBundleShortVersionString: "1.0" CFBundleVersion: $(CURRENT_PROJECT_VERSION) + CADisableMinimumFrameDuration: true ITSAppUsesNonExemptEncryption: false LSRequiresIPhoneOS: true UILaunchScreen: {}