iOS: normalize watch quick actions and fix test signing

This commit is contained in:
Mariano Belinky
2026-02-22 14:42:23 +00:00
committed by Peter Steinberger
parent d18ae2256f
commit d06d8701fd
5 changed files with 245 additions and 32 deletions

View File

@@ -210,6 +210,9 @@ targets:
OpenClawTests:
type: bundle.unit-test
platform: iOS
configFiles:
Debug: Signing.xcconfig
Release: Signing.xcconfig
sources:
- path: Tests
dependencies:
@@ -219,6 +222,9 @@ targets:
- sdk: AppIntents.framework
settings:
base:
CODE_SIGN_IDENTITY: "Apple Development"
CODE_SIGN_STYLE: "$(OPENCLAW_CODE_SIGN_STYLE)"
DEVELOPMENT_TEAM: "$(OPENCLAW_DEVELOPMENT_TEAM)"
PRODUCT_BUNDLE_IDENTIFIER: ai.openclaw.ios.tests
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete