Browse Source

[mob] Enable impeller and wide Gamut color for iOS

Neeraj Gupta 1 year ago
parent
commit
3ba6aea827
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mobile/ios/Runner/Info.plist

+ 2 - 2
mobile/ios/Runner/Info.plist

@@ -65,9 +65,9 @@
 		<key>ITSAppUsesNonExemptEncryption</key>
 		<false/>
 		 <key>FLTEnableImpeller</key>
-         <false />
+         <true />
          <key>FLTEnableWideGamut</key>
-         <false/>
+         <true/>
 		<key>NSFaceIDUsageDescription</key>
 		<string>Please allow ente to lock itself with FaceID or TouchID</string>
 		<key>NSCameraUsageDescription</key>