Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 17th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>pvt.talkingmoose.LaunchTextEdit</string>
  7.         <key>ProgramArguments</key>
  8.         <array>
  9.                 <string>open</string>
  10.                 <string>-a</string>
  11.                 <string>/Applications/TextEdit.app</string>
  12.         </array>
  13.         <key>RunAtLoad</key>
  14.         <true/>
  15. </dict>
  16. </plist>