diff options
| author | Fuwn <[email protected]> | 2026-03-22 13:57:49 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-22 13:57:49 +0000 |
| commit | 4fdd210183965bfb2b03b0cee7355018bbb2a2f4 (patch) | |
| tree | 0cb74aa74a35d6079d5c86ed089599f5fef9ae19 /justfile | |
| parent | Fix tag sheet when swiping post details (diff) | |
| download | sora-testing-4fdd210183965bfb2b03b0cee7355018bbb2a2f4.tar.xz sora-testing-4fdd210183965bfb2b03b0cee7355018bbb2a2f4.zip | |
build: wire xcodegen team id through just
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ install derived_data=derived_data location=location: generate: command -v xcodegen >/dev/null 2>&1 \ - && xcodegen generate \ - || mint run xcodegen@synced_folder generate + && DEVELOPMENT_TEAM='{{development_team}}' xcodegen generate \ + || DEVELOPMENT_TEAM='{{development_team}}' mint run xcodegen@synced_folder generate install_ios derived_data=derived_data configuration="Release": xcrun devicectl device install app --device {{device_identifier}} {{derived_data}}/{{target}}-*/Build/Products/{{configuration}}-iphoneos/{{target}}.app |