Skip to content

Commit

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

let package = Package(
name: "Generator",
platforms: [
.macOS(.v10_15) // 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 eef8b91

Please sign in to comment.