Skip to content

Commit

Permalink
Disable hardened runtime in dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Oct 9, 2019
1 parent c9c855b commit 6f1fab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iTerm2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15034,7 +15034,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_HARDENED_RUNTIME = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand Down

0 comments on commit 6f1fab7

Please sign in to comment.