Skip to content

Commit 602b69b

Browse files
committed
Add support for watchOS in Package manifest
1 parent 40ec365 commit 602b69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "FreemiumKit",
66
defaultLocalization: "en",
7-
platforms: [.iOS(.v15), .macOS(.v12), .tvOS(.v15), .visionOS(.v1)],
7+
platforms: [.iOS(.v15), .macOS(.v12), .tvOS(.v15), .visionOS(.v1), .watchOS(.v8)],
88
products: [.library(name: "FreemiumKit", targets: ["FreemiumKit"])],
99
targets: [
1010
.target(name: "FreemiumKit", dependencies: ["FreemiumKitSDK"], resources: [.process("PrivacyInfo.xcprivacy")]),

0 commit comments

Comments
 (0)