Skip to content

Commit 6e1918f

Browse files
author
Chris Yang
authored
[all] Update UIViewControllerBasedStatusBarAppearance to true (flutter#4225)
Now that we support UIViewControllerBasedStatusBar by default (after engine roll: flutter/flutter@c716776), we should make this value to be true. Part of flutter/flutter#128969
1 parent 5933993 commit 6e1918f

File tree

42 files changed

+0
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-84
lines changed

packages/animations/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,5 @@
3939
<string>UIInterfaceOrientationLandscapeLeft</string>
4040
<string>UIInterfaceOrientationLandscapeRight</string>
4141
</array>
42-
<key>UIViewControllerBasedStatusBarAppearance</key>
43-
<false/>
4442
</dict>
4543
</plist>

packages/camera/camera/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
<string>UIInterfaceOrientationLandscapeLeft</string>
5151
<string>UIInterfaceOrientationLandscapeRight</string>
5252
</array>
53-
<key>UIViewControllerBasedStatusBarAppearance</key>
54-
<false/>
5553
<key>CADisableMinimumFrameDurationOnPhone</key>
5654
<true/>
5755
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/camera/camera_avfoundation/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
<string>UIInterfaceOrientationLandscapeLeft</string>
5353
<string>UIInterfaceOrientationLandscapeRight</string>
5454
</array>
55-
<key>UIViewControllerBasedStatusBarAppearance</key>
56-
<false/>
5755
<key>CADisableMinimumFrameDurationOnPhone</key>
5856
<true/>
5957
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/dynamic_layouts/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
<string>UIInterfaceOrientationLandscapeLeft</string>
4242
<string>UIInterfaceOrientationLandscapeRight</string>
4343
</array>
44-
<key>UIViewControllerBasedStatusBarAppearance</key>
45-
<false/>
4644
<key>CADisableMinimumFrameDurationOnPhone</key>
4745
<true/>
4846
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/extension_google_sign_in_as_googleapis_auth/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
<string>UIInterfaceOrientationLandscapeLeft</string>
4040
<string>UIInterfaceOrientationLandscapeRight</string>
4141
</array>
42-
<key>UIViewControllerBasedStatusBarAppearance</key>
43-
<false/>
4442
<key>CADisableMinimumFrameDurationOnPhone</key>
4543
<true/>
4644
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/file_selector/file_selector/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
<string>UIInterfaceOrientationLandscapeLeft</string>
4242
<string>UIInterfaceOrientationLandscapeRight</string>
4343
</array>
44-
<key>UIViewControllerBasedStatusBarAppearance</key>
45-
<false/>
4644
<key>CADisableMinimumFrameDurationOnPhone</key>
4745
<true/>
4846
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/file_selector/file_selector_ios/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
<string>UIInterfaceOrientationLandscapeLeft</string>
4242
<string>UIInterfaceOrientationLandscapeRight</string>
4343
</array>
44-
<key>UIViewControllerBasedStatusBarAppearance</key>
45-
<false/>
4644
<key>CADisableMinimumFrameDurationOnPhone</key>
4745
<true/>
4846
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/flutter_adaptive_scaffold/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
<string>UIInterfaceOrientationLandscapeLeft</string>
4242
<string>UIInterfaceOrientationLandscapeRight</string>
4343
</array>
44-
<key>UIViewControllerBasedStatusBarAppearance</key>
45-
<false/>
4644
<key>CADisableMinimumFrameDurationOnPhone</key>
4745
<true/>
4846
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/flutter_markdown/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
<string>UIInterfaceOrientationLandscapeLeft</string>
4040
<string>UIInterfaceOrientationLandscapeRight</string>
4141
</array>
42-
<key>UIViewControllerBasedStatusBarAppearance</key>
43-
<false/>
4442
<key>CADisableMinimumFrameDurationOnPhone</key>
4543
<true/>
4644
<key>UIApplicationSupportsIndirectInputEvents</key>

packages/go_router/example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
<string>UIInterfaceOrientationLandscapeLeft</string>
4040
<string>UIInterfaceOrientationLandscapeRight</string>
4141
</array>
42-
<key>UIViewControllerBasedStatusBarAppearance</key>
43-
<false/>
4442
<key>CADisableMinimumFrameDurationOnPhone</key>
4543
<true/>
4644
<key>UIApplicationSupportsIndirectInputEvents</key>

0 commit comments

Comments
 (0)