Skip to content

Commit

Permalink
fixing os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Apr 5, 2024
1 parent be140ab commit feb8c03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ let swiftSettings = [

let package = Package(
name: "Options",
platforms: [.macOS(.v10_15)],
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macCatalyst(.v13),
.visionOS(.v1)
],
products: [
.library(
name: "Options",
Expand Down
9 changes: 8 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ let swiftSettings = [

let package = Package(
name: "Options",
platforms: [.macOS(.v12)],
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macCatalyst(.v13),
.visionOS(.v1)
],
products: [
.library(
name: "Options",
Expand Down

0 comments on commit feb8c03

Please sign in to comment.