mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 15:05:27 +08:00
19 lines
452 B
Plaintext
19 lines
452 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>NSAppTransportSecurity</key>
|
||
|
<dict>
|
||
|
<key>NSAllowsArbitraryLoads</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
<key>NSAppClip</key>
|
||
|
<dict>
|
||
|
<key>NSAppClipRequestEphemeralUserNotification</key>
|
||
|
<false/>
|
||
|
<key>NSAppClipRequestLocationConfirmation</key>
|
||
|
<false/>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|