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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
B
Blog
腾讯CDC
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
L
LangChain Blog
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog

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: migrate watch app to single-target app (Xcode 27+ co...
zats · 2026-06-19 · via Recent Commits to openclaw:main

File tree

      • Assets.xcassets/OpenClawIcon.imageset

Original file line numberDiff line numberDiff line change

@@ -12,7 +12,7 @@ report_include:

1212

- Sources/**

1313

- ShareExtension/**

1414

- ActivityWidget/**

15-

- WatchExtension/Sources/**

15+

- WatchApp/Sources/**

1616

build_arguments:

1717

- -destination

1818

- generic/platform=iOS Simulator

Original file line numberDiff line numberDiff line change

@@ -39,15 +39,6 @@

3939

"profileKey": "OPENCLAW_WATCH_APP_PROFILE",

4040

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

4141

"capabilities": []

42-

},

43-

{

44-

"target": "OpenClawWatchExtension",

45-

"displayName": "OpenClaw Watch Extension",

46-

"bundleId": "ai.openclawfoundation.app.watchkitapp.extension",

47-

"platform": "IOS",

48-

"profileKey": "OPENCLAW_WATCH_EXTENSION_PROFILE",

49-

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

50-

"capabilities": []

5142

}

5243

]

5344

}

Original file line numberDiff line numberDiff line change

@@ -8,11 +8,9 @@ OPENCLAW_CODE_SIGN_STYLE = Automatic

88

OPENCLAW_CODE_SIGN_IDENTITY = Apple Development

99

OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app

1010

OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp

11-

OPENCLAW_WATCH_EXTENSION_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp.extension

1211

OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget

1312

OPENCLAW_ACTIVITY_WIDGET_PROFILE =

1413

OPENCLAW_WATCH_APP_PROFILE =

15-

OPENCLAW_WATCH_EXTENSION_PROFILE =

1614
1715

// Local contributors can override this by running scripts/ios-configure-signing.sh.

1816

// Keep include after defaults: xcconfig is evaluated top-to-bottom.

Original file line numberDiff line numberDiff line change

@@ -9,11 +9,9 @@ OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app

99

OPENCLAW_SHARE_BUNDLE_ID = ai.openclawfoundation.app.share

1010

OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget

1111

OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp

12-

OPENCLAW_WATCH_EXTENSION_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp.extension

1312
1413

// Leave empty with automatic signing.

1514

OPENCLAW_APP_PROFILE =

1615

OPENCLAW_SHARE_PROFILE =

1716

OPENCLAW_ACTIVITY_WIDGET_PROFILE =

1817

OPENCLAW_WATCH_APP_PROFILE =

19-

OPENCLAW_WATCH_EXTENSION_PROFILE =

Original file line numberDiff line numberDiff line change

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

155155

- `ai.openclawfoundation.app.share`

156156

- `ai.openclawfoundation.app.activitywidget`

157157

- `ai.openclawfoundation.app.watchkitapp`

158-

- `ai.openclawfoundation.app.watchkitapp.extension`

159158
160159

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.

161160
Original file line numberDiff line numberDiff line change

@@ -11,15 +11,13 @@ OPENCLAW_DEVELOPMENT_TEAM = FWJYW4S8P8

1111

OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app

1212

OPENCLAW_SHARE_BUNDLE_ID = ai.openclawfoundation.app.share

1313

OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp

14-

OPENCLAW_WATCH_EXTENSION_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp.extension

1514

OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget

1615

OPENCLAW_APNS_ENTITLEMENT_ENVIRONMENT = development

1716
1817

OPENCLAW_APP_PROFILE = ai.openclawfoundation.app Development

1918

OPENCLAW_SHARE_PROFILE = ai.openclawfoundation.app.share Development

2019

OPENCLAW_ACTIVITY_WIDGET_PROFILE =

2120

OPENCLAW_WATCH_APP_PROFILE =

22-

OPENCLAW_WATCH_EXTENSION_PROFILE =

2321
2422

// Keep local includes after defaults: xcconfig is evaluated top-to-bottom,

2523

// so later assignments in local files override the defaults above.

Original file line numberDiff line numberDiff line change

@@ -109,10 +109,10 @@ Sources/Voice/VoiceWakePreferences.swift

109109

ShareExtension/ShareViewController.swift

110110

ActivityWidget/OpenClawActivityWidgetBundle.swift

111111

ActivityWidget/OpenClawLiveActivity.swift

112-

WatchExtension/Sources/OpenClawWatchApp.swift

113-

WatchExtension/Sources/WatchConnectivityReceiver.swift

114-

WatchExtension/Sources/WatchInboxStore.swift

115-

WatchExtension/Sources/WatchInboxView.swift

112+

WatchApp/Sources/OpenClawWatchApp.swift

113+

WatchApp/Sources/WatchConnectivityReceiver.swift

114+

WatchApp/Sources/WatchInboxStore.swift

115+

WatchApp/Sources/WatchInboxView.swift

116116

../shared/OpenClawKit/Sources/OpenClawChatUI/ChatComposer.swift

117117

../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownRenderer.swift

118118

../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownPreprocessor.swift

File renamed without changes.

File renamed without changes.

Original file line numberDiff line numberDiff line change

@@ -20,9 +20,9 @@

2020

<string>$(OPENCLAW_MARKETING_VERSION)</string>

2121

<key>CFBundleVersion</key>

2222

<string>$(OPENCLAW_BUILD_VERSION)</string>

23+

<key>WKApplication</key>

24+

<true/>

2325

<key>WKCompanionAppBundleIdentifier</key>

2426

<string>$(OPENCLAW_APP_BUNDLE_ID)</string>

25-

<key>WKWatchKitApp</key>

26-

<true/>

2727

</dict>

2828

</plist>