Skip to content

Commit

Permalink
Enable hardened runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mento committed Aug 8, 2019
1 parent f15d2ef commit 49d5d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GPGPreferences.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEPLOY_RESOURCES_DIR = "$(SRCROOT)/Dependencies/DeployResources";
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -641,6 +642,7 @@
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOY_RESOURCES_DIR = "$(SRCROOT)/Dependencies/DeployResources";
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Expand Down

0 comments on commit 49d5d64

Please sign in to comment.