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;
};