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.
39 lines
931 B
39 lines
931 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>CFBundleURLTypes</key> |
|
<array> |
|
<dict> |
|
<key>CFBundleTypeRole</key> |
|
<string>Editor</string> |
|
<key>CFBundleURLName</key> |
|
<string>weixin</string> |
|
<key>CFBundleURLSchemes</key> |
|
<array> |
|
<string>wx8fa47f6e10667217</string> |
|
</array> |
|
</dict> |
|
</array> |
|
<key>LSApplicationQueriesSchemes</key> |
|
<array> |
|
<string>weixinURLParamsAPI</string> |
|
<string>weixinULAPI</string> |
|
<string>weixin</string> |
|
</array> |
|
<key>LSHasLocalizedDisplayName</key> |
|
<true/> |
|
<key>NSAppTransportSecurity</key> |
|
<dict> |
|
<key>NSAllowsArbitraryLoads</key> |
|
<true/> |
|
</dict> |
|
<key>UIBackgroundModes</key> |
|
<array> |
|
<string>audio</string> |
|
<string>fetch</string> |
|
<string>location</string> |
|
<string>remote-notification</string> |
|
</array> |
|
</dict> |
|
</plist>
|
|
|