From 0ffb4e0bdf18075383969c384af8f99d973935d1 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 2 Dec 2014 18:49:04 -0800 Subject: [PATCH] Update OS X plist/script --- osx-app/Sonarr.app/Contents/Info.plist | 52 ++++++++++--------- .../sonarr.sh => Contents/MacOS/Sonarr} | 0 2 files changed, 28 insertions(+), 24 deletions(-) rename osx-app/Sonarr.app/{MacOS/sonarr.sh => Contents/MacOS/Sonarr} (100%) mode change 100644 => 100755 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