mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
b5d4c4c46d
The goal here is for `swift-dev-utils` to be a monolithic package for development utils written in Swift.
3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/zsh
|
|
exec swift run -c release --package-path "$0:A:h" swift-xcodegen "$@"
|