mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
feat: share to openclaw ios app (#19424)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 0a7ab8589a
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
13
apps/ios/Signing.xcconfig
Normal file
13
apps/ios/Signing.xcconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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"
|
||||
Reference in New Issue
Block a user