14 lines
365 B
XML
Executable File
14 lines
365 B
XML
Executable File
<?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>Lyrics sent to iTunes</string>
|
|
<string>Lyrics saved to File</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|