Skip to content

Commit

Permalink
Update to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Jun 18, 2020
1 parent da932f5 commit b7163bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sugar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,11 @@
};
BDA447881C2946BB003FDEAD = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 1150;
};
BDA447911C2946BC003FDEAD = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 1150;
};
D56DAA771C206516003E7253 = {
CreatedOnToolsVersion = 7.2;
Expand Down Expand Up @@ -947,6 +949,7 @@
PRODUCT_NAME = Sugar;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -969,6 +972,7 @@
PRODUCT_NAME = Sugar;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -985,6 +989,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Sugar-MacTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -1000,6 +1005,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Sugar-MacTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down

0 comments on commit b7163bf

Please sign in to comment.