blob: caed4c995291e83d43ff54c5572caa8f0ac1c1a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProcessType</key>
<string>Interactive</string>
<key>MachServices</key>
<dict>
<key>com.ex.substituted</key>
<true/>
</dict>
<key>Label</key>
<string>com.ex.substituted</string>
<key>Program</key>
<string>/Library/Substitute/Helpers/substituted</string>
<key>EnvironmentVariables</key>
<dict>
<key>_MSSafeMode</key>
<string>1</string>
</dict>
</dict>
</plist>
|