Skip to content

Instantly share code, notes, and snippets.

@kiranb
Created September 21, 2011 10:57
Show Gist options
  • Save kiranb/1231794 to your computer and use it in GitHub Desktop.
Save kiranb/1231794 to your computer and use it in GitHub Desktop.
Growl Registration Ticket
<?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>TicketVersion</key>
<integer>1</integer>
<key>AllNotifications</key>
<array>
<string>test</string>
<string>test2</string>
</array>
<key>DefaultNotifications</key>
<array>
<string>test</string>
<string>test2</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment