Skip to content

Commit

Permalink
Migrate to Swift 4.2 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSMyself authored and mluisbrown committed Jan 9, 2019
1 parent ea1685c commit b88393c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Vinyl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -570,11 +570,11 @@
};
C75D79051C6DFE30004B92A9 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0940;
LastSwiftMigration = 1010;
};
C75D790F1C6DFE30004B92A9 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0820;
LastSwiftMigration = 1010;
ProvisioningStyle = Manual;
};
};
Expand Down Expand Up @@ -1094,8 +1094,7 @@
PRODUCT_NAME = Vinyl;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -1114,8 +1113,7 @@
PRODUCT_BUNDLE_IDENTIFIER = velhotes.Vinyl;
PRODUCT_NAME = Vinyl;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand All @@ -1131,7 +1129,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = velhotes.VinylTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -1147,7 +1145,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = velhotes.VinylTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down

0 comments on commit b88393c

Please sign in to comment.