diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ format: just _format {{target}} build: - just _build {{target}} + command -v xcbeautify >/dev/null 2>&1 \ + && xcodebuild -configuration Release -scheme {{target}} build | xcbeautify \ + || just _build {{target}} open: just _open {{target}} |