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 c074132
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import PackageDescription
let package = Package(
name: "ios_platform_images",
platforms: [
.iOS("12.0"),
.macOS("10.14"),
.iOS("12.0")
],
products: [
.library(name: "ios-platform-images", targets: ["ios_platform_images"])
Expand Down

0 comments on commit c074132

Please sign in to comment.