(chore): [macOS] Set application category type

This commit is contained in:
Jagandeep Brar
2021-04-10 04:04:40 -05:00
parent 1c35de6d4a
commit 42dc7aaaa5
2 changed files with 3 additions and 1 deletions

View File

@@ -1,9 +1,9 @@
# <img width="40px" src="./assets/images/branding/icon_drawer.png" alt="LunaSea"></img>&nbsp;&nbsp;LunaSea
[![Codemagic build status](https://api.codemagic.io/apps/5f497067a048048c9153dc44/5f497067a048048c9153dc43/status_badge.svg)](https://codemagic.io/apps/5f497067a048048c9153dc44/5f497067a048048c9153dc43/latest_build)
[![App Store](https://img.shields.io/badge/%20Download-iOS-red?logo=app-store&color=%232196F3&logoColor=white&style=flat)](https://www.lunasea.app/appstore)
[![Play Store](https://img.shields.io/badge/%20Download-Android-red?logo=google-play&color=%234CAF50&logoColor=white&style=flat)](https://www.lunasea.app/playstore)
[![License](https://img.shields.io/github/license/CometTools/LunaSea?style=flat)](https://github.com/CometTools/LunaSea/blob/production/LICENSE)
[![Codemagic build status](https://api.codemagic.io/apps/5f497067a048048c9153dc44/5f497067a048048c9153dc43/status_badge.svg)](https://codemagic.io/apps/5f497067a048048c9153dc44/5f497067a048048c9153dc43/latest_build)
LunaSea is a fully featured, open source self-hosted controller! Focused on giving you a seamless experience between all of your self-hosted media software, LunaSea supports:

View File

@@ -20,6 +20,8 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>