Skip to content

Commit

Permalink
Merge pull request #145 from goingforbrooke/patch-1
Browse files Browse the repository at this point in the history
Add link to possible OSX category types
  • Loading branch information
mdsteele committed Jun 9, 2023
2 parents 2397790 + f5754c1 commit e3721a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ These settings apply to bundles for all (or most) OSes.
* `copyright`: [OPTIONAL] This contains a copyright string associated with your application.
* `category`: [OPTIONAL] What kind of application this is. This can
be a human-readable string (e.g. `"Puzzle game"`), or a Mac OS X
LSApplicationCategoryType value
[LSApplicationCategoryType](https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype#possibleValues) value
(e.g. `"public.app-category.puzzle-games"`), or a GNOME desktop
file category name (e.g. `"LogicGame"`), and `cargo-bundle` will
automatically convert as needed for different platforms.
Expand Down

0 comments on commit e3721a6

Please sign in to comment.