Allow higher than 60hz framerates on CADisplayLink on iPhones (#17)
This commit is contained in:
parent
29ce600cb8
commit
87dfc98d36
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
<string>1</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>UIApplicationSceneManifest</key>
|
||||
<dict>
|
||||
<key>UIApplicationSupportsMultipleScenes</key>
|
||||
|
|
Loading…
Reference in a new issue