Skip to content

Commit edef4c0

Browse files
committed
Hardened runtime is now enabled.
1 parent 613b0bb commit edef4c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ColorSet.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,9 @@
479479
CreatedOnToolsVersion = 9.4.1;
480480
LastSwiftMigration = 1000;
481481
SystemCapabilities = {
482+
com.apple.HardenedRuntime = {
483+
enabled = 1;
484+
};
482485
com.apple.Sandbox = {
483486
enabled = 1;
484487
};
@@ -665,6 +668,7 @@
665668
CODE_SIGN_IDENTITY = "Mac Developer";
666669
COMBINE_HIDPI_IMAGES = YES;
667670
DEVELOPMENT_TEAM = J5PR93692Y;
671+
ENABLE_HARDENED_RUNTIME = YES;
668672
INFOPLIST_FILE = ColorSet/Info.plist;
669673
LD_RUNPATH_SEARCH_PATHS = (
670674
"$(inherited)",
@@ -683,6 +687,7 @@
683687
CODE_SIGN_IDENTITY = "Developer ID Application";
684688
COMBINE_HIDPI_IMAGES = YES;
685689
DEVELOPMENT_TEAM = J5PR93692Y;
690+
ENABLE_HARDENED_RUNTIME = YES;
686691
INFOPLIST_FILE = ColorSet/Info.plist;
687692
LD_RUNPATH_SEARCH_PATHS = (
688693
"$(inherited)",

0 commit comments

Comments
 (0)