Skip to content

Commit 9472128

Browse files
committed
disable ipad and horizontal orientation
1 parent 1a1e367 commit 9472128

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

FitCounter by QuickPose.ai.xcodeproj/project.pbxproj

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@
516516
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
517517
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
518518
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";
521521
IPHONEOS_DEPLOYMENT_TARGET = 16.3;
522522
LD_RUNPATH_SEARCH_PATHS = (
523523
"$(inherited)",
@@ -526,9 +526,12 @@
526526
MARKETING_VERSION = 0.3;
527527
PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.FitCount;
528528
PRODUCT_NAME = "$(TARGET_NAME)";
529+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
530+
SUPPORTS_MACCATALYST = NO;
531+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
529532
SWIFT_EMIT_LOC_STRINGS = YES;
530533
SWIFT_VERSION = 5.0;
531-
TARGETED_DEVICE_FAMILY = "1,2";
534+
TARGETED_DEVICE_FAMILY = 1;
532535
};
533536
name = Debug;
534537
};
@@ -548,8 +551,8 @@
548551
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
549552
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
550553
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";
553556
IPHONEOS_DEPLOYMENT_TARGET = 16.3;
554557
LD_RUNPATH_SEARCH_PATHS = (
555558
"$(inherited)",
@@ -558,9 +561,12 @@
558561
MARKETING_VERSION = 0.3;
559562
PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.FitCount;
560563
PRODUCT_NAME = "$(TARGET_NAME)";
564+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
565+
SUPPORTS_MACCATALYST = NO;
566+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
561567
SWIFT_EMIT_LOC_STRINGS = YES;
562568
SWIFT_VERSION = 5.0;
563-
TARGETED_DEVICE_FAMILY = "1,2";
569+
TARGETED_DEVICE_FAMILY = 1;
564570
};
565571
name = Release;
566572
};

0 commit comments

Comments
 (0)