diff options
| author | Fuwn <[email protected]> | 2025-09-05 18:38:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-05 18:38:44 -0700 |
| commit | 7a35c0bc969d35f4f4fb9bacf7f2cb665db61541 (patch) | |
| tree | bd94d5bbfe9bd82cf80123a14cf821e8e7587c9e /justfile | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-7a35c0bc969d35f4f4fb9bacf7f2cb665db61541.tar.xz sora-testing-7a35c0bc969d35f4f4fb9bacf7f2cb665db61541.zip | |
feat: Development commit
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |