|
274 | 274 | SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
275 | 275 | SWIFT_EMIT_LOC_STRINGS = NO; |
276 | 276 | SWIFT_VERSION = 5.0; |
277 | | - TARGETED_DEVICE_FAMILY = 1; |
| 277 | + TARGETED_DEVICE_FAMILY = "1,2"; |
278 | 278 | TEST_TARGET_NAME = "SwiftUI-WorkoutApp"; |
279 | 279 | }; |
280 | 280 | name = Debug; |
|
297 | 297 | SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
298 | 298 | SWIFT_EMIT_LOC_STRINGS = NO; |
299 | 299 | SWIFT_VERSION = 5.0; |
300 | | - TARGETED_DEVICE_FAMILY = 1; |
| 300 | + TARGETED_DEVICE_FAMILY = "1,2"; |
301 | 301 | TEST_TARGET_NAME = "SwiftUI-WorkoutApp"; |
302 | 302 | }; |
303 | 303 | name = Release; |
|
464 | 464 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
465 | 465 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
466 | 466 | INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; |
| 467 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
467 | 468 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
468 | 469 | MARKETING_VERSION = 3.10.0; |
469 | 470 | PRODUCT_BUNDLE_IDENTIFIER = com.FGU.WorkOut; |
|
514 | 515 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
515 | 516 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
516 | 517 | INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; |
| 518 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
517 | 519 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
518 | 520 | MARKETING_VERSION = 3.10.0; |
519 | 521 | PRODUCT_BUNDLE_IDENTIFIER = com.FGU.WorkOut; |
|
0 commit comments