Skip to content

Commit

Permalink
Remove macOS from Package.swift platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed May 7, 2024
1 parent 9a3ce4f commit 43cd52c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ let package = Package(
name: "ios_platform_images",
platforms: [
.iOS("12.0"),
.macOS("10.14"),
],
products: [
.library(name: "ios-platform-images", targets: ["ios_platform_images"])
Expand Down

0 comments on commit 43cd52c

Please sign in to comment.