Update to Swift 5.1

This commit is contained in:
Maurice Parker
2019-09-25 15:32:30 -05:00
parent 505a7d5149
commit 08a8b8f6c2
14 changed files with 14 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.14
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
SWIFT_VERSION = 5.1
COMBINE_HIDPI_IMAGES = YES
COPY_PHASE_STRIP = NO

View File

@@ -331,7 +331,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.1;
};
name = Debug;
};
@@ -340,7 +340,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.1;
};
name = Release;
};

View File

@@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
SWIFT_VERSION = 5.1
COMBINE_HIDPI_IMAGES = YES
COPY_PHASE_STRIP = NO

View File

@@ -1,4 +1,4 @@
#include "./ArticlesData_project.xcconfig"
#include "./Articles_project.xcconfig"
DEBUG_INFORMATION_FORMAT = dwarf
ENABLE_TESTABILITY = YES

View File

@@ -1,4 +1,4 @@
#include "./ArticlesData_project.xcconfig"
#include "./Articles_project.xcconfig"
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
ENABLE_NS_ASSERTIONS = NO

View File

@@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = 9C84TZ7Q6Z
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
SWIFT_VERSION = 5.1
COMBINE_HIDPI_IMAGES = YES
COPY_PHASE_STRIP = NO

View File

@@ -328,7 +328,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.SyncDatabase;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
@@ -355,7 +354,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.SyncDatabase;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};

View File

@@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = 9C84TZ7Q6Z
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.14
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
SWIFT_VERSION = 5.1
COMBINE_HIDPI_IMAGES = YES
COPY_PHASE_STRIP = NO

View File

@@ -38,4 +38,4 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
CLANG_ANALYZER_NONNULL = YES
SWIFT_SWIFT3_OBJC_INFERENCE = Off
SWIFT_VERSION = 5.0
SWIFT_VERSION = 5.1