Skip to content

Commit

Permalink
Fix Package supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascibien committed Oct 29, 2024
1 parent 924dc73 commit 1d9aee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let package = Package(
name: "MTGSDKSwift",
platforms: [
.iOS(.v9)
.macOS(.v12_4)
],
products: [
.library(
Expand Down

0 comments on commit 1d9aee2

Please sign in to comment.