Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 2390c80

Browse files
committed
Add Additional Platforms to Package.swift
1 parent aea06ee commit 2390c80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import PackageDescription
55
let package = Package(
66
name: "R.swift.Library",
77
platforms: [
8-
.iOS(.v8)
8+
.iOS(.v8),
9+
.tvOS(.v9),
10+
.watchOS(.v2),
911
],
1012
products: [
1113
.library(name: "Rswift", targets: ["Rswift"])

0 commit comments

Comments
 (0)