|
777 | 777 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
778 | 778 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
779 | 779 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
780 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
781 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 780 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
782 | 781 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
783 | 782 | LD_RUNPATH_SEARCH_PATHS = ( |
784 | 783 | "$(inherited)", |
|
787 | 786 | MARKETING_VERSION = 1.0; |
788 | 787 | PRODUCT_BUNDLE_IDENTIFIER = io.VishwaiOSDev.Loadify; |
789 | 788 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 789 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 790 | + SUPPORTS_MACCATALYST = NO; |
790 | 791 | SWIFT_EMIT_LOC_STRINGS = YES; |
791 | 792 | SWIFT_VERSION = 5.0; |
792 | | - TARGETED_DEVICE_FAMILY = 1; |
| 793 | + TARGETED_DEVICE_FAMILY = "1,2"; |
793 | 794 | }; |
794 | 795 | name = Debug; |
795 | 796 | }; |
|
810 | 811 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
811 | 812 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
812 | 813 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
813 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
814 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 814 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
815 | 815 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
816 | 816 | LD_RUNPATH_SEARCH_PATHS = ( |
817 | 817 | "$(inherited)", |
|
820 | 820 | MARKETING_VERSION = 1.0; |
821 | 821 | PRODUCT_BUNDLE_IDENTIFIER = io.VishwaiOSDev.Loadify; |
822 | 822 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 823 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 824 | + SUPPORTS_MACCATALYST = NO; |
823 | 825 | SWIFT_EMIT_LOC_STRINGS = YES; |
824 | 826 | SWIFT_VERSION = 5.0; |
825 | | - TARGETED_DEVICE_FAMILY = 1; |
| 827 | + TARGETED_DEVICE_FAMILY = "1,2"; |
826 | 828 | }; |
827 | 829 | name = Release; |
828 | 830 | }; |
|
0 commit comments