I’m looking for the master files for stuff like the OS X traffic lights, or the iOS accessory view symbols. I’m sure I’m just a few search keywords away from the answer, but I haven’t been able to figure out what those should even be.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In OS X, they’re stored in the resources of the CoreUI framework. (System/Library/PrivateFrameworks/CoreUI.framework/Resources/)
All the images are compiled into a single proprietarily-formatted binary, that is ArtFile.bin and/or SArtFile.bin. Some people have reverse engineered it. Here is a tool to decode it.
I’d imagine they’re stored similarly on iOS, I’m not sure though.