More launchd style plists.

llvm-svn: 167182
This commit is contained in:
Greg Clayton 2012-10-31 23:43:37 +00:00
parent acd8801e25
commit e11b43bc69
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?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>Label</key>
<string>com.apple.debugserver.applist</string>
<key>ProgramArguments</key>
<array>
<string>/Developer/usr/bin/debugserver</string>
<string>--lockdown</string>
<string>--applist</string>
</array>
</dict>
</plist>

View File

@ -0,0 +1,13 @@
<?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>Label</key>
<string>com.apple.debugserver</string>
<key>ProgramArguments</key>
<array>
<string>/Developer/usr/bin/debugserver</string>
<string>--lockdown</string>
</array>
</dict>
</plist>