mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-02 08:39:20 +08:00
29 lines
692 B
Plaintext
29 lines
692 B
Plaintext
|
<?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>CFBundleDisplayName</key>
|
||
|
<string>PushDeer·自架版</string>
|
||
|
<key>CFBundleAllowMixedLocalizations</key>
|
||
|
<true/>
|
||
|
<key>LSApplicationQueriesSchemes</key>
|
||
|
<array>
|
||
|
<string>weixin</string>
|
||
|
<string>weixinULAPI</string>
|
||
|
</array>
|
||
|
<key>NSAppTransportSecurity</key>
|
||
|
<dict>
|
||
|
<key>NSAllowsArbitraryLoads</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
<key>NSBonjourServices</key>
|
||
|
<array>
|
||
|
<string>_adhp._tcp</string>
|
||
|
</array>
|
||
|
<key>UIBackgroundModes</key>
|
||
|
<array>
|
||
|
<string>remote-notification</string>
|
||
|
</array>
|
||
|
</dict>
|
||
|
</plist>
|