TheInfiniteKind / appbundler

72 stars 24 forks source link

CFBundleTypeOSTypes capability for bundledocument #50

Closed Vampire closed 5 years ago

Vampire commented 5 years ago

bundledocument should support a comma-separated attribute that is translated to a string-array with key CFBundleTypeOSTypes.

sreilly commented 5 years ago

would it be preferable to support the UTI-based LSItemContentTypes?

Vampire commented 5 years ago

Those are already supported. Do they exclude each other? Until now we had both in our plist.

sreilly commented 5 years ago

According to Apple LSItemContentTypes takes precedence over CFBundleTypeOSTypes. I take that to mean that both would be useful. Would you be interested in adding these to appbundler?

Vampire commented 5 years ago

Ah, well, it is deprecated since 2007 and ignored if LSItemContentTypes is given, so let's just ignore that I said anything. :-)