summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 79e6d1e..bfb7b25 100644
--- a/justfile
+++ b/justfile
@@ -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