Skip to content

Commit

Permalink
Stop embedding Swift standard libraries (mac-gallagher#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgwon authored and vladimir-uvarov committed Feb 10, 2020
1 parent 05c55f0 commit 877907c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Shuffle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@
AD72AC662270E5E20083E735 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
Expand All @@ -1069,6 +1070,7 @@
AD72AC672270E5E20083E735 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
Expand Down

0 comments on commit 877907c

Please sign in to comment.