You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
975 B
30 lines
975 B
<?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>development</string> |
|
<key>com.apple.developer.associated-domains</key> |
|
<array> |
|
<string>applinks:demo.dcloud.net.cn</string> |
|
<string>applinks:hx.lotus-wallet.com</string> |
|
<string>applinks:huixiang.lotus-wallet.com</string> |
|
</array> |
|
<key>com.apple.security.app-sandbox</key> |
|
<true/> |
|
<key>com.apple.security.device.audio-input</key> |
|
<true/> |
|
<key>com.apple.security.device.camera</key> |
|
<true/> |
|
<key>com.apple.security.network.client</key> |
|
<true/> |
|
<key>com.apple.security.personal-information.addressbook</key> |
|
<true/> |
|
<key>com.apple.security.personal-information.calendars</key> |
|
<true/> |
|
<key>com.apple.security.personal-information.location</key> |
|
<true/> |
|
<key>com.apple.security.personal-information.photos-library</key> |
|
<true/> |
|
</dict> |
|
</plist>
|
|
|