mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-01 04:43:35 +00:00
15 lines
507 B
XML
15 lines
507 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.developer.devicecheck.appattest-environment</key>
|
|
<string>$(OPENCLAW_APP_ATTEST_ENVIRONMENT)</string>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>$(OPENCLAW_APP_GROUP_ID)</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|