mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 01:26:03 +00:00
* feat(ios): distinguish debug app builds * feat(ios): distinguish debug app builds * feat(ios): emphasize debug app icons * feat(ios): emphasize debug app icons
13 lines
395 B
XML
13 lines
395 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>aps-environment</key>
|
|
<string>$(OPENCLAW_APNS_ENTITLEMENT_ENVIRONMENT)</string>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>$(OPENCLAW_ACTIVE_APP_GROUP_ID)</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|