From 82d8a0119e4abe374a29c3cc4aa1be002e19770c Mon Sep 17 00:00:00 2001 From: Austin Cherry Date: Thu, 7 Mar 2024 12:10:16 -0600 Subject: [PATCH] fix: update build setting to recommended --- Starscream.xcodeproj/project.pbxproj | 4 +++- .../xcshareddata/xcschemes/Starscream.xcscheme | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Starscream.xcodeproj/project.pbxproj b/Starscream.xcodeproj/project.pbxproj index 45fd831d..0b7ae404 100644 --- a/Starscream.xcodeproj/project.pbxproj +++ b/Starscream.xcodeproj/project.pbxproj @@ -297,7 +297,7 @@ BuildIndependentTargetsInParallel = YES; LastSwiftMigration = 0700; LastSwiftUpdateCheck = 0700; - LastUpgradeCheck = 1430; + LastUpgradeCheck = 1530; ORGANIZATIONNAME = Vluxe; TargetAttributes = { 335FA1F41F5DF71D00F6D2EC = { @@ -572,6 +572,7 @@ DEAD_CODE_STRIPPING = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -634,6 +635,7 @@ DEAD_CODE_STRIPPING = YES; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; diff --git a/Starscream.xcodeproj/xcshareddata/xcschemes/Starscream.xcscheme b/Starscream.xcodeproj/xcshareddata/xcschemes/Starscream.xcscheme index ec7854e1..139182fc 100644 --- a/Starscream.xcodeproj/xcshareddata/xcschemes/Starscream.xcscheme +++ b/Starscream.xcodeproj/xcshareddata/xcschemes/Starscream.xcscheme @@ -1,6 +1,6 @@