summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/justfile b/justfile
index 93360aa..f400b0a 100644
--- a/justfile
+++ b/justfile
@@ -39,13 +39,13 @@ install_ios derived_data=derived_data:
run_ios flags="":
xcrun devicectl device process launch {{flags}} --device {{device_identifier}} {{identifier}}
-run_ios_log:
- just run_ios --console
+ios_log:
+ just ios --console
-ios:
+ios flags="":
just build_ios
just install_ios
- just run_ios
+ just run_ios {{flags}}
macos:
just build