mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Add rumps 0.3.0
This commit is contained in:
parent
1bca410bcb
commit
0571a091f7
7 changed files with 1671 additions and 0 deletions
10
lib/rumps/notifications.py
Normal file
10
lib/rumps/notifications.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
INFO_PLIST_TEMPLATE = '''\
|
||||
<?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>CFBundleIdentifier</key>
|
||||
<string>%(name)s</string>
|
||||
</dict>
|
||||
</plist>
|
||||
'''
|
Loading…
Add table
Add a link
Reference in a new issue