Skip to content

Commit 1945209

Browse files
authored
Merge pull request #2 from CuriositySoftware/fix/pacakge_output_default
Fix swiftPackageOutput default
2 parents d1ba2c1 + ab87c52 commit 1945209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeTargetGraphGen/XcodeTargetGraphGenCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct XcodeTargetGraphGenCommand: ParsableCommand {
3333
inversion: FlagInversion.prefixedEnableDisable,
3434
help: "Targeting Swift Package Product for output."
3535
)
36-
var swiftPackageOutput = false
36+
var swiftPackageOutput = true
3737

3838
@Flag(
3939
inversion: FlagInversion.prefixedEnableDisable,

0 commit comments

Comments
 (0)