From 5788f5ef07c202c252de7d8050e6ab8d4c7652bd Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Tue, 5 Apr 2022 15:38:06 -0700 Subject: [PATCH] Run CADisableMinimumFrameDurationOnPhone migration on all example apps (#101314) --- dev/benchmarks/complex_layout/ios/Runner/Info.plist | 2 ++ dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist | 2 ++ dev/benchmarks/microbenchmarks/ios/Runner/Info.plist | 2 ++ dev/benchmarks/platform_views_layout/ios/Runner/Info.plist | 2 ++ .../ios/Runner/Info.plist | 2 ++ dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist | 2 ++ dev/integration_tests/channels/ios/Runner/Info.plist | 2 ++ dev/integration_tests/external_ui/ios/Runner/Info.plist | 2 ++ dev/integration_tests/flavors/ios/Runner/Info-Free.plist | 2 ++ dev/integration_tests/flavors/ios/Runner/Info-Paid.plist | 2 ++ dev/integration_tests/flutter_gallery/ios/Runner/Info.plist | 2 ++ .../ios_app_with_extensions/ios/Runner/Info.plist | 2 ++ .../ios_platform_view_tests/ios/Runner/Info.plist | 2 ++ dev/integration_tests/non_nullable/ios/Runner/Info.plist | 2 ++ .../platform_interaction/ios/Runner/Info.plist | 2 ++ dev/integration_tests/release_smoke_test/ios/Runner/Info.plist | 2 ++ dev/integration_tests/ui/ios/Runner/Info.plist | 2 ++ dev/manual_tests/ios/Runner/Info.plist | 2 ++ examples/api/ios/Runner/Info.plist | 2 ++ examples/flutter_view/ios/Runner/Info.plist | 2 ++ examples/hello_world/ios/Runner/Info.plist | 2 ++ examples/image_list/ios/Runner/Info.plist | 2 ++ examples/layers/ios/Runner/Info.plist | 2 ++ examples/platform_channel/ios/Runner/Info.plist | 2 ++ examples/platform_channel_swift/ios/Runner/Info.plist | 2 ++ examples/platform_view/ios/Runner/Info.plist | 2 ++ packages/integration_test/example/ios/Runner/Info.plist | 2 ++ 27 files changed, 54 insertions(+) diff --git a/dev/benchmarks/complex_layout/ios/Runner/Info.plist b/dev/benchmarks/complex_layout/ios/Runner/Info.plist index 6b7efee2d74..ac75a430723 100644 --- a/dev/benchmarks/complex_layout/ios/Runner/Info.plist +++ b/dev/benchmarks/complex_layout/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist b/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist index 200d3ad0d74..617475963a7 100644 --- a/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist +++ b/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist b/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist index 72077646356..8c3c7ec89fe 100644 --- a/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist +++ b/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist b/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist index d314a4f2cf2..bd16b9f0af5 100644 --- a/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist +++ b/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist @@ -45,5 +45,7 @@ io.flutter.metal_preview + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/benchmarks/platform_views_layout_hybrid_composition/ios/Runner/Info.plist b/dev/benchmarks/platform_views_layout_hybrid_composition/ios/Runner/Info.plist index 35c11f35b7b..cd55c9cd70b 100644 --- a/dev/benchmarks/platform_views_layout_hybrid_composition/ios/Runner/Info.plist +++ b/dev/benchmarks/platform_views_layout_hybrid_composition/ios/Runner/Info.plist @@ -45,5 +45,7 @@ io.flutter.metal_preview + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist b/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist index 0a1d774e372..cd811209ddd 100644 --- a/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist +++ b/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/channels/ios/Runner/Info.plist b/dev/integration_tests/channels/ios/Runner/Info.plist index 2239578a7aa..72ea0d852f2 100644 --- a/dev/integration_tests/channels/ios/Runner/Info.plist +++ b/dev/integration_tests/channels/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/external_ui/ios/Runner/Info.plist b/dev/integration_tests/external_ui/ios/Runner/Info.plist index f91e7097562..d4cd71ad49e 100644 --- a/dev/integration_tests/external_ui/ios/Runner/Info.plist +++ b/dev/integration_tests/external_ui/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/flavors/ios/Runner/Info-Free.plist b/dev/integration_tests/flavors/ios/Runner/Info-Free.plist index 440774a4760..ce8c72311f1 100644 --- a/dev/integration_tests/flavors/ios/Runner/Info-Free.plist +++ b/dev/integration_tests/flavors/ios/Runner/Info-Free.plist @@ -43,5 +43,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/flavors/ios/Runner/Info-Paid.plist b/dev/integration_tests/flavors/ios/Runner/Info-Paid.plist index 440774a4760..ce8c72311f1 100644 --- a/dev/integration_tests/flavors/ios/Runner/Info-Paid.plist +++ b/dev/integration_tests/flavors/ios/Runner/Info-Paid.plist @@ -43,5 +43,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/flutter_gallery/ios/Runner/Info.plist b/dev/integration_tests/flutter_gallery/ios/Runner/Info.plist index 0655da20906..a494ebae90c 100644 --- a/dev/integration_tests/flutter_gallery/ios/Runner/Info.plist +++ b/dev/integration_tests/flutter_gallery/ios/Runner/Info.plist @@ -43,5 +43,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/ios_app_with_extensions/ios/Runner/Info.plist b/dev/integration_tests/ios_app_with_extensions/ios/Runner/Info.plist index 46f097cc5fb..7abac0d9864 100644 --- a/dev/integration_tests/ios_app_with_extensions/ios/Runner/Info.plist +++ b/dev/integration_tests/ios_app_with_extensions/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/ios_platform_view_tests/ios/Runner/Info.plist b/dev/integration_tests/ios_platform_view_tests/ios/Runner/Info.plist index d5e78c9edf3..4e165ea755f 100644 --- a/dev/integration_tests/ios_platform_view_tests/ios/Runner/Info.plist +++ b/dev/integration_tests/ios_platform_view_tests/ios/Runner/Info.plist @@ -43,5 +43,7 @@ io.flutter.embedded_views_preview + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/non_nullable/ios/Runner/Info.plist b/dev/integration_tests/non_nullable/ios/Runner/Info.plist index 3d1faf81fde..4fc280df855 100644 --- a/dev/integration_tests/non_nullable/ios/Runner/Info.plist +++ b/dev/integration_tests/non_nullable/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/platform_interaction/ios/Runner/Info.plist b/dev/integration_tests/platform_interaction/ios/Runner/Info.plist index bebe799d480..f661c6ea1bb 100644 --- a/dev/integration_tests/platform_interaction/ios/Runner/Info.plist +++ b/dev/integration_tests/platform_interaction/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/release_smoke_test/ios/Runner/Info.plist b/dev/integration_tests/release_smoke_test/ios/Runner/Info.plist index bb7ecaefc77..9bfd12a0bd0 100644 --- a/dev/integration_tests/release_smoke_test/ios/Runner/Info.plist +++ b/dev/integration_tests/release_smoke_test/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/integration_tests/ui/ios/Runner/Info.plist b/dev/integration_tests/ui/ios/Runner/Info.plist index 78ba362e815..aefde039e3a 100644 --- a/dev/integration_tests/ui/ios/Runner/Info.plist +++ b/dev/integration_tests/ui/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/dev/manual_tests/ios/Runner/Info.plist b/dev/manual_tests/ios/Runner/Info.plist index f2184f0713b..7ed412e142e 100644 --- a/dev/manual_tests/ios/Runner/Info.plist +++ b/dev/manual_tests/ios/Runner/Info.plist @@ -43,5 +43,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/api/ios/Runner/Info.plist b/examples/api/ios/Runner/Info.plist index 87191b44291..25df213874a 100644 --- a/examples/api/ios/Runner/Info.plist +++ b/examples/api/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/flutter_view/ios/Runner/Info.plist b/examples/flutter_view/ios/Runner/Info.plist index 8b86fb02bdf..4206697d8ed 100644 --- a/examples/flutter_view/ios/Runner/Info.plist +++ b/examples/flutter_view/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/hello_world/ios/Runner/Info.plist b/examples/hello_world/ios/Runner/Info.plist index b2202038c6e..63db31747bc 100644 --- a/examples/hello_world/ios/Runner/Info.plist +++ b/examples/hello_world/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/image_list/ios/Runner/Info.plist b/examples/image_list/ios/Runner/Info.plist index a9ad1b4695e..537fb9a7e72 100644 --- a/examples/image_list/ios/Runner/Info.plist +++ b/examples/image_list/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/layers/ios/Runner/Info.plist b/examples/layers/ios/Runner/Info.plist index 3e528808ee4..180c4a367b2 100644 --- a/examples/layers/ios/Runner/Info.plist +++ b/examples/layers/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/platform_channel/ios/Runner/Info.plist b/examples/platform_channel/ios/Runner/Info.plist index 740ed051b8a..9c175ac6875 100644 --- a/examples/platform_channel/ios/Runner/Info.plist +++ b/examples/platform_channel/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/platform_channel_swift/ios/Runner/Info.plist b/examples/platform_channel_swift/ios/Runner/Info.plist index 740ed051b8a..9c175ac6875 100644 --- a/examples/platform_channel_swift/ios/Runner/Info.plist +++ b/examples/platform_channel_swift/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/examples/platform_view/ios/Runner/Info.plist b/examples/platform_view/ios/Runner/Info.plist index e1777fa2391..b64823b371f 100644 --- a/examples/platform_view/ios/Runner/Info.plist +++ b/examples/platform_view/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + diff --git a/packages/integration_test/example/ios/Runner/Info.plist b/packages/integration_test/example/ios/Runner/Info.plist index d0e099be56e..56a43239559 100644 --- a/packages/integration_test/example/ios/Runner/Info.plist +++ b/packages/integration_test/example/ios/Runner/Info.plist @@ -41,5 +41,7 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone +