Enable platform views for Flutter Gallery on iOS. (#29632)

This results in running Flutter Gallery with one less thread (platform
and gpu threads are the the same).

This is very likely to cause a regression in the iOS Gallery benchmarks.
I'm mainly interested in landing this to see how much the benchmarks
regress, and it's likely that we will revert it shortly after landing.
This commit is contained in:
Amir Hardon
2019-03-21 11:02:43 -07:00
committed by GitHub
parent db096cdfd8
commit 71fa3889a0

View File

@@ -41,6 +41,8 @@
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>