cjprecord / editra

Editra - Developers Text Editor
Other
3 stars 0 forks source link

Mac application has no category; appears in "Other" at bottom of View by Application Category #818

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put Editra into /Applications
2. View --> Arrange by Application Category
3.

What is the expected output? What do you see instead?
Expect to see it under Developer Tools, appears at bottom in "Other"

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
0.7.20 on Mac OS X 10.9.2

What method of install was your version installed with (Binary/Source)?
Binary

If from source: What version of python and wxPython are you using?

Please provide any additional information below.
https://developer.apple.com/library/Mac/releasenotes/General/SubmittingToMacAppS
tore/#//apple_ref/doc/uid/TP40010572-CH16-SW8
(this applies to all installs, not just through App Store)

Add this to the root <dict> in info.plist: 
<key>LSApplicationCategoryType</key>
<string> public.app-category.developer-tools </string>

Original issue reported on code.google.com by ydoomen...@gmail.com on 2 Apr 2014 at 9:54

GoogleCodeExporter commented 9 years ago
Remove the spaces around "public.app-category.developer-tools" in the <string> 
section, that was an accident.

Original comment by ydoomen...@gmail.com on 2 Apr 2014 at 9:55