Skip to content

Commit 9ed92ec

Browse files
committed
Make the ServiceGenerator min version match.
1 parent c5aa155 commit 9ed92ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "GTLR_ServiceGenerator",
77
platforms: [
8-
.macOS(.v10_12),
8+
.macOS(.v10_15),
99
],
1010
products: [
1111
.executable(

0 commit comments

Comments
 (0)