Skip to content

Commit 35d729b

Browse files
authored
Merge pull request #52 from cwakamo/PlaygroundLogger-stop-installing-generated-ObjC-header
[PlaygroundLogger] Set `SWIFT_INSTALL_OBJC_HEADER` to `NO`.
2 parents a6d03a5 + a11baf0 commit 35d729b

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)