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.
42 lines
1021 B
42 lines
1021 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>wxc0ca3e7f672ac786</string> |
|
</array> |
|
</dict> |
|
</array> |
|
<key>LSApplicationQueriesSchemes</key> |
|
<array> |
|
<string>wechat</string> |
|
<string>weixinULAPI</string> |
|
<string>weixin</string> |
|
</array> |
|
<key>LSHasLocalizedDisplayName</key> |
|
<true/> |
|
<key>MOBAppSecret</key> |
|
<string>5ef55039c3d46dbc347f71607dae4a0f</string> |
|
<key>MOBAppkey</key> |
|
<string>322987b7e73df</string> |
|
<key>NSAppTransportSecurity</key> |
|
<dict> |
|
<key>NSAllowsArbitraryLoads</key> |
|
<true/> |
|
</dict> |
|
<key>UIBackgroundModes</key> |
|
<array> |
|
<string>audio</string> |
|
<string>fetch</string> |
|
<string>remote-notification</string> |
|
</array> |
|
</dict> |
|
</plist>
|
|
|