Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb5681 commit 718ec62Copy full SHA for 718ec62
1 file changed
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "HealthKitReporter",
8
- platforms: [ .iOS(.v9) ],
+ platforms: [ .iOS(.v9), .watchOS(.v2) ],
9
products: [
10
// Products define the executables and libraries produced by a package, and make them visible to other packages.
11
.library(
0 commit comments