Skip to content

Commit c0d069a

Browse files
committed
chore(Info.plist): use UIUserInterfaceStyle key
1 parent 8071ca9 commit c0d069a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

e2e/dark-mode-ts/app/App_Resources/iOS/Info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
<string>1.0</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
25+
<!--
26+
<key>UIUserInterfaceStyle</key>
27+
<string>Light</string>
28+
-->
29+
<!--
30+
<key>UIUserInterfaceStyle</key>
31+
<string>Dark</string>
32+
-->
2533
<key>UILaunchStoryboardName</key>
2634
<string>LaunchScreen</string>
2735
<key>UIRequiresFullScreen</key>

0 commit comments

Comments
 (0)