mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Merged via squash.
Prepared head SHA: 82b38fe93b
Co-authored-by: ngutman <1540134+ngutman@users.noreply.github.com>
Co-authored-by: ngutman <1540134+ngutman@users.noreply.github.com>
Reviewed-by: @ngutman
23 lines
958 B
Plaintext
23 lines
958 B
Plaintext
// Default signing values for shared/repo builds.
|
|
// Auto-selected local team overrides live in .local-signing.xcconfig (git-ignored).
|
|
// Manual local overrides can go in LocalSigning.xcconfig (git-ignored).
|
|
|
|
#include "Config/Version.xcconfig"
|
|
|
|
OPENCLAW_CODE_SIGN_STYLE = Manual
|
|
OPENCLAW_DEVELOPMENT_TEAM = Y5PE65HELJ
|
|
|
|
OPENCLAW_APP_BUNDLE_ID = ai.openclaw.client
|
|
OPENCLAW_SHARE_BUNDLE_ID = ai.openclaw.client.share
|
|
OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclaw.client.watchkitapp
|
|
OPENCLAW_WATCH_EXTENSION_BUNDLE_ID = ai.openclaw.client.watchkitapp.extension
|
|
OPENCLAW_ACTIVITY_WIDGET_BUNDLE_ID = ai.openclaw.client.activitywidget
|
|
|
|
OPENCLAW_APP_PROFILE = ai.openclaw.client Development
|
|
OPENCLAW_SHARE_PROFILE = ai.openclaw.client.share Development
|
|
|
|
// Keep local includes after defaults: xcconfig is evaluated top-to-bottom,
|
|
// so later assignments in local files override the defaults above.
|
|
#include? ".local-signing.xcconfig"
|
|
#include? "LocalSigning.xcconfig"
|