Skip to content

Commit 12bc56f

Browse files
authored
Merge pull request #168 from briancroom/fix-osx-failure
Don't have Xcode embed the Swift stdlib into SwiftXCTest.framework
2 parents ceaa629 + 6e91f54 commit 12bc56f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@
449449
DYLIB_COMPATIBILITY_VERSION = 1;
450450
DYLIB_CURRENT_VERSION = 1;
451451
DYLIB_INSTALL_NAME_BASE = "@rpath";
452-
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
453452
FRAMEWORK_VERSION = A;
454453
INFOPLIST_FILE = Info.plist;
455454
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -472,7 +471,6 @@
472471
DYLIB_COMPATIBILITY_VERSION = 1;
473472
DYLIB_CURRENT_VERSION = 1;
474473
DYLIB_INSTALL_NAME_BASE = "@rpath";
475-
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
476474
FRAMEWORK_VERSION = A;
477475
INFOPLIST_FILE = Info.plist;
478476
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)