Skip to content

Commit

Permalink
Merge pull request #67 from rayhannabi/hotfix/lightweight
Browse files Browse the repository at this point in the history
Remove embedded swift library
  • Loading branch information
rayhannabi committed Sep 5, 2019
2 parents 96dc0ac + 4946a3e commit f9a32f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNAlertController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
E8ECFAD422772ED000D4BA3F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
Expand Down Expand Up @@ -714,7 +714,7 @@
E8ECFAD522772ED000D4BA3F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
Expand Down

0 comments on commit f9a32f5

Please sign in to comment.