Skip to content

Commit 6a3e7b1

Browse files
update project settings
1 parent 9773aa2 commit 6a3e7b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RxFileMonitor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,9 @@
272272
50E8353A1DD1B26900783B62 /* Project object */ = {
273273
isa = PBXProject;
274274
attributes = {
275+
BuildIndependentTargetsInParallel = YES;
275276
LastSwiftUpdateCheck = 0810;
276-
LastUpgradeCheck = 1420;
277+
LastUpgradeCheck = 1620;
277278
ORGANIZATIONNAME = CleanCocoa;
278279
TargetAttributes = {
279280
50E835421DD1B26900783B62 = {
@@ -433,6 +434,7 @@
433434
DEBUG_INFORMATION_FORMAT = dwarf;
434435
ENABLE_STRICT_OBJC_MSGSEND = YES;
435436
ENABLE_TESTABILITY = YES;
437+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
436438
GCC_C_LANGUAGE_STANDARD = gnu99;
437439
GCC_DYNAMIC_NO_PIC = NO;
438440
GCC_NO_COMMON_BLOCKS = YES;
@@ -497,6 +499,7 @@
497499
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
498500
ENABLE_NS_ASSERTIONS = NO;
499501
ENABLE_STRICT_OBJC_MSGSEND = YES;
502+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
500503
GCC_C_LANGUAGE_STANDARD = gnu99;
501504
GCC_NO_COMMON_BLOCKS = YES;
502505
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

RxFileMonitor.xcodeproj/xcshareddata/xcschemes/RxFileMonitor.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 = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)