Skip to content

Commit dfe5002

Browse files
authored
Merge pull request #560 from motocodeltd/master
swiftpm: set minimum target versions - allows deployment to watchos
2 parents e00921b + c9d8ed9 commit dfe5002

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Package.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "SwiftyStoreKit",
6-
platforms: [
7-
.iOS(.v8),
8-
.tvOS(.v9),
9-
.watchOS("6.2"),
10-
.macOS(.v10_10)
11-
],
6+
platforms: [.iOS("8.0"), .macOS("10.10"), .tvOS("9.0"), .watchOS("6.2")],
127
products: [
138
// Products define the executables and libraries produced by a package, and make them visible to other packages.
149
.library(

0 commit comments

Comments
 (0)