Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 614180020e80de3d91b3ac5353cdd6f5f28e621c Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com> Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com> Reviewed-by: @mbelinky
15 lines
572 B
Plaintext
15 lines
572 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_DEVELOPMENT_TEAM = P5Z8X89DJL
|
|
|
|
OPENCLAW_APP_BUNDLE_ID = ai.openclaw.ios.test.mariano
|
|
OPENCLAW_SHARE_BUNDLE_ID = ai.openclaw.ios.test.mariano.share
|
|
OPENCLAW_WATCH_APP_BUNDLE_ID = ai.openclaw.ios.test.mariano.watchkitapp
|
|
OPENCLAW_WATCH_EXTENSION_BUNDLE_ID = ai.openclaw.ios.test.mariano.watchkitapp.extension
|
|
|
|
// Leave empty with automatic signing.
|
|
OPENCLAW_APP_PROFILE =
|
|
OPENCLAW_SHARE_PROFILE =
|