Skip to content

Commit

Permalink
Change CODE_SIGN_IDENTITY
Browse files Browse the repository at this point in the history
  • Loading branch information
reloni committed Sep 21, 2019
1 parent 37a5342 commit ecc4135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RxDataFlow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -508,6 +510,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
"CODE_SIGN_IDENTITY[sdk=*]" = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand Down

0 comments on commit ecc4135

Please sign in to comment.