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 f4dc601 commit 464cf09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions GPGServices.xcodeproj/project.pbxproj
Expand Up @@ -499,6 +499,15 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
TargetAttributes = {
8D1107260486CEB800E47090 = {
SystemCapabilities = {
com.apple.HardenedRuntime = {
enabled = 1;
};
};
};
};
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GPGServices" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -783,6 +792,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/Frameworks",
"$(SRCROOT)/Dependencies/zipkit/build/$CONFIGURATION",
Expand Down Expand Up @@ -811,6 +821,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
DEPLOYMENT_POSTPROCESSING = YES;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/Frameworks",
"$(SRCROOT)/Dependencies/zipkit/build/$CONFIGURATION",
Expand Down

0 comments on commit 464cf09

Please sign in to comment.