Skip to content

Commit e35f667

Browse files
authored
[Fix]Disable unsupported architectures from DocumentationTests (#959)
1 parent 309136a commit e35f667

File tree

1 file changed

+10
-2
lines changed
  • DocumentationTests/DocumentationTests/DocumentationTests.xcodeproj

1 file changed

+10
-2
lines changed

DocumentationTests/DocumentationTests/DocumentationTests.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,14 @@
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
};
@@ -727,9 +731,13 @@
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
};

0 commit comments

Comments
 (0)