Skip to content

Commit

Permalink
Lower os versions to minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 6, 2024
1 parent 0242f69 commit c6ec804
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import PackageDescription
let package = Package(
name: "Glyph",
platforms: [
.macOS(.v10_15),
.macOS(.v10_13),
.macCatalyst(.v13),
.iOS(.v13),
.tvOS(.v13),
.iOS(.v12),
.tvOS(.v12),
.visionOS(.v1),

],
products: [
.library(name: "Glyph", targets: ["Glyph"]),
Expand Down

0 comments on commit c6ec804

Please sign in to comment.