mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 14:53:35 +00:00
* fix: migrate watch app to single-target app * fix: build watch screenshots generically * docs(ios): clarify watch embed invariant * docs(ios): clarify watch embed invariant --------- Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
19 lines
437 B
YAML
19 lines
437 B
YAML
project: OpenClaw.xcodeproj
|
|
schemes:
|
|
- OpenClaw
|
|
retain_codable_properties: true
|
|
retain_swift_ui_previews: true
|
|
retain_objc_accessible: true
|
|
retain_unused_protocol_func_params: true
|
|
retain_assign_only_properties: true
|
|
relative_results: true
|
|
disable_update_check: true
|
|
report_include:
|
|
- Sources/**
|
|
- ShareExtension/**
|
|
- ActivityWidget/**
|
|
- WatchApp/Sources/**
|
|
build_arguments:
|
|
- -destination
|
|
- generic/platform=iOS Simulator
|