14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
|
|
// Default signing values for shared/repo builds.
|
||
|
|
// For local development overrides, create LocalSigning.xcconfig (git-ignored).
|
||
|
|
|
||
|
|
OPENCLAW_CODE_SIGN_STYLE = Manual
|
||
|
|
OPENCLAW_DEVELOPMENT_TEAM = Y5PE65HELJ
|
||
|
|
|
||
|
|
OPENCLAW_APP_BUNDLE_ID = ai.openclaw.ios
|
||
|
|
OPENCLAW_SHARE_BUNDLE_ID = ai.openclaw.ios.share
|
||
|
|
|
||
|
|
OPENCLAW_APP_PROFILE = ai.openclaw.ios Development
|
||
|
|
OPENCLAW_SHARE_PROFILE = ai.openclaw.ios.share Development
|
||
|
|
|
||
|
|
#include? "LocalSigning.xcconfig"
|