Skip to content

Commit 82d8a01

Browse files
committed
fix: update build setting to recommended
1 parent 11c401f commit 82d8a01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Starscream.xcodeproj/project.pbxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
BuildIndependentTargetsInParallel = YES;
298298
LastSwiftMigration = 0700;
299299
LastSwiftUpdateCheck = 0700;
300-
LastUpgradeCheck = 1430;
300+
LastUpgradeCheck = 1530;
301301
ORGANIZATIONNAME = Vluxe;
302302
TargetAttributes = {
303303
335FA1F41F5DF71D00F6D2EC = {
@@ -572,6 +572,7 @@
572572
DEAD_CODE_STRIPPING = YES;
573573
ENABLE_STRICT_OBJC_MSGSEND = YES;
574574
ENABLE_TESTABILITY = YES;
575+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
575576
GCC_C_LANGUAGE_STANDARD = gnu99;
576577
GCC_DYNAMIC_NO_PIC = NO;
577578
GCC_NO_COMMON_BLOCKS = YES;
@@ -634,6 +635,7 @@
634635
DEAD_CODE_STRIPPING = YES;
635636
ENABLE_NS_ASSERTIONS = NO;
636637
ENABLE_STRICT_OBJC_MSGSEND = YES;
638+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
637639
GCC_C_LANGUAGE_STANDARD = gnu99;
638640
GCC_NO_COMMON_BLOCKS = YES;
639641
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

Starscream.xcodeproj/xcshareddata/xcschemes/Starscream.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1530"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)