Fixed: Update build.sh to fix macOS startup script issues (#565)

This commit is contained in:
Qstick 2018-12-07 22:04:36 -05:00 committed by GitHub
commit 24bdb5a891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 35 additions and 21 deletions

View file

@ -0,0 +1,34 @@
<?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>LSUIElement</key>
<true/>
<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>Lidarr</string>
<key>CFBundleIconFile</key>
<string>lidarr.icns</string>
<key>CFBundleIdentifier</key>
<string>com.osx.lidarr.audio</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Lidarr</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>0.5</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
</dict>
</plist>