Skip to content

Commit ab87c52

Browse files
committed
fix
1 parent f900ddb commit ab87c52

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)