Skip to content

Commit

Permalink
Let's disable iOS Dark Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Nov 8, 2019
1 parent 0048a2e commit 7d6b031
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo-glasses/App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<!-- Making sure Dark Mode is not applied -->
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
3 changes: 3 additions & 0 deletions demo-plainjs/app/App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<!-- Making sure Dark Mode is not applied -->
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
3 changes: 3 additions & 0 deletions demo-pokemon/App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<!-- Making sure Dark Mode is not applied -->
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
3 changes: 3 additions & 0 deletions demo-solarsystem/app/App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<!-- Making sure Dark Mode is not applied -->
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>

0 comments on commit 7d6b031

Please sign in to comment.