From b8590542262f3f6bd56870da1737689c3df8f674 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 28 Jun 2025 08:28:32 -0700 Subject: feat: Development commit --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'justfile') 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}} -- cgit v1.2.3