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 6b7efee2d7..ac75a43072 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 200d3ad0d7..617475963a 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 7207764635..8c3c7ec89f 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 d314a4f2cf..bd16b9f0af 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 35c11f35b7..cd55c9cd70 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 0a1d774e37..cd811209dd 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 2239578a7a..72ea0d852f 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 f91e709756..d4cd71ad49 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 440774a476..ce8c72311f 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 440774a476..ce8c72311f 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 0655da2090..a494ebae90 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 46f097cc5f..7abac0d986 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 d5e78c9edf..4e165ea755 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 3d1faf81fd..4fc280df85 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 bebe799d48..f661c6ea1b 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 bb7ecaefc7..9bfd12a0bd 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 78ba362e81..aefde039e3 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 f2184f0713..7ed412e142 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 87191b4429..25df213874 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 8b86fb02bd..4206697d8e 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 b2202038c6..63db31747b 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 a9ad1b4695..537fb9a7e7 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 3e528808ee..180c4a367b 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 740ed051b8..9c175ac687 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 740ed051b8..9c175ac687 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 e1777fa239..b64823b371 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 d0e099be56..56a4323955 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 +