diff --git a/osx-app/Sonarr.app/Contents/Info.plist b/osx-app/Sonarr.app/Contents/Info.plist index 23f93ea6b..8a8aa85d1 100644 --- a/osx-app/Sonarr.app/Contents/Info.plist +++ b/osx-app/Sonarr.app/Contents/Info.plist @@ -1,28 +1,32 @@ <?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>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>sonarr</string> - <key>CFBundleIconFile</key> - <string>sonarr.icns</string> - <key>CFBundleIdentifier</key> - <string>com.osx.sonarr.tv</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>Sonarr</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>2.0</string> - <key>CFBundleSignature</key> - <string>xmmd</string> - <key>CFBundleVersion</key> - <string>2.0</string> - <key>NSAppleScriptEnabled</key> - <string>NO</string> + <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> + <key>CFBundleIconFile</key> + <string>sonarr.icns</string> + <key>CFBundleIdentifier</key> + <string>com.osx.sonarr.tv</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Sonarr</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>2.0</string> + <key>CFBundleSignature</key> + <string>xmmd</string> + <key>CFBundleVersion</key> + <string>2.0</string> + <key>NSAppleScriptEnabled</key> + <string>YES</string> </dict> -</plist> \ No newline at end of file +</plist> diff --git a/osx-app/Sonarr.app/MacOS/sonarr.sh b/osx-app/Sonarr.app/Contents/MacOS/Sonarr old mode 100644 new mode 100755 similarity index 100% rename from osx-app/Sonarr.app/MacOS/sonarr.sh rename to osx-app/Sonarr.app/Contents/MacOS/Sonarr