Don't stop fetching descriptors when FetchUselessDescriptors is
[tor.git] / contrib / osx / TorInfo.plist.in
blob1918a5e6bcadf3f79459071834519b69bd0d7388
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleIdentifier</key>
6 <string>Tor @VERSION@</string>
7 <key>CFBundleGetInfoString</key>
8 <string>Tor @VERSION@</string>
9 <key>CFBundleName</key>
10 <string>Tor</string>
11 <key>CFBundleSortVersionString</key>
12 <string>@VERSION@</string>
13 <key>IFPkgFlagAllowBackRev</key>
14 <true/>
15 <key>IFPkgFlagAuthorizationAction</key>
16 <string>RootAuthorization</string>
17 <key>IFPkgFlagFollowLinks</key>
18 <true/>
19 <key>IFPkgFlagIsRequired</key>
20 <true/>
21 <key>IFPkgFlagRootVolumeOnly</key>
22 <true/>
23 <key>IfPkgFlagBackgroundScaling</key>
24 <string>proportional</string>
25 <key>IFPkgFlagBackgroundAlignment</key>
26 <string>bottomleft</string>
27 </dict>
28 </plist>