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.coretelephony.Identity.get</key>
12	<true/>
13	<key>com.apple.multitasking.unlimitedassertions</key>
14	<true/>
15	<key>com.apple.private.SCNetworkConnection-proxy-user</key>
16	<true/>
17	<key>com.apple.private.mobileinstall.allowedSPI</key>
18	<array>
19		<string>Uninstall</string>
20		<string>Lookup</string>
21	</array>
22	<key>com.apple.private.necp.match</key>
23	<true/>
24	<key>com.apple.private.snhelper</key>
25	<true/>
26	<key>com.apple.springboard.launchapplications</key>
27	<true/>
28	<key>com.apple.wifi.manager-access</key>
29	<true/>
30	<key>com.apple.wlan.authentication</key>
31	<true/>
32</dict>
33</plist>
34