mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 05:08:37 +00:00
fix(ios): restore local signing override wiring
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Default signing values for shared/repo builds.
|
||||
// For local development overrides, create LocalSigning.xcconfig (git-ignored).
|
||||
// Auto-selected local team overrides live in .local-signing.xcconfig (git-ignored).
|
||||
// Manual local overrides can go in LocalSigning.xcconfig (git-ignored).
|
||||
|
||||
OPENCLAW_CODE_SIGN_STYLE = Manual
|
||||
OPENCLAW_DEVELOPMENT_TEAM = Y5PE65HELJ
|
||||
@@ -10,4 +11,5 @@ OPENCLAW_SHARE_BUNDLE_ID = ai.openclaw.ios.share
|
||||
OPENCLAW_APP_PROFILE = ai.openclaw.ios Development
|
||||
OPENCLAW_SHARE_PROFILE = ai.openclaw.ios.share Development
|
||||
|
||||
#include? ".local-signing.xcconfig"
|
||||
#include? "LocalSigning.xcconfig"
|
||||
|
||||
Reference in New Issue
Block a user