Disable Impeller on iOS

This commit is contained in:
Hillel Coren 2023-11-30 18:12:53 +02:00
parent 00ffc3fc41
commit fe0678cbbf
1 changed files with 2 additions and 0 deletions

View File

@ -70,5 +70,7 @@
<true/> <true/>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>
<key>FLTEnableImpeller</key>
<false/>
</dict> </dict>
</plist> </plist>