macvim icon indicating copy to clipboard operation
macvim copied to clipboard

Fix incorrect UTI registrations

Open jgvanwyk opened this issue 1 year ago • 2 comments

This is a continuation of #1468. This pull request fixes the incorrect UTI exported/imported UTIs as well as updates CFBundleDocumentTypes to use LSItemContentTypes instead of CFBundleTypeExtensions.

(This is a new pull request because I screwed up the previous repository while trying to synchronise it with the main branch).

jgvanwyk avatar Apr 30 '24 01:04 jgvanwyk

One thing I noticed while updating the CFBundleDocumentTypes was the use of LSIsAppleDefaultForType, which appears to be undocumented (and I would guess is intended to be private). Should this be removed?

jgvanwyk avatar Apr 30 '24 01:04 jgvanwyk

I think it's ok if it's widely used.

eirnym avatar Apr 30 '24 19:04 eirnym