Skip to content

Commit 8d4c201

Browse files
committed
Enabling Hardened Runtime
1 parent 6f76c0a commit 8d4c201

File tree

3 files changed

+27
-33
lines changed

3 files changed

+27
-33
lines changed

SwiftDraw.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
isa = PBXProject;
903903
attributes = {
904904
LastSwiftUpdateCheck = 1010;
905-
LastUpgradeCheck = 1010;
905+
LastUpgradeCheck = 1150;
906906
ORGANIZATIONNAME = "WhileLoop Pty Ltd";
907907
TargetAttributes = {
908908
D962D26C1E6ECD5C00B825C6 = {
@@ -1342,6 +1342,7 @@
13421342
CODE_SIGN_IDENTITY = "Mac Developer";
13431343
CODE_SIGN_STYLE = Automatic;
13441344
DEVELOPMENT_TEAM = C8TWBM2E6Q;
1345+
ENABLE_HARDENED_RUNTIME = YES;
13451346
GCC_C_LANGUAGE_STANDARD = gnu11;
13461347
LD_RUNPATH_SEARCH_PATHS = "@executable_path $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
13471348
MACOSX_DEPLOYMENT_TARGET = 10.14;
@@ -1365,6 +1366,7 @@
13651366
CODE_SIGN_IDENTITY = "Mac Developer";
13661367
CODE_SIGN_STYLE = Automatic;
13671368
DEVELOPMENT_TEAM = C8TWBM2E6Q;
1369+
ENABLE_HARDENED_RUNTIME = YES;
13681370
GCC_C_LANGUAGE_STANDARD = gnu11;
13691371
LD_RUNPATH_SEARCH_PATHS = "@executable_path $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
13701372
MACOSX_DEPLOYMENT_TARGET = 10.14;

SwiftDraw.xcodeproj/xcshareddata/xcschemes/SwiftDraw-macOS.xcscheme

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1150"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,8 +26,17 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
codeCoverageEnabled = "YES"
30-
shouldUseLaunchSchemeArgsEnv = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
codeCoverageEnabled = "YES">
31+
<MacroExpansion>
32+
<BuildableReference
33+
BuildableIdentifier = "primary"
34+
BlueprintIdentifier = "D962D26C1E6ECD5C00B825C6"
35+
BuildableName = "SwiftDraw.framework"
36+
BlueprintName = "SwiftDraw-macOS"
37+
ReferencedContainer = "container:SwiftDraw.xcodeproj">
38+
</BuildableReference>
39+
</MacroExpansion>
3140
<Testables>
3241
<TestableReference
3342
skipped = "NO">
@@ -40,17 +49,6 @@
4049
</BuildableReference>
4150
</TestableReference>
4251
</Testables>
43-
<MacroExpansion>
44-
<BuildableReference
45-
BuildableIdentifier = "primary"
46-
BlueprintIdentifier = "D962D26C1E6ECD5C00B825C6"
47-
BuildableName = "SwiftDraw.framework"
48-
BlueprintName = "SwiftDraw-macOS"
49-
ReferencedContainer = "container:SwiftDraw.xcodeproj">
50-
</BuildableReference>
51-
</MacroExpansion>
52-
<AdditionalOptions>
53-
</AdditionalOptions>
5452
</TestAction>
5553
<LaunchAction
5654
buildConfiguration = "Debug"
@@ -71,8 +69,6 @@
7169
ReferencedContainer = "container:SwiftDraw.xcodeproj">
7270
</BuildableReference>
7371
</MacroExpansion>
74-
<AdditionalOptions>
75-
</AdditionalOptions>
7672
</LaunchAction>
7773
<ProfileAction
7874
buildConfiguration = "Release"

SwiftDraw.xcodeproj/xcshareddata/xcschemes/SwiftDraw.xcscheme

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1150"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,8 +26,17 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
codeCoverageEnabled = "YES"
30-
shouldUseLaunchSchemeArgsEnv = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
codeCoverageEnabled = "YES">
31+
<MacroExpansion>
32+
<BuildableReference
33+
BuildableIdentifier = "primary"
34+
BlueprintIdentifier = "D9F3EBB01DFF5BA3006691A1"
35+
BuildableName = "SwiftDraw.framework"
36+
BlueprintName = "SwiftDraw"
37+
ReferencedContainer = "container:SwiftDraw.xcodeproj">
38+
</BuildableReference>
39+
</MacroExpansion>
3140
<Testables>
3241
<TestableReference
3342
skipped = "NO">
@@ -40,17 +49,6 @@
4049
</BuildableReference>
4150
</TestableReference>
4251
</Testables>
43-
<MacroExpansion>
44-
<BuildableReference
45-
BuildableIdentifier = "primary"
46-
BlueprintIdentifier = "D9F3EBB01DFF5BA3006691A1"
47-
BuildableName = "SwiftDraw.framework"
48-
BlueprintName = "SwiftDraw"
49-
ReferencedContainer = "container:SwiftDraw.xcodeproj">
50-
</BuildableReference>
51-
</MacroExpansion>
52-
<AdditionalOptions>
53-
</AdditionalOptions>
5452
</TestAction>
5553
<LaunchAction
5654
buildConfiguration = "Debug"
@@ -71,8 +69,6 @@
7169
ReferencedContainer = "container:SwiftDraw.xcodeproj">
7270
</BuildableReference>
7371
</MacroExpansion>
74-
<AdditionalOptions>
75-
</AdditionalOptions>
7672
</LaunchAction>
7773
<ProfileAction
7874
buildConfiguration = "Release"

0 commit comments

Comments
 (0)