From 5e827d573e3a3fa90224d7fa4c97a7fb2c141dec Mon Sep 17 00:00:00 2001 From: Eskil Gjerde Sviggum Date: Sat, 18 Nov 2023 22:20:04 +0100 Subject: [PATCH] Use hardened runtime in Demo app --- Documentation/Demo/Dithering.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Demo/Dithering.xcodeproj/project.pbxproj b/Documentation/Demo/Dithering.xcodeproj/project.pbxproj index 991daee..570a147 100644 --- a/Documentation/Demo/Dithering.xcodeproj/project.pbxproj +++ b/Documentation/Demo/Dithering.xcodeproj/project.pbxproj @@ -360,6 +360,7 @@ DEVELOPMENT_ASSET_PATHS = "\"Dithering/Preview Content\""; DEVELOPMENT_TEAM = EUKTZ7725R; ENABLE_HARDENED_RUNTIME = NO; + "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -395,6 +396,7 @@ DEVELOPMENT_ASSET_PATHS = "\"Dithering/Preview Content\""; DEVELOPMENT_TEAM = EUKTZ7725R; ENABLE_HARDENED_RUNTIME = NO; + "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;