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

@@ -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