Update OS X plist/script

This commit is contained in:
kay.one 2014-12-02 18:49:04 -08:00
parent 09138754cc
commit 0ffb4e0bdf
2 changed files with 28 additions and 24 deletions

View File

@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSHumanReadableCopyright</key>
<string>GNU GPL v3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>sonarr</string>
<string>Sonarr</string>
<key>CFBundleIconFile</key>
<string>sonarr.icns</string>
<key>CFBundleIdentifier</key>
@ -23,6 +27,6 @@
<key>CFBundleVersion</key>
<string>2.0</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
<string>YES</string>
</dict>
</plist>