Skip to content

Commit

Permalink
Merge pull request #560 from motocodeltd/master
Browse files Browse the repository at this point in the history
swiftpm: set minimum target versions - allows deployment to watchos
  • Loading branch information
Sam-Spencer authored Jul 19, 2020
2 parents e00921b + c9d8ed9 commit dfe5002
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import PackageDescription

let package = Package(
name: "SwiftyStoreKit",
platforms: [
.iOS(.v8),
.tvOS(.v9),
.watchOS("6.2"),
.macOS(.v10_10)
],
platforms: [.iOS("8.0"), .macOS("10.10"), .tvOS("9.0"), .watchOS("6.2")],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit dfe5002

Please sign in to comment.