Skip to content

Commit

Permalink
Merge pull request #99 from zorgiepoo/adhoc-signature
Browse files Browse the repository at this point in the history
Use adhoc (sign to run locally) signature in project
  • Loading branch information
zorgiepoo authored Aug 11, 2024
2 parents 551fe24 + e7bdb80 commit e6ae97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bit Slicer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = bitslicer_codesign;
CODE_SIGN_IDENTITY = "-";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -2891,7 +2891,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = bitslicer_codesign;
CODE_SIGN_IDENTITY = "-";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down

0 comments on commit e6ae97e

Please sign in to comment.