Post marked as solved
Post marked as solved with 2 replies, 142 views
I have a file with custom file extension created by another app (not mine). I would like to have my app in the "open with..." menu for this file but I am not able to find out correct UTI for this file extension.
I understand that in macOS I can use mdls command and "kMDItemContentType" field to find out UTI but I need some method that works also for iOS.
Thank you.