diff --git a/Package.swift b/Package.swift index 75acf3c..907ed2d 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "IrregularGradient", platforms: [ - .iOS(.v13), .macOS(.v10_15) + .iOS(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v6) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.