mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06:00
b39a932112
* 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>
18 lines
667 B
Plaintext
18 lines
667 B
Plaintext
// Copy to LocalSigning.xcconfig for personal local signing overrides.
|
|
// This file is only an example and should stay committed.
|
|
|
|
OPENCLAW_CODE_SIGN_STYLE = Automatic
|
|
OPENCLAW_CODE_SIGN_IDENTITY = Apple Development
|
|
OPENCLAW_DEVELOPMENT_TEAM = YOUR_TEAM_ID
|
|
|
|
OPENCLAW_APP_BUNDLE_ID = ai.openclawfoundation.app
|
|
OPENCLAW_SHARE_BUNDLE_ID = ai.openclawfoundation.app.share
|
|
OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclawfoundation.app.activitywidget
|
|
OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclawfoundation.app.watchkitapp
|
|
|
|
// Leave empty with automatic signing.
|
|
OPENCLAW_APP_PROFILE =
|
|
OPENCLAW_SHARE_PROFILE =
|
|
OPENCLAW_ACTIVITY_WIDGET_PROFILE =
|
|
OPENCLAW_WATCH_APP_PROFILE =
|