mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is a tool specifically designed to generate Xcode projects for the Swift repo (as well as a couple of adjacent repos such as LLVM and Clang). It aims to provide a much more user-friendly experience than the CMake Xcode generation (`build-script --xcode`).
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 "$@"
|