Skip to content

Commit e7a8490

Browse files
bzbarsky-appleshripad621git
authored andcommitted
Don't generate Objective-C compatibility headers for Matter.framework Swift APIs. (project-chip#30028)
1 parent d15ec6e commit e7a8490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/darwin/Framework/Matter.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,7 @@
20392039
SDKROOT = iphoneos;
20402040
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvos appletvsimulator watchos watchsimulator";
20412041
SUPPORTS_TEXT_BASED_API = NO;
2042+
SWIFT_INSTALL_OBJC_HEADER = NO;
20422043
TARGETED_DEVICE_FAMILY = "1,2,3,4";
20432044
VERSIONING_SYSTEM = "apple-generic";
20442045
VERSION_INFO_PREFIX = "";
@@ -2211,6 +2212,7 @@
22112212
SDKROOT = iphoneos;
22122213
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvos appletvsimulator watchos watchsimulator";
22132214
SUPPORTS_TEXT_BASED_API = YES;
2215+
SWIFT_INSTALL_OBJC_HEADER = NO;
22142216
TARGETED_DEVICE_FAMILY = "1,2,3,4";
22152217
VALIDATE_PRODUCT = YES;
22162218
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)