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 @@ - + - CFBundleDevelopmentRegion - English - CFBundleExecutable - sonarr - CFBundleIconFile - sonarr.icns - CFBundleIdentifier - com.osx.sonarr.tv - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Sonarr - CFBundlePackageType - APPL - CFBundleShortVersionString - 2.0 - CFBundleSignature - xmmd - CFBundleVersion - 2.0 - NSAppleScriptEnabled - NO + NSHumanReadableCopyright + GNU GPL v3 + LSApplicationCategoryType + public.app-category.entertainment + CFBundleDevelopmentRegion + English + CFBundleExecutable + Sonarr + CFBundleIconFile + sonarr.icns + CFBundleIdentifier + com.osx.sonarr.tv + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Sonarr + CFBundlePackageType + APPL + CFBundleShortVersionString + 2.0 + CFBundleSignature + xmmd + CFBundleVersion + 2.0 + NSAppleScriptEnabled + YES - \ No newline at end of file + 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