Skip to content

Commit

Permalink
remove signing from all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
orsi committed Sep 12, 2020
1 parent d8f45e5 commit 62d150e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/snes9x.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1379,12 +1379,12 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Snes9x/Snes9x.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = S4YHUE5Y65;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down

0 comments on commit 62d150e

Please sign in to comment.