diff options
| author | Fuwn <[email protected]> | 2025-06-28 08:28:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-28 08:28:32 -0700 |
| commit | b8590542262f3f6bd56870da1737689c3df8f674 (patch) | |
| tree | 99de1b560f03f5d46af61d22a05b12ff6287d362 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-b8590542262f3f6bd56870da1737689c3df8f674.tar.xz sora-testing-b8590542262f3f6bd56870da1737689c3df8f674.zip | |
feat: Development commit
| -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}} |