xcode 4.3.2
added two icons to introjucer (compiled today): 72x72 and 144x144 as we’re on ipad
rebuilt, but no sign of the icons on ios.
can’t see them in the build summary infoi (app icon) but my target (in xcode) does show the icon I used…
You are referring to OSX icons, not iOS icons. Actually and interestingly, on osx (using exactly the same PNG’s in Introjucer) it works just fine - even though the icons are not the right size.
ah, I see… Well, I’m a bit stuck then - they must have changed the icon file format to allow these new sizes, but I can’t find any info about how to encode the entries for them… The file requires that each size has an OSType marker, and the only list of OSTypes I can find is on that wiki page, and doesn’t include those sizes. Haven’t time to reverse-engineer the format right now, I’m afraid, but if someone can point me at the format details, it’d probably be quite easy to update the code to use it.
Maybe it’d be a good idea to move this thread to the OSX/iOS forum?
I have no idea where to even start looking for this, people with more iOS experience might have a better idea…
FYI I’ve updated the icon stuff now to handle 256, 512 and 1024 sizes. Adding 72 and 144 should just involve finding out what the OSTypes are for those sizes.
FWIW, I thought iOS didn’t use .icns files like OS-X. I thought it was just a matter of adding PNGs with specific names tot he bundle and providing the correct keys in the bundle .plist.
Bump .... how are people getting icons to work on iOS? I've followed the naming conventions and have the correct sizes, tried adding them via IJ, but no luck.