sveinbjornt / Platypus

Create native Mac applications from command line scripts.
https://sveinbjorn.org/platypus
BSD 3-Clause "New" or "Revised" License
2.83k stars 171 forks source link

UTI support #20

Closed tewe closed 9 years ago

tewe commented 11 years ago

Some universal types don't have suffixes, like public.avchd-collection. Currently Platypus can't register for them.

sveinbjornt commented 11 years ago

This has been on the Platypus roadmap for a while, and will almost certainly make it into the next version.

sveinbjornt commented 11 years ago

In the meantime, you can edit the Info.plist inside the application bundle manually once you've created the app.

sveinbjornt commented 9 years ago

This is now done. UTIs can be edited from the Drop Settings window.

sveinbjornt commented 8 years ago

For version 5.1, UTIs will be the default way to specify handled file types.