krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
v5.0.1: 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 <string>net.cleberg.DomainDig.report.schedule</string>
13 </array>
14 <key>CFBundleURLTypes</key>
15 <array>
16 <dict>
17 <key>CFBundleURLName</key>
18 <string>net.cleberg.DomainDig</string>
19 <key>CFBundleURLSchemes</key>
20 <array>
21 <string>domaindig</string>
22 </array>
23 </dict>
24 </array>
25 <key>CKSharingSupported</key>
26 <true/>
27 <key>NSSupportsLiveActivities</key>
28 <true/>
29 <key>UIBackgroundModes</key>
30 <array>
31 <string>fetch</string>
32 </array>
33</dict>
34</plist>