From 74767e432b8e2982b1315d38bc1bdbfb398699e5 Mon Sep 17 00:00:00 2001 From: Matthias Zenger Date: Sun, 12 May 2024 23:20:50 +0200 Subject: [PATCH] Update project settings. --- CLFormat.xcodeproj/project.pbxproj | 8 +++++--- .../xcshareddata/xcschemes/CLFormat.xcscheme | 2 +- .../xcshareddata/xcschemes/CLFormatTool.xcscheme | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CLFormat.xcodeproj/project.pbxproj b/CLFormat.xcodeproj/project.pbxproj index 4c62e76..8be0ada 100644 --- a/CLFormat.xcodeproj/project.pbxproj +++ b/CLFormat.xcodeproj/project.pbxproj @@ -263,7 +263,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1420; - LastUpgradeCheck = 1430; + LastUpgradeCheck = 1530; TargetAttributes = { CCB5F0F129C1455B00587140 = { CreatedOnToolsVersion = 14.2; @@ -409,6 +409,7 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -471,6 +472,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -492,7 +494,7 @@ CCB5F10429C1455B00587140 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; @@ -534,7 +536,7 @@ CCB5F10529C1455B00587140 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; diff --git a/CLFormat.xcodeproj/xcshareddata/xcschemes/CLFormat.xcscheme b/CLFormat.xcodeproj/xcshareddata/xcschemes/CLFormat.xcscheme index 4b77795..d7061b4 100644 --- a/CLFormat.xcodeproj/xcshareddata/xcschemes/CLFormat.xcscheme +++ b/CLFormat.xcodeproj/xcshareddata/xcschemes/CLFormat.xcscheme @@ -1,6 +1,6 @@