-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage instructions for xcodebuild
#43
Comments
Great idea! That's definitely something you can do by setting the Perhaps we can add a convenience command plugin that launches xcodebuild with the built Swift Build service process, similar to the one for Xcode.app shown here: https://github.com/swiftlang/swift-build/blob/main/Plugins/launch-xcode/launch-xcode.swift |
Nope |
…xcodebuild This adds a new "run-xcodebuild" command plugin similar to "launch-xcode", which will run xcodebuild pointed to the just-built Swift Build service, forwarding along any arguments passed to the plugin. Also includes some minor error handling improvements and doc tweaks to the existing launch-xcode plugin. Closes #43
…xcodebuild This adds a new "run-xcodebuild" command plugin similar to "launch-xcode", which will run xcodebuild pointed to the just-built Swift Build service, forwarding along any arguments passed to the plugin. Also includes some minor error handling improvements and doc tweaks to the existing launch-xcode plugin. Closes #43
It would be nice if usage instructions for
xcodebuild
were added, if that's something currently supported.The text was updated successfully, but these errors were encountered: