Skip to content

Commit

Permalink
Add minimum platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Dec 25, 2024
1 parent 6a00c99 commit fe4eb18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import PackageDescription
let package = Package(
name: "swift-wallet",
platforms: [
.macOS(.v11)
.macOS(.v11),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
],
products: [
.library(name: "WalletPasses", targets: ["WalletPasses"]),
Expand Down

0 comments on commit fe4eb18

Please sign in to comment.