summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-10 03:53:34 -0700
committerFuwn <[email protected]>2025-09-10 03:53:34 -0700
commita321342a2e456fd985063f4977b6fa3d49de0442 (patch)
treee90ec7c5c955f1da37cf4c15cc2949e036ee057c /justfile
parentfeat: Development commit (diff)
downloadsora-testing-a321342a2e456fd985063f4977b6fa3d49de0442.tar.xz
sora-testing-a321342a2e456fd985063f4977b6fa3d49de0442.zip
feat: Development commit
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/justfile b/justfile
index 8036a59..93360aa 100644
--- a/justfile
+++ b/justfile
@@ -36,8 +36,11 @@ generate:
install_ios derived_data=derived_data:
xcrun devicectl device install app --device {{device_identifier}} {{derived_data}}/{{target}}-*/Build/Products/Release-iphoneos/{{target}}.app
-run_ios:
- xcrun devicectl device process launch --device {{device_identifier}} {{identifier}}
+run_ios flags="":
+ xcrun devicectl device process launch {{flags}} --device {{device_identifier}} {{identifier}}
+
+run_ios_log:
+ just run_ios --console
ios:
just build_ios