I have been creating a preferences panel that would pop up when an user taps ⌘+, in my Cocoa app, and I like to use the same General and Downloads icons that are used in Xcode.
However, as far as I know, when I moved Image Toolbar Item from Object Library to the Toolbar in IB and then search for the appropriate Image Name on Attribute Inspector, I cannot find these icons on the list. At first I wonder whether this is available only to Apple's software, but later I found that this same General and Downloads icons are used in 3rd party app, such as Dash:
Also, the NSPreferencesGeneral
in the Image Name is NOT the same General icon as seen in the toolbar above. So how can I can use the correct toolbar icon in my app (which is built in Yosemite)?
UPDATE
Strangely, even within Apple's software, there are two types of General icon used. The toolbar below is from Calendar.app, but this is also used in other softwares such as Safari and Terminal:
This General icon looks like not fully compatible with Retina display. Even worse, the Xcode 6.2 uses the cool icon as seen in the first image, while Xcode 6.3 beta uses the awkward icon that is seen in Calendar.app.
Also, the NSImage Class Reference displays the same cool icon as seen in Xcode (6.2) and Dash.
So what is happening here...? Note that I use all of the apps I mentioned in this post on the same operating system on the same Mac. Anyone knows why this occurs?