File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
DocumentationTests/DocumentationTests/DocumentationTests.xcodeproj Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 686686 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.tests.documentation.DocumentationTests;
687687 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
688688 SKIP_INSTALL = YES;
689+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
690+ SUPPORTS_MACCATALYST = NO;
691+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
692+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
689693 SWIFT_EMIT_LOC_STRINGS = YES;
690694 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
691695 SWIFT_VERSION = 5.0;
692- TARGETED_DEVICE_FAMILY = "1,2" ;
696+ TARGETED_DEVICE_FAMILY = 1 ;
693697 };
694698 name = Debug;
695699 };
727731 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.tests.documentation.DocumentationTests;
728732 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
729733 SKIP_INSTALL = YES;
734+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
735+ SUPPORTS_MACCATALYST = NO;
736+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
737+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
730738 SWIFT_EMIT_LOC_STRINGS = YES;
731739 SWIFT_VERSION = 5.0;
732- TARGETED_DEVICE_FAMILY = "1,2" ;
740+ TARGETED_DEVICE_FAMILY = 1 ;
733741 };
734742 name = Release;
735743 };
You can’t perform that action at this time.
0 commit comments