Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

fichek

macrumors newbie
Original poster
Apr 14, 2009
3
0
Croatia
I'm developing an iPhone app for iPhone/iPod repair shop and I'd like to have all of the icons that exist in iTunes. Is there a way to pull them out?

I looked in /Applications/iTunes.app/Contents/Resources/ but they are not there :(
 
Ok i found the icons in /Applications/iTunes.app/Contents/Resources/iTunes.rsrc file, but I don't know how to pull them out. Most of applications that read .rsrc files are outdated and don't work on intel Mac. The only working one I found (ResFork) seems to be read-only.

Any idea how to pull a .png from .rsrc file on Intel-based Mac? Or is there someone with older Mac who could do this? :confused:
 
Ok i found the icons in /Applications/iTunes.app/Contents/Resources/iTunes.rsrc file, but I don't know how to pull them out. Most of applications that read .rsrc files are outdated and don't work on intel Mac. The only working one I found (ResFork) seems to be read-only.

Any idea how to pull a .png from .rsrc file on Intel-based Mac? Or is there someone with older Mac who could do this? :confused:


you can use this simple utility to extract all files from .rsrc
http://freshmeat.net/projects/macfork
 
Okay @fichek, I had a little trouble making this works from the command line. I just
Code:
cd
into the macfork directory and typed
Code:
make

I get this error:

Code:
g++ -g -Wall -I- -I.   -c -o Resource.o Resource.cc
cc1plus: note: obsolete option -I- used, please use -iquote instead
Resource.cc: In member function 'Int ResourceFile::GetTypeNumber(const Char*)':
Resource.cc:74: error: 'strcmp' was not declared in this scope
make: *** [Resource.o] Error 1

If you have any success, will you let us know? Thanks!
 
I have managed to extract the icons already. PM me an email address or something and I can send them to you :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.