here:
https://developer.apple.com/documentation/mobilecoreservices/uttype
i can see everything related to universal type identifiers (UTI) is deprecated. what shall i use instead?
the task at hand is to determine whether a particular content-type (aka mime type) is image or video, etc with comparing mime strings with some table of my own.
https://developer.apple.com/documentation/mobilecoreservices/uttype
i can see everything related to universal type identifiers (UTI) is deprecated. what shall i use instead?
the task at hand is to determine whether a particular content-type (aka mime type) is image or video, etc with comparing mime strings with some table of my own.