From 96572a80082b3e101d2ed640fe969d8d12d6d7ba Mon Sep 17 00:00:00 2001 From: Louis Pontoise Date: Tue, 19 Jan 2021 22:33:01 +0900 Subject: [PATCH] feat: add app category meta-data --- Info.plist | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Info.plist b/Info.plist index 19d56771..aaa25d33 100644 --- a/Info.plist +++ b/Info.plist @@ -4,10 +4,16 @@ ATSApplicationFontsPath + AppCenterApplicationForwarderEnabled + 0 + AppCenterSecret + #APPCENTER_SECRET# CFBundleDevelopmentRegion en CFBundleExecutable $(EXECUTABLE_NAME) + CFBundleIconFile + app.icns CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion @@ -22,8 +28,8 @@ #VERSION# FeedbackToken #FEEDBACK_TOKEN# - AppCenterSecret - #APPCENTER_SECRET# + LSApplicationCategoryType + public.app-category.utilities LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) LSUIElement @@ -38,17 +44,13 @@ false SUEnableAutomaticChecks true - SUScheduledCheckInterval - 604800 + SUEnableJavaScript + true SUFeedURL https://raw.githubusercontent.com/lwouis/alt-tab-macos/master/appcast.xml SUPublicEDKey 2e9SQOBoaKElchSa/4QDli/nvYkyuDNfynfzBF6vJK4= - SUEnableJavaScript - true - CFBundleIconFile - app.icns - AppCenterApplicationForwarderEnabled - 0 + SUScheduledCheckInterval + 604800