• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>Label</key>
6	<string>com.apple.internal.xpc.remote.debugserver</string>
7	<key>RemoteServices</key>
8	<dict>
9		<key>com.apple.internal.debugserver</key>
10		<dict>
11			<key>RequireEntitlement</key>
12			<string>AppleInternal</string>
13			<key>ExposedToUntrustedDevices</key>
14			<true/>
15		</dict>
16	</dict>
17	<key>ProgramArguments</key>
18	<array>
19		<string>/usr/libexec/remotectl</string>
20		<string>trampoline</string>
21		<string>-2</string>
22		<string>42</string>
23		<string>com.apple.internal.debugserver</string>
24		<string>/usr/local/bin/debugserver-nonui</string>
25		<string>--fd</string>
26		<string>42</string>
27	</array>
28	<key>POSIXSpawnType</key>
29	<string>Interactive</string>
30	<key>EnableTransactions</key>
31	<true/>
32	<key>EnablePressuredExit</key>
33	<true/>
34</dict>
35</plist>
36