Skip to content

Commit

Permalink
remove macOS supported platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
vashworth committed May 8, 2024
1 parent 8063bec commit ad4347a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import PackageDescription
let package = Package(
name: "image_picker_ios",
platforms: [
.iOS("12.0"),
.macOS("10.14"),
.iOS("12.0")
],
products: [
.library(name: "image-picker-ios", targets: ["image_picker_ios"])
Expand Down

0 comments on commit ad4347a

Please sign in to comment.