Add rumps 0.3.0
This commit is contained in:
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>
|
||||
'''
|
Reference in New Issue
Block a user