summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-28 08:28:32 -0700
committerFuwn <[email protected]>2025-06-28 08:28:32 -0700
commitb8590542262f3f6bd56870da1737689c3df8f674 (patch)
tree99de1b560f03f5d46af61d22a05b12ff6287d362
parentfeat: Development commit (diff)
downloadsora-testing-b8590542262f3f6bd56870da1737689c3df8f674.tar.xz
sora-testing-b8590542262f3f6bd56870da1737689c3df8f674.zip
feat: Development commit
-rw-r--r--justfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/justfile b/justfile
index f2aff8d..a79a134 100644
--- a/justfile
+++ b/justfile
@@ -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}}