krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
v4.7.0: DomainDig/Info.plist · raw
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Allow Arbitrary Loads (or NSAllowsArbitraryLoads) </key>
6 <true/>
7 <key>App Transport Security Settings (or NSAppTransportSecurity)</key>
8 <dict/>
9 <key>BGTaskSchedulerPermittedIdentifiers</key>
10 <array>
11 <string>net.cleberg.DomainDig.monitor.refresh</string>
12 </array>
13 <key>CFBundleURLTypes</key>
14 <array>
15 <dict>
16 <key>CFBundleURLName</key>
17 <string>net.cleberg.DomainDig</string>
18 <key>CFBundleURLSchemes</key>
19 <array>
20 <string>domaindig</string>
21 </array>
22 </dict>
23 </array>
24 <key>CKSharingSupported</key>
25 <true/>
26 <key>NSSupportsLiveActivities</key>
27 <true/>
28 <key>UIBackgroundModes</key>
29 <array>
30 <string>fetch</string>
31 </array>
32</dict>
33</plist>