Skip to content

Commit 4f71564

Browse files
committed
Xcode 9.4: Update to recommended settings
1 parent 57d221b commit 4f71564

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

ReactiveTask.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
isa = PBXProject;
276276
attributes = {
277277
LastSwiftUpdateCheck = 0700;
278-
LastUpgradeCheck = 0900;
278+
LastUpgradeCheck = 0940;
279279
ORGANIZATIONNAME = Carthage;
280280
TargetAttributes = {
281281
D0BFEA571A2D1E5E00E23194 = {
@@ -391,6 +391,7 @@
391391
GCC_NO_COMMON_BLOCKS = YES;
392392
MACOSX_DEPLOYMENT_TARGET = 10.9;
393393
SDKROOT = macosx;
394+
SWIFT_COMPILATION_MODE = wholemodule;
394395
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
395396
SWIFT_VERSION = 4.0;
396397
VERSIONING_SYSTEM = "apple-generic";

ReactiveTask.xcodeproj/xcshareddata/xcschemes/ReactiveTask.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0900"
3+
LastUpgradeVersion = "0940"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -40,7 +40,6 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43-
language = ""
4443
shouldUseLaunchSchemeArgsEnv = "YES">
4544
<Testables>
4645
<TestableReference
@@ -70,7 +69,6 @@
7069
buildConfiguration = "Debug"
7170
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7271
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
73-
language = ""
7472
launchStyle = "0"
7573
useCustomWorkingDirectory = "NO"
7674
ignoresPersistentStateOnLaunch = "NO"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)