Skip to content

Commit

Permalink
feat: add app category meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Jan 25, 2021
1 parent 9eda3ee commit 96572a8
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
<dict>
<key>ATSApplicationFontsPath</key>
<string></string>
<key>AppCenterApplicationForwarderEnabled</key>
<string>0</string>
<key>AppCenterSecret</key>
<string>#APPCENTER_SECRET#</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string>app.icns</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -22,8 +28,8 @@
<string>#VERSION#</string>
<key>FeedbackToken</key>
<string>#FEEDBACK_TOKEN#</string>
<key>AppCenterSecret</key>
<string>#APPCENTER_SECRET#</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand All @@ -38,17 +44,13 @@
<string>false</string>
<key>SUEnableAutomaticChecks</key>
<string>true</string>
<key>SUScheduledCheckInterval</key>
<string>604800</string>
<key>SUEnableJavaScript</key>
<string>true</string>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/lwouis/alt-tab-macos/master/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>2e9SQOBoaKElchSa/4QDli/nvYkyuDNfynfzBF6vJK4=</string>
<key>SUEnableJavaScript</key>
<string>true</string>
<key>CFBundleIconFile</key>
<string>app.icns</string>
<key>AppCenterApplicationForwarderEnabled</key>
<string>0</string>
<key>SUScheduledCheckInterval</key>
<string>604800</string>
</dict>
</plist>

0 comments on commit 96572a8

Please sign in to comment.