]> git.saurik.com Git - apple/dyld.git/blob - launch-cache/com.apple.dyld.plist
7481c33d4897bb89e8c5a80169b1fa38401d645c
[apple/dyld.git] / launch-cache / com.apple.dyld.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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.dyld</string>
7 <key>Program</key>
8 <string>/usr/bin/update_dyld_shared_cache</string>
9 <key>MachServices</key>
10 <dict>
11 <key>com.apple.dyld</key>
12 <true/>
13 </dict>
14 <key>Nice</key>
15 <integer>10</integer>
16 <key>LowPriorityIO</key>
17 <true/>
18 <key>EnvironmentVariables</key>
19 <dict>
20 <key>DYLD_NO_FIX_PREBINDING</key>
21 <string>1</string>
22 </dict>
23 <key>ThrottleInterval</key>
24 <integer>60</integer>
25 </dict>
26 </plist>