Skip to content

Commit

Permalink
Mac: allow debug builds without signing, allowing for greater collabo…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
MichaelBuckley committed Sep 11, 2020
1 parent 14dcee9 commit 3451b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macosx/snes9x.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1156,8 +1156,8 @@
projectDirPath = "";
projectRoot = ..;
targets = (
30D15CEE22CE6B5A005BC352 /* snes9x framework */,
30714714230E379500917F82 /* Snes9x */,
30D15CEE22CE6B5A005BC352 /* snes9x framework */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -1418,12 +1418,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_STYLE = Automatic;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = S4YHUE5Y65;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down

0 comments on commit 3451b47

Please sign in to comment.