We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf38a4 commit 45cb65cCopy full SHA for 45cb65c
1 file changed
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "XcodeTargetGraphGen",
8
platforms: [
9
- .macOS(.v13)
+ .macOS(.v12)
10
],
11
products: [
12
.executable(name: "xcgraphgen", targets: ["XcodeTargetGraphGen"])
0 commit comments