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 f900ddb commit ab87c52Copy full SHA for ab87c52
Sources/XcodeTargetGraphGen/XcodeTargetGraphGenCommand.swift
@@ -33,7 +33,7 @@ struct XcodeTargetGraphGenCommand: ParsableCommand {
33
inversion: FlagInversion.prefixedEnableDisable,
34
help: "Targeting Swift Package Product for output."
35
)
36
- var swiftPackageOutput = false
+ var swiftPackageOutput = true
37
38
@Flag(
39
0 commit comments