diff options
| author | Fuwn <[email protected]> | 2025-09-10 03:53:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-10 03:53:34 -0700 |
| commit | a321342a2e456fd985063f4977b6fa3d49de0442 (patch) | |
| tree | e90ec7c5c955f1da37cf4c15cc2949e036ee057c | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a321342a2e456fd985063f4977b6fa3d49de0442.tar.xz sora-testing-a321342a2e456fd985063f4977b6fa3d49de0442.zip | |
feat: Development commit
| -rw-r--r-- | justfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |