XcodesApp
XcodesApp copied to clipboard
Add overlay to Xcode app icon to indicate version
Tell us how we can improve Xcodes
I am routinely swapping between versions of Xcode. You can obviously hover to see the version name, but being able to quickly at a glance see the version in the dock would be great.
Is your feature request related to a problem? Please describe.
It is not
What would you like to see? How would you like it to work?
I would like to see an option added that allows Xcodes to change the app icon on install with an overlay of the version. For example:
My particular example is probably a bit too small and unreadable on anything but a retina screen (should be a larger overlay that covers the icon). However, it would still be extremely helpful to see versioning at a glance
cool idea! -- is there a programmatic way of changing app icons I wonder..?
I think this should work
[[NSWorkspace sharedWorkspace] setIcon:anImage forFile:pathToXcode options:0];
https://developer.apple.com/documentation/appkit/nsworkspace/1529882-seticon