Skip to content

Commit

Permalink
Set EMBEDDED_CONTENT_CONTAINS_SWIFT to NO
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzhow committed Jun 7, 2016
1 parent 320def9 commit 97c141d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Yep.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5533,7 +5533,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEBUG_INFORMATION_FORMAT = dwarf;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -5555,7 +5555,7 @@
CODE_SIGN_ENTITLEMENTS = YepShare/YepShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand Down

0 comments on commit 97c141d

Please sign in to comment.