twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.75k stars 306 forks source link

Update Simulator icon retrieval #101

Closed arnaudlbbnc closed 3 years ago

arnaudlbbnc commented 3 years ago

Since Big Sur release, the iconFile and iconPath properties return nil due to missing informations from the UTI declaration. Fortunately we can get the url of the icon using the identifier of the UTI that matches the filename of the image.

twostraws commented 3 years ago

Ah! Sorry, I totally missed this. I've taken out most of this code now.