Game Development Community

icon img changing

by Bruno · in Torque Game Builder · 04/16/2009 (1:03 pm) · 1 replies

Hi,

In Mac OS, is there any free program where i can load the default tgb executable, and replace the default icon by something else ?

Thanks,
Bruno

#1
04/17/2009 (10:56 pm)
Mac apps are just a directory with the .app extension. Right-click and choose "Show contents", and dig a little deeper. You'll find the icon there.

Since you have the Pro version, you have source, and there's a better way. You can drag and drop the icon you want into Xcode, among the resources.

Your Info.plist refers to the icon file by full name, for example "Game.icns". Just make an ICNS file with Icon Composer (included with your Xcode SDK).