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 b7e96df commit 2f8a4cbCopy full SHA for 2f8a4cb
Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift
@@ -27,5 +27,14 @@ struct GenerateXcodeSupportCommand: Command {
27
}
28
29
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
+ })
39
40
0 commit comments