Skip to content

Commit

Permalink
Add support for watchOS in Package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 4, 2024
1 parent 40ec365 commit 602b69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "FreemiumKit",
defaultLocalization: "en",
platforms: [.iOS(.v15), .macOS(.v12), .tvOS(.v15), .visionOS(.v1)],
platforms: [.iOS(.v15), .macOS(.v12), .tvOS(.v15), .visionOS(.v1), .watchOS(.v8)],
products: [.library(name: "FreemiumKit", targets: ["FreemiumKit"])],
targets: [
.target(name: "FreemiumKit", dependencies: ["FreemiumKitSDK"], resources: [.process("PrivacyInfo.xcprivacy")]),
Expand Down

0 comments on commit 602b69b

Please sign in to comment.