chore(ios): rename signing repository reference · openclaw/openclaw@d24a589
joshavant
·
2026-06-16
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | 2 | "teamId": "FWJYW4S8P8", |
3 | | -"signingRepo": "git@github.com:openclaw/ios-signing.git", |
| 3 | +"signingRepo": "git@github.com:openclaw/apps-signing.git", |
4 | 4 | "signingBranch": "main", |
5 | 5 | "profileType": "appstore", |
6 | 6 | "targets": [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -81,7 +81,7 @@ activity_widget_profile="${OPENCLAW_IOS_ACTIVITY_WIDGET_PROFILE:-}"
|
81 | 81 | watch_app_profile="${OPENCLAW_IOS_WATCH_APP_PROFILE:-}" |
82 | 82 | watch_extension_profile="${OPENCLAW_IOS_WATCH_EXTENSION_PROFILE:-}" |
83 | 83 | |
84 | | -tmp_file="$(mktemp "${TMPDIR:-/tmp}/openclaw-ios-signing.XXXXXX")" |
| 84 | +tmp_file="$(mktemp "${TMPDIR:-/tmp}/openclaw-ios-configure-signing.XXXXXX")" |
85 | 85 | cat >"${tmp_file}" <<EOF |
86 | 86 | // Auto-generated by scripts/ios-configure-signing.sh. |
87 | 87 | // This file is local-only and should not be committed. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -37,7 +37,7 @@ describe("scripts/ios-release-signing.mjs", () => {
|
37 | 37 | const output = runSigning("plan"); |
38 | 38 | |
39 | 39 | expect(output).toContain("Team ID: FWJYW4S8P8"); |
40 | | -expect(output).toContain("Signing repo: git@github.com:openclaw/ios-signing.git"); |
| 40 | +expect(output).toContain("Signing repo: git@github.com:openclaw/apps-signing.git"); |
41 | 41 | expect(output).toContain("Signing branch: main"); |
42 | 42 | expect(output).toContain("Signing setup and sync: Fastlane match"); |
43 | 43 | expect(output).toContain( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。