Skip to content

Commit

Permalink
fix: revert code signing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Sep 24, 2024
1 parent af8d8e0 commit 4139fc2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions ios/RCTMLN.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGNING_ALLOWED = NO;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -708,10 +705,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGNING_ALLOWED = NO;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down

0 comments on commit 4139fc2

Please sign in to comment.