Mythlandia
Mythlandia

Reputation: 584

Where is documentation on CFBundleAlternateIcons?

I have managed to get Alternate Icons working by adding explicit Icons as individual icons (e.g. [email protected], [email protected], [email protected]) and adding appropriate referencing entries in Info.plist under the key CFBundleAlternateIcons. However, for the main icon I am using entries in Assets.xcassets and would have expected to be able to use a similar set of icons for each of the alternatives.

Is this possible or desirable? If so, how?

If not, what sized Icons should I be supplying to cover all devices? At the moment I have just a set 20x20 icons in three sizes. For the iPad I have a set of two 76 x 76 icons.

The Array CFBundleIconFile provides an array, but I cannot seem to get anything more than "Item 0" to have any affect, and that seems to need to be identical to the name of the Dictionary it is contained in. Surely, there must be some functionality?

And surely there must be a list of what size icons should be provided?

Upvotes: 1

Views: 1415

Answers (0)

Related Questions