2026-02-17 20:08:50 +00:00
|
|
|
// Copy to LocalSigning.xcconfig for personal local signing overrides.
|
|
|
|
|
// This file is only an example and should stay committed.
|
|
|
|
|
|
|
|
|
|
OPENCLAW_CODE_SIGN_STYLE = Automatic
|
2026-03-07 16:39:53 +02:00
|
|
|
OPENCLAW_DEVELOPMENT_TEAM = YOUR_TEAM_ID
|
2026-02-17 20:08:50 +00:00
|
|
|
|
2026-03-07 16:39:53 +02:00
|
|
|
OPENCLAW_APP_BUNDLE_ID = ai.openclaw.client
|
|
|
|
|
OPENCLAW_SHARE_BUNDLE_ID = ai.openclaw.client.share
|
|
|
|
|
OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclaw.client.activitywidget
|
|
|
|
|
OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclaw.client.watchkitapp
|
|
|
|
|
OPENCLAW_WATCH_EXTENSION_BUNDLE_ID = ai.openclaw.client.watchkitapp.extension
|
2026-02-17 20:08:50 +00:00
|
|
|
|
|
|
|
|
// Leave empty with automatic signing.
|
|
|
|
|
OPENCLAW_APP_PROFILE =
|
|
|
|
|
OPENCLAW_SHARE_PROFILE =
|