Skip to content

Commit 37259f7

Browse files
Updates project to recommended settings
1 parent 44ee1a6 commit 37259f7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/FlowStacks.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

FlowStacksApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
attributes = {
178178
BuildIndependentTargetsInParallel = 1;
179179
LastSwiftUpdateCheck = 1300;
180-
LastUpgradeCheck = 1420;
180+
LastUpgradeCheck = 1500;
181181
TargetAttributes = {
182182
5241BF3226AA1D3B002D6892 = {
183183
CreatedOnToolsVersion = 13.0;
@@ -298,6 +298,7 @@
298298
DEBUG_INFORMATION_FORMAT = dwarf;
299299
ENABLE_STRICT_OBJC_MSGSEND = YES;
300300
ENABLE_TESTABILITY = YES;
301+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
301302
GCC_C_LANGUAGE_STANDARD = gnu11;
302303
GCC_DYNAMIC_NO_PIC = NO;
303304
GCC_NO_COMMON_BLOCKS = YES;
@@ -358,6 +359,7 @@
358359
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
359360
ENABLE_NS_ASSERTIONS = NO;
360361
ENABLE_STRICT_OBJC_MSGSEND = YES;
362+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
361363
GCC_C_LANGUAGE_STANDARD = gnu11;
362364
GCC_NO_COMMON_BLOCKS = YES;
363365
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

FlowStacksApp.xcodeproj/xcshareddata/xcschemes/FlowStacksApp (iOS).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

FlowStacksApp.xcodeproj/xcshareddata/xcschemes/FlowStacksApp (macOS).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)