Add rumps 0.3.0

This commit is contained in:
JonnyWong16 2020-04-25 17:53:25 -07:00
parent 1bca410bcb
commit 0571a091f7
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
7 changed files with 1671 additions and 0 deletions

View 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>
'''