Skip to content

Commit

Permalink
Set minimum macOS version to 12 in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Dec 23, 2024
1 parent eef8b91 commit b5b8374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "Generator",
platforms: [
.macOS(.v12) // Set the minimum macOS version to 10.15 or any version greater than 10.15.
],
dependencies: [
.package(url: "https://github.com/stencilproject/Stencil.git", from: "0.15.1"),
.package(url: "https://github.com/LebJe/TOMLKit.git", from: "0.5.5"),
Expand Down

0 comments on commit b5b8374

Please sign in to comment.