|
516 | 516 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
517 | 517 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
518 | 518 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
519 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
520 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 519 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
| 520 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
521 | 521 | IPHONEOS_DEPLOYMENT_TARGET = 16.3; |
522 | 522 | LD_RUNPATH_SEARCH_PATHS = ( |
523 | 523 | "$(inherited)", |
|
526 | 526 | MARKETING_VERSION = 0.3; |
527 | 527 | PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.FitCount; |
528 | 528 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 529 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 530 | + SUPPORTS_MACCATALYST = NO; |
| 531 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
529 | 532 | SWIFT_EMIT_LOC_STRINGS = YES; |
530 | 533 | SWIFT_VERSION = 5.0; |
531 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
| 534 | + TARGETED_DEVICE_FAMILY = 1; |
532 | 535 | }; |
533 | 536 | name = Debug; |
534 | 537 | }; |
|
548 | 551 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
549 | 552 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
550 | 553 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
551 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
552 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 554 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
| 555 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
553 | 556 | IPHONEOS_DEPLOYMENT_TARGET = 16.3; |
554 | 557 | LD_RUNPATH_SEARCH_PATHS = ( |
555 | 558 | "$(inherited)", |
|
558 | 561 | MARKETING_VERSION = 0.3; |
559 | 562 | PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.FitCount; |
560 | 563 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 564 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 565 | + SUPPORTS_MACCATALYST = NO; |
| 566 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
561 | 567 | SWIFT_EMIT_LOC_STRINGS = YES; |
562 | 568 | SWIFT_VERSION = 5.0; |
563 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
| 569 | + TARGETED_DEVICE_FAMILY = 1; |
564 | 570 | }; |
565 | 571 | name = Release; |
566 | 572 | }; |
|
0 commit comments