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>keychain-access-groups</key>
6	<array>
7		<string>apple</string>
8		<string>com.apple.certificates</string>
9		<string>com.apple.identities</string>
10	</array>
11	<key>com.apple.private.mobileinstall.allowedSPI</key>
12	<array>
13		<string>Uninstall</string>
14		<string>Lookup</string>
15	</array>
16	<key>com.apple.springboard.launchapplications</key>
17	<true/>
18	<key>com.apple.multitasking.unlimitedassertions</key>
19	<true/>
20	<key>com.apple.wifi.manager-access</key>
21	<true/>
22	<key>com.apple.coretelephony.Identity.get</key>
23	<true/>
24	<key>com.apple.private.SCNetworkConnection-proxy-user</key>
25	<true/>
26</dict>
27</plist>
28