Skip to content

Commit 7611477

Browse files
committed
feat: Add UIUserInterfaceStyle key for dark mode support in Info.plist
1 parent c8fe19c commit 7611477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Example/Example/Info.plist

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

0 commit comments

Comments
 (0)