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>com.apple.coretelephony.SimAuthentication.allow</key>
6	<true/>
7	<key>com.apple.coretelephony.Identity.get</key>
8	<true/>
9	<key>com.apple.wlan.authentication</key>
10	<true/>
11	<key>keychain-access-groups</key>
12	<array>
13		<string>apple</string>
14		<string>com.apple.identities</string>
15		<string>com.apple.certificates</string>
16	</array>
17</dict>
18</plist>
19