惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
宝玉的分享
宝玉的分享
量子位
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
J
Java Code Geeks
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
S
SegmentFault 最新的问题
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
小众软件
小众软件
The Cloudflare Blog
Y
Y Combinator Blog
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
IT之家
IT之家

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(ios): wire share extension app group signing · opencl...
joshavant · 2026-06-19 · via Recent Commits to openclaw:main

File tree

    • shared/OpenClawKit/Sources/OpenClawKit

Original file line numberDiff line numberDiff line change

@@ -3,6 +3,7 @@

33

"signingRepo": "git@github.com:openclaw/apps-signing.git",

44

"signingBranch": "main",

55

"profileType": "appstore",

6+

"appGroupId": "group.ai.openclawfoundation.app.shared",

67

"targets": [

78

{

89

"target": "OpenClaw",

@@ -11,7 +12,8 @@

1112

"platform": "IOS",

1213

"profileKey": "OPENCLAW_APP_PROFILE",

1314

"profileName": "OpenClaw App Store ai.openclawfoundation.app",

14-

"capabilities": ["PUSH_NOTIFICATIONS"]

15+

"capabilities": ["PUSH_NOTIFICATIONS", "APP_GROUPS"],

16+

"appGroups": ["group.ai.openclawfoundation.app.shared"]

1517

},

1618

{

1719

"target": "OpenClawShareExtension",

@@ -20,7 +22,8 @@

2022

"platform": "IOS",

2123

"profileKey": "OPENCLAW_SHARE_PROFILE",

2224

"profileName": "OpenClaw App Store ai.openclawfoundation.app.share",

23-

"capabilities": []

25+

"capabilities": ["APP_GROUPS"],

26+

"appGroups": ["group.ai.openclawfoundation.app.shared"]

2427

},

2528

{

2629

"target": "OpenClawActivityWidget",

Original file line numberDiff line numberDiff line change

@@ -7,6 +7,7 @@ OPENCLAW_DEVELOPMENT_TEAM = $(OPENCLAW_IOS_SELECTED_TEAM)

77

OPENCLAW_CODE_SIGN_STYLE = Automatic

88

OPENCLAW_CODE_SIGN_IDENTITY = Apple Development

99

OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app

10+

OPENCLAW_APP_GROUP_ID = group.ai.openclawfoundation.app.shared

1011

OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp

1112

OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget

1213

OPENCLAW_ACTIVITY_WIDGET_PROFILE =

Original file line numberDiff line numberDiff line change

@@ -7,6 +7,7 @@ OPENCLAW_DEVELOPMENT_TEAM = YOUR_TEAM_ID

77
88

OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app

99

OPENCLAW_SHARE_BUNDLE_ID = ai.openclawfoundation.app.share

10+

OPENCLAW_APP_GROUP_ID = group.ai.openclawfoundation.app.shared

1011

OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget

1112

OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp

1213
Original file line numberDiff line numberDiff line change

@@ -101,6 +101,7 @@ Release-owner secrets:

101101
102102

- App Store Connect API auth uses Keychain for private key material plus non-secret `apps/ios/fastlane/.env` variables.

103103

- The encrypted signing repo password lives outside this repo in the release-owner vault and is exposed locally as `MATCH_PASSWORD`.

104+

- The share sheet requires the Apple Developer App Group in `apps/ios/Config/AppStoreSigning.json` to be associated with both the app and share-extension bundle IDs before App Store profiles are regenerated.

104105

- Apple Distribution private keys, certificates, provisioning profiles, and decrypted signing sync output stay under `apps/ios/build/` or Keychain and are gitignored.

105106

- Rotating release signing means refreshing Fastlane `match` assets and pushing a fresh encrypted sync state.

106107

@@ -156,6 +157,8 @@ This should create `apps/ios/fastlane/.env` with non-secret App Store Connect va

156157

- `ai.openclawfoundation.app.activitywidget`

157158

- `ai.openclawfoundation.app.watchkitapp`

158159
160+

The main app and share extension must both be associated with the App Group pinned in `apps/ios/Config/AppStoreSigning.json`.

161+
159162

Use `pnpm ios:release:signing:setup` for the initial portal setup, then `MATCH_PASSWORD=... pnpm ios:release:signing:sync:push` to publish encrypted Fastlane match assets to the shared private repo.

160163
161164

4. Optional: set a custom official relay URL for the build. If unset, the release flow uses `https://ios-push-relay.openclaw.ai`.

Original file line numberDiff line numberDiff line change

@@ -41,5 +41,7 @@

4141

<key>NSExtensionPrincipalClass</key>

4242

<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>

4343

</dict>

44+

<key>OpenClawAppGroupIdentifier</key>

45+

<string>$(OPENCLAW_APP_GROUP_ID)</string>

4446

</dict>

4547

</plist>

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,10 @@

1+

<?xml version="1.0" encoding="UTF-8"?>

2+

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

3+

<plist version="1.0">

4+

<dict>

5+

<key>com.apple.security.application-groups</key>

6+

<array>

7+

<string>$(OPENCLAW_APP_GROUP_ID)</string>

8+

</array>

9+

</dict>

10+

</plist>

Original file line numberDiff line numberDiff line change

@@ -10,6 +10,7 @@ OPENCLAW_DEVELOPMENT_TEAM = FWJYW4S8P8

1010
1111

OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app

1212

OPENCLAW_SHARE_BUNDLE_ID = ai.openclawfoundation.app.share

13+

OPENCLAW_APP_GROUP_ID = group.ai.openclawfoundation.app.shared

1314

OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp

1415

OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget

1516

OPENCLAW_APNS_ENTITLEMENT_ENVIRONMENT = development

Original file line numberDiff line numberDiff line change

@@ -78,6 +78,8 @@

7878

<string>OpenClaw uses on-device speech recognition for talk mode and voice wake.</string>

7979

<key>NSSupportsLiveActivities</key>

8080

<true/>

81+

<key>OpenClawAppGroupIdentifier</key>

82+

<string>$(OPENCLAW_APP_GROUP_ID)</string>

8183

<key>OpenClawCanonicalVersion</key>

8284

<string>$(OPENCLAW_IOS_VERSION)</string>

8385

<key>OpenClawPushAPNsEnvironment</key>

Original file line numberDiff line numberDiff line change

@@ -4,5 +4,9 @@

44

<dict>

55

<key>aps-environment</key>

66

<string>$(OPENCLAW_APNS_ENTITLEMENT_ENVIRONMENT)</string>

7+

<key>com.apple.security.application-groups</key>

8+

<array>

9+

<string>$(OPENCLAW_APP_GROUP_ID)</string>

10+

</array>

711

</dict>

812

</plist>

Original file line numberDiff line numberDiff line change

@@ -3,6 +3,10 @@ import OpenClawKit

33

import Testing

44
55

@Suite struct ShareToAgentDeepLinkTests {

6+

@Test func appGroupIdentifierUsesCanonicalOpenClawGroup() {

7+

#expect(OpenClawAppGroup.canonicalIdentifier == "group.ai.openclawfoundation.app.shared")

8+

}

9+
610

@Test func buildMessageIncludesSharedFields() {

711

let payload = SharedContentPayload(

812

title: "Article",