Skip to content

Commit

Permalink
Merge pull request #1 from roblack/force-light-mode
Browse files Browse the repository at this point in the history
add info.plist property to force light mode
  • Loading branch information
zzanehip authored Jun 10, 2021
2 parents 7e553a0 + 3cedf8d commit 3680b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OldOS/OldOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand Down

0 comments on commit 3680b88

Please sign in to comment.