Unverified Commit 71fa3889 authored by Amir Hardon's avatar Amir Hardon Committed by GitHub

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.
parent db096cdf
......@@ -41,6 +41,8 @@
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment