summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-11 05:47:51 -0700
committerFuwn <[email protected]>2025-06-11 05:47:51 -0700
commitcde05456a79ca64b4af81f1cfc313bbd58e94a8a (patch)
tree0fe6eb50d86df228d7bf53940a3991d725abbb1a /justfile
parentfeat: Development commit (diff)
downloadsora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.tar.xz
sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.zip
feat: Development commit
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/justfile b/justfile
index b7c549e..f2aff8d 100644
--- a/justfile
+++ b/justfile
@@ -2,6 +2,10 @@ import? 'xcode.just'
target := 'Sora'
+alias fmt := format
+alias b := build
+alias gen := generate
+
fetch:
curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/xcode.just > xcode.just
@@ -17,3 +21,6 @@ open:
install location="/Users/${USER}/Applications" derived_data='/Users/${USER}/Library/Developer/Xcode/DerivedData':
cp -r {{derived_data}}/{{target}}-*/Build/Products/Release/{{target}}.app {{location}}
+generate:
+ mint run xcodegen@synced_folder generate
+