Skip to content

Commit a11baf0

Browse files
committed
[PlaygroundLogger] Set SWIFT_INSTALL_OBJC_HEADER to NO.
The generated Objective-C header isn't used by PlaygroundLogger's clients, so this can safely be disabled. This addresses <rdar://problem/72063883>.
1 parent 88043d7 commit a11baf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PlaygroundLogger/PlaygroundLogger.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@
12511251
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12521252
SKIP_INSTALL = NO;
12531253
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
1254+
SWIFT_INSTALL_OBJC_HEADER = NO;
12541255
};
12551256
name = Debug;
12561257
};
@@ -1272,6 +1273,7 @@
12721273
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12731274
SKIP_INSTALL = NO;
12741275
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
1276+
SWIFT_INSTALL_OBJC_HEADER = NO;
12751277
};
12761278
name = Release;
12771279
};

0 commit comments

Comments
 (0)