fix(ios): restore local signing override wiring

This commit is contained in:
Nimrod Gutman
2026-02-18 13:24:43 +02:00
parent d833dcd731
commit a1d90f9121
4 changed files with 19 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ tmp_file="$(mktemp "${TMPDIR:-/tmp}/openclaw-ios-signing.XXXXXX")"
cat >"${tmp_file}" <<EOF
// Auto-generated by scripts/ios-configure-signing.sh.
// This file is local-only and should not be committed.
OPENCLAW_DEVELOPMENT_TEAM = ${team_id}
// Keep legacy key for compatibility with older signing config paths.
OPENCLAW_IOS_SELECTED_TEAM = ${team_id}
EOF