From e6ef615083cf850a39fdd33514f5addeff22b3cc Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Tue, 16 Feb 2021 17:39:46 -0800 Subject: [PATCH] Use light mode on all example apps --- Examples/CodeExample/Info.plist | 2 ++ Examples/ManagerExample/Info.plist | 2 ++ Examples/ReassignExample/Info.plist | 2 ++ Examples/SequenceExample/Info.plist | 2 ++ Examples/StoryboardExample/Info.plist | 2 ++ 5 files changed, 10 insertions(+) diff --git a/Examples/CodeExample/Info.plist b/Examples/CodeExample/Info.plist index d3facea..2029f19 100644 --- a/Examples/CodeExample/Info.plist +++ b/Examples/CodeExample/Info.plist @@ -41,5 +41,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIUserInterfaceStyle + Light diff --git a/Examples/ManagerExample/Info.plist b/Examples/ManagerExample/Info.plist index ad9513b..2da3ac3 100644 --- a/Examples/ManagerExample/Info.plist +++ b/Examples/ManagerExample/Info.plist @@ -43,5 +43,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIUserInterfaceStyle + Light diff --git a/Examples/ReassignExample/Info.plist b/Examples/ReassignExample/Info.plist index 16be3b6..e4562e7 100644 --- a/Examples/ReassignExample/Info.plist +++ b/Examples/ReassignExample/Info.plist @@ -41,5 +41,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIUserInterfaceStyle + Light diff --git a/Examples/SequenceExample/Info.plist b/Examples/SequenceExample/Info.plist index 16be3b6..e4562e7 100644 --- a/Examples/SequenceExample/Info.plist +++ b/Examples/SequenceExample/Info.plist @@ -41,5 +41,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIUserInterfaceStyle + Light diff --git a/Examples/StoryboardExample/Info.plist b/Examples/StoryboardExample/Info.plist index ad9513b..2da3ac3 100644 --- a/Examples/StoryboardExample/Info.plist +++ b/Examples/StoryboardExample/Info.plist @@ -43,5 +43,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIUserInterfaceStyle + Light