Skip to content

Commit

Permalink
macos: Set app category to board games
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Jan 21, 2024
1 parent 4d232da commit 26b79d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/flutter_app/macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSApplicationCategoryType</key>
<string></string>
<string>public.app-category.board-games</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sanmill
description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program.
publish_to: none
version: 4.0.3+3849
version: 4.0.3+3873

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down

0 comments on commit 26b79d2

Please sign in to comment.