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>EnableTransactions</key>
6	<true/>
7	<key>EnablePressuredExit</key>
8	<true/>
9	<key>Label</key>
10	<string>com.apple.GSSCred</string>
11	<key>ProgramArguments</key>
12	<array>
13		<string>/System/Library/Frameworks/GSS.framework/Helpers/com.apple.GSSCred</string>
14	</array>
15	<key>MachServices</key>
16	<dict>
17		<key>com.apple.GSSCred</key>
18		<true/>
19	</dict>
20        <key>MultipleInstances</key>
21        <true/>
22</dict>
23</plist>
24