These deployment versions are the defaults

Well, almost, but adjusted we still work so in fact the ”bump” was spurious.
This commit is contained in:
Max Howell
2019-02-13 09:32:17 -05:00
parent 2758f0f698
commit b7c189e6af

View File

@@ -12,9 +12,6 @@ let pkg = Package(
] ]
) )
pkg.platforms = [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v10), .watchOS(.v3)
]
pkg.swiftLanguageVersions = [ pkg.swiftLanguageVersions = [
.v4_2, .v5 .v4_2, .v5
] ]