Skip to content

Commit 2f8a4cb

Browse files
committed
Add tip about opening projects after generating Xcode support
1 parent b7e96df commit 2f8a4cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@ struct GenerateXcodeSupportCommand: Command {
2727
}
2828

2929
log.info("Done in \(elapsed.secondsString).")
30+
31+
print(Output {
32+
""
33+
Section("Opening your project in Xcode") {
34+
ExampleCommand("open Package.swift -a /Applications/Xcode.app")
35+
""
36+
"The '-a /Applications/Xcode.app' option is only required if your default app isn't Xcode"
37+
}
38+
})
3039
}
3140
}

0 commit comments

Comments
 (0)