fix(ios): complete single-target watch migration · openclaw/openclaw@8d9eba3
steipete
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1146,7 +1146,7 @@ private enum WatchNativeTextInput {
|
1146 | 1146 | suggestions: [String], |
1147 | 1147 | onSubmit: @escaping (String) -> Void) |
1148 | 1148 | { |
1149 | | -WKExtension.shared().visibleInterfaceController?.presentTextInputController( |
| 1149 | +WKApplication.shared().visibleInterfaceController?.presentTextInputController( |
1150 | 1150 | withSuggestions: suggestions, |
1151 | 1151 | allowedInputMode: .allowEmoji) |
1152 | 1152 | { results in |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -65,6 +65,8 @@ targets:
|
65 | 65 | embed: true |
66 | 66 | - target: OpenClawActivityWidget |
67 | 67 | embed: true |
| 68 | +# A companion watch application belongs in the standard Watch bundle location. |
| 69 | +# PlugIns is for extension products and breaks paired watch installation. |
68 | 70 | - target: OpenClawWatchApp |
69 | 71 | - package: OpenClawKit |
70 | 72 | - package: OpenClawKit |
@@ -280,10 +282,6 @@ targets:
|
280 | 282 | PROVISIONING_PROFILE_SPECIFIER: "$(OPENCLAW_WATCH_APP_PROFILE)" |
281 | 283 | SWIFT_STRICT_CONCURRENCY: complete |
282 | 284 | SWIFT_VERSION: "6.0" |
283 | | -configs: |
284 | | -Debug: |
285 | | -ARCHS: "$(NATIVE_ARCH_ACTUAL)" |
286 | | -ONLY_ACTIVE_ARCH: YES |
287 | 285 | info: |
288 | 286 | path: WatchApp/Info.plist |
289 | 287 | properties: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。