From af07c3a653a025ff84b0b6527b931f2fec2804f8 Mon Sep 17 00:00:00 2001 From: Matias Piipari Date: Sun, 24 Jun 2018 19:34:58 +0200 Subject: [PATCH] Changes build configurations across the range to use Swift 4.1 --- Freddy.xcodeproj/project.pbxproj | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Freddy.xcodeproj/project.pbxproj b/Freddy.xcodeproj/project.pbxproj index d0639df1..8c03f57d 100644 --- a/Freddy.xcodeproj/project.pbxproj +++ b/Freddy.xcodeproj/project.pbxproj @@ -749,6 +749,7 @@ baseConfigurationReference = DB6ADF811C23617500D77BF1 /* Framework.xcconfig */; buildSettings = { SDKROOT = iphoneos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -759,6 +760,7 @@ buildSettings = { CLANG_ENABLE_CODE_COVERAGE = NO; SDKROOT = iphoneos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; @@ -769,6 +771,7 @@ buildSettings = { INFOPLIST_FILE = Tests/FreddyTests/Info.plist; SDKROOT = iphoneos; + SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -778,6 +781,7 @@ buildSettings = { INFOPLIST_FILE = Tests/FreddyTests/Info.plist; SDKROOT = iphoneos; + SWIFT_VERSION = 4.0; }; name = Release; }; @@ -786,6 +790,7 @@ baseConfigurationReference = DB6ADF811C23617500D77BF1 /* Framework.xcconfig */; buildSettings = { SDKROOT = macosx; + SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -795,6 +800,7 @@ buildSettings = { CLANG_ENABLE_CODE_COVERAGE = NO; SDKROOT = macosx; + SWIFT_VERSION = 4.0; }; name = Release; }; @@ -804,7 +810,7 @@ buildSettings = { INFOPLIST_FILE = Tests/FreddyTests/Info.plist; SDKROOT = macosx; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -814,7 +820,7 @@ buildSettings = { INFOPLIST_FILE = Tests/FreddyTests/Info.plist; SDKROOT = macosx; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.0; }; name = Release; }; @@ -823,6 +829,7 @@ baseConfigurationReference = DB6ADF811C23617500D77BF1 /* Framework.xcconfig */; buildSettings = { SDKROOT = appletvos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 3; }; name = Debug; @@ -833,6 +840,7 @@ buildSettings = { CLANG_ENABLE_CODE_COVERAGE = NO; SDKROOT = appletvos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 3; }; name = Release; @@ -843,6 +851,7 @@ buildSettings = { INFOPLIST_FILE = Tests/FreddyTests/Info.plist; SDKROOT = appletvos; + SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -852,6 +861,7 @@ buildSettings = { INFOPLIST_FILE = Tests/FreddyTests/Info.plist; SDKROOT = appletvos; + SWIFT_VERSION = 4.0; }; name = Release; }; @@ -860,6 +870,7 @@ baseConfigurationReference = DB6ADF811C23617500D77BF1 /* Framework.xcconfig */; buildSettings = { SDKROOT = watchos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; }; name = Debug; @@ -870,6 +881,7 @@ buildSettings = { CLANG_ENABLE_CODE_COVERAGE = NO; SDKROOT = watchos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; }; name = Release;