summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-05 18:38:44 -0700
committerFuwn <[email protected]>2025-09-05 18:38:44 -0700
commit7a35c0bc969d35f4f4fb9bacf7f2cb665db61541 (patch)
treebd94d5bbfe9bd82cf80123a14cf821e8e7587c9e /justfile
parentfeat: Development commit (diff)
downloadsora-testing-7a35c0bc969d35f4f4fb9bacf7f2cb665db61541.tar.xz
sora-testing-7a35c0bc969d35f4f4fb9bacf7f2cb665db61541.zip
feat: Development commit
Diffstat (limited to 'justfile')
-rw-r--r--justfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/justfile b/justfile
index a03d71c..8036a59 100644
--- a/justfile
+++ b/justfile
@@ -24,7 +24,7 @@ build destination="platform=macOS":
build_ios:
just build "platform=iOS,arch=arm64,name={{device_name}}"
-open:
+run:
just _open {{target}}
install derived_data=derived_data location=location:
@@ -38,3 +38,12 @@ install_ios derived_data=derived_data:
run_ios:
xcrun devicectl device process launch --device {{device_identifier}} {{identifier}}
+
+ios:
+ just build_ios
+ just install_ios
+ just run_ios
+
+macos:
+ just build
+ just run