Skip to content

Commit

Permalink
Make the ServiceGenerator min version match.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 26, 2024
1 parent 0d2d272 commit 347b10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "GTLR_ServiceGenerator",
platforms: [
.macOS(.v10_12),
.macOS(.v10_15),
],
products: [
.executable(
Expand Down

0 comments on commit 347b10b

Please sign in to comment.