File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
SwiftUI-WorkoutApp.xcodeproj
SwiftUI-WorkoutApp/Screens/Parks Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 463463 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
464464 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
465465 INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
466- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
467466 IPHONEOS_DEPLOYMENT_TARGET = 15.0;
468467 LD_RUNPATH_SEARCH_PATHS = (
469468 "$(inherited)",
518517 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
519518 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
520519 INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
521- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
522520 IPHONEOS_DEPLOYMENT_TARGET = 15.0;
523521 LD_RUNPATH_SEARCH_PATHS = (
524522 "$(inherited)",
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ struct ParksAddedByUserScreen: View {
4040 . accessibilityIdentifier ( " ParkViewCell " )
4141 }
4242 }
43- . padding ( [ . top , . horizontal ] )
43+ . padding ( )
4444 }
4545 . onChange ( of: parkList) { updatedParks in
4646 if updatedParks. isEmpty { dismiss ( ) }
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ private extension ParksListScreen {
130130 . accessibilityIdentifier ( " ParkViewCell " )
131131 }
132132 }
133- . padding ( [ . top , . horizontal ] )
133+ . padding ( )
134134 case let . error( errorKind) :
135135 CommonErrorView ( errorKind: errorKind)
136136 case . initial, . loading:
You can’t perform that action at this time.
0 commit comments