From fadcaee8422222fc927e228cb50b84f44be6b6d5 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Tue, 20 Jun 2023 11:11:18 -0700 Subject: [PATCH] iOS info.plist template: make UIViewControllerBasedStatusBar to be true (#128970) Now that we support UIViewControllerBasedStatusBar by default (after engine roll: https://github.com/flutter/flutter/commit/c7167765d74c1980c9ba750c5750ae27817ad630), we should make this value to be true. Part of https://github.com/flutter/flutter/issues/128969 --- 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/spell_check/ios/Runner/Info.plist | 2 -- dev/integration_tests/ui/ios/Runner/Info.plist | 2 -- dev/integration_tests/wide_gamut_test/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 -- .../templates/app_shared/ios.tmpl/Runner/Info.plist.tmpl | 2 -- .../module/ios/host_app_ephemeral/Runner.tmpl/Info.plist.tmpl | 2 -- packages/integration_test/example/ios/Runner/Info.plist | 2 -- 31 files changed, 62 deletions(-) diff --git a/dev/benchmarks/complex_layout/ios/Runner/Info.plist b/dev/benchmarks/complex_layout/ios/Runner/Info.plist index acf7d7bff0..dd132e4c2a 100644 --- a/dev/benchmarks/complex_layout/ios/Runner/Info.plist +++ b/dev/benchmarks/complex_layout/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist b/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist index 6a54a91263..3e5abf1294 100644 --- a/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist +++ b/dev/benchmarks/macrobenchmarks/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist b/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist index 57ca345c81..82452718ef 100644 --- a/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist +++ b/dev/benchmarks/microbenchmarks/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist b/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist index c2c46f54de..08da00d984 100644 --- a/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist +++ b/dev/benchmarks/platform_views_layout/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - io.flutter.embedded_views_preview io.flutter.metal_preview 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 028706db29..f2d51edfee 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 @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - io.flutter.embedded_views_preview io.flutter.metal_preview diff --git a/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist b/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist index ea08bb1772..a110ad2a97 100644 --- a/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist +++ b/dev/benchmarks/test_apps/stocks/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/channels/ios/Runner/Info.plist b/dev/integration_tests/channels/ios/Runner/Info.plist index eb05d07fcb..8ed5e81003 100644 --- a/dev/integration_tests/channels/ios/Runner/Info.plist +++ b/dev/integration_tests/channels/ios/Runner/Info.plist @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/external_ui/ios/Runner/Info.plist b/dev/integration_tests/external_ui/ios/Runner/Info.plist index 2af2a77f89..60d8199829 100644 --- a/dev/integration_tests/external_ui/ios/Runner/Info.plist +++ b/dev/integration_tests/external_ui/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/flavors/ios/Runner/Info-Free.plist b/dev/integration_tests/flavors/ios/Runner/Info-Free.plist index ce8c72311f..b6853d58c5 100644 --- a/dev/integration_tests/flavors/ios/Runner/Info-Free.plist +++ b/dev/integration_tests/flavors/ios/Runner/Info-Free.plist @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - 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 ce8c72311f..b6853d58c5 100644 --- a/dev/integration_tests/flavors/ios/Runner/Info-Paid.plist +++ b/dev/integration_tests/flavors/ios/Runner/Info-Paid.plist @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - 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 14453bec82..e9a4eea159 100644 --- a/dev/integration_tests/flutter_gallery/ios/Runner/Info.plist +++ b/dev/integration_tests/flutter_gallery/ios/Runner/Info.plist @@ -41,8 +41,6 @@ ITSAppUsesNonExemptEncryption - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents 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 e8dc95fcff..d6edc2b219 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 @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents 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 2fb961491d..9f9045be20 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 @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - 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 132b9d5d6f..bbe2edc4f7 100644 --- a/dev/integration_tests/non_nullable/ios/Runner/Info.plist +++ b/dev/integration_tests/non_nullable/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/platform_interaction/ios/Runner/Info.plist b/dev/integration_tests/platform_interaction/ios/Runner/Info.plist index 35bbdde377..f979810dad 100644 --- a/dev/integration_tests/platform_interaction/ios/Runner/Info.plist +++ b/dev/integration_tests/platform_interaction/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents 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 b6f13eced9..36a79faffd 100644 --- a/dev/integration_tests/release_smoke_test/ios/Runner/Info.plist +++ b/dev/integration_tests/release_smoke_test/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/spell_check/ios/Runner/Info.plist b/dev/integration_tests/spell_check/ios/Runner/Info.plist index 7d0689b67a..7e765608fa 100644 --- a/dev/integration_tests/spell_check/ios/Runner/Info.plist +++ b/dev/integration_tests/spell_check/ios/Runner/Info.plist @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/ui/ios/Runner/Info.plist b/dev/integration_tests/ui/ios/Runner/Info.plist index b6980212d1..48648e5091 100644 --- a/dev/integration_tests/ui/ios/Runner/Info.plist +++ b/dev/integration_tests/ui/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/integration_tests/wide_gamut_test/ios/Runner/Info.plist b/dev/integration_tests/wide_gamut_test/ios/Runner/Info.plist index 6317e5ef22..7ade06a48a 100644 --- a/dev/integration_tests/wide_gamut_test/ios/Runner/Info.plist +++ b/dev/integration_tests/wide_gamut_test/ios/Runner/Info.plist @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/dev/manual_tests/ios/Runner/Info.plist b/dev/manual_tests/ios/Runner/Info.plist index 65bdf88199..43fe8f09a6 100644 --- a/dev/manual_tests/ios/Runner/Info.plist +++ b/dev/manual_tests/ios/Runner/Info.plist @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/api/ios/Runner/Info.plist b/examples/api/ios/Runner/Info.plist index 037c2ffdec..a48d067fde 100644 --- a/examples/api/ios/Runner/Info.plist +++ b/examples/api/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/flutter_view/ios/Runner/Info.plist b/examples/flutter_view/ios/Runner/Info.plist index a74ef720af..e8267951bd 100644 --- a/examples/flutter_view/ios/Runner/Info.plist +++ b/examples/flutter_view/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/hello_world/ios/Runner/Info.plist b/examples/hello_world/ios/Runner/Info.plist index f5dc66fc91..b33e2ca14b 100644 --- a/examples/hello_world/ios/Runner/Info.plist +++ b/examples/hello_world/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/image_list/ios/Runner/Info.plist b/examples/image_list/ios/Runner/Info.plist index c9198ba663..2f1b82c8ba 100644 --- a/examples/image_list/ios/Runner/Info.plist +++ b/examples/image_list/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/layers/ios/Runner/Info.plist b/examples/layers/ios/Runner/Info.plist index 2990f68a2e..04927c5cef 100644 --- a/examples/layers/ios/Runner/Info.plist +++ b/examples/layers/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/platform_channel/ios/Runner/Info.plist b/examples/platform_channel/ios/Runner/Info.plist index ecc52c8487..97a48d5f7b 100644 --- a/examples/platform_channel/ios/Runner/Info.plist +++ b/examples/platform_channel/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/platform_channel_swift/ios/Runner/Info.plist b/examples/platform_channel_swift/ios/Runner/Info.plist index ecc52c8487..97a48d5f7b 100644 --- a/examples/platform_channel_swift/ios/Runner/Info.plist +++ b/examples/platform_channel_swift/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/examples/platform_view/ios/Runner/Info.plist b/examples/platform_view/ios/Runner/Info.plist index b67884258a..ca51ebe361 100644 --- a/examples/platform_view/ios/Runner/Info.plist +++ b/examples/platform_view/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Info.plist.tmpl b/packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Info.plist.tmpl index 3d4696c092..bb6ce2f4c4 100644 --- a/packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Info.plist.tmpl +++ b/packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Info.plist.tmpl @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/Info.plist.tmpl b/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/Info.plist.tmpl index 5c9b912802..a4388efddd 100644 --- a/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/Info.plist.tmpl +++ b/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/Info.plist.tmpl @@ -41,8 +41,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents diff --git a/packages/integration_test/example/ios/Runner/Info.plist b/packages/integration_test/example/ios/Runner/Info.plist index 46c572f103..c624d4e0c6 100644 --- a/packages/integration_test/example/ios/Runner/Info.plist +++ b/packages/integration_test/example/ios/Runner/Info.plist @@ -39,8 +39,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIViewControllerBasedStatusBarAppearance - CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents