Skip to content

Commit 96f2b9d

Browse files
committed
Added watchOS and tvOS.
1 parent 0574724 commit 96f2b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "SFSymbols",
77
defaultLocalization: "en",
88
platforms: [
9-
.iOS(.v13)
9+
.iOS(.v13), .watchOS(.v6), .tvOS(.v13)
1010
],
1111
products: [
1212
.library(

0 commit comments

Comments
 (0)