Skip to content

Commit

Permalink
updated Package.swift to set supported platforms to lowest possible v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
frzi committed Dec 8, 2023
1 parent 9ff07c1 commit ec58b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import PackageDescription
let package = Package(
name: "VariableFonts",
platforms: [
.macOS(.v11),
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v12),
.watchOS(.v4),
.tvOS(.v13),
.watchOS(.v6),
.macCatalyst(.v13),
.visionOS(.v1)
],
Expand Down

0 comments on commit ec58b23

Please sign in to comment.