diff options
| author | Fuwn <[email protected]> | 2025-06-11 05:47:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-11 05:47:51 -0700 |
| commit | cde05456a79ca64b4af81f1cfc313bbd58e94a8a (patch) | |
| tree | 0fe6eb50d86df228d7bf53940a3991d725abbb1a /justfile | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.tar.xz sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.zip | |
feat: Development commit
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,10 @@ import? 'xcode.just' target := 'Sora' +alias fmt := format +alias b := build +alias gen := generate + fetch: curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/xcode.just > xcode.just @@ -17,3 +21,6 @@ open: install location="/Users/${USER}/Applications" derived_data='/Users/${USER}/Library/Developer/Xcode/DerivedData': cp -r {{derived_data}}/{{target}}-*/Build/Products/Release/{{target}}.app {{location}} +generate: + mint run xcodegen@synced_folder generate + |