File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 327327 INFOPLIST_KEY_UILaunchStoryboardName = "";
328328 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
329329 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
330+ INFOPLIST_KEY_UIUserInterfaceStyle = Light;
330331 LD_RUNPATH_SEARCH_PATHS = (
331332 "$(inherited)",
332333 "@executable_path/Frameworks",
361362 INFOPLIST_KEY_UILaunchStoryboardName = "";
362363 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
363364 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
365+ INFOPLIST_KEY_UIUserInterfaceStyle = Light;
364366 LD_RUNPATH_SEARCH_PATHS = (
365367 "$(inherited)",
366368 "@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import SwiftUI
44struct App : SwiftUI . App {
55 var body : some Scene {
66 WindowGroup {
7- AppView ( ) . preferredColorScheme ( . light )
7+ AppView ( )
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -66,5 +66,5 @@ struct ContentView: View {
6666}
6767
6868#Preview {
69- AppView ( ) . preferredColorScheme ( . light )
69+ AppView ( )
7070}
You can’t perform that action at this time.
0 commit comments