Contents

CFBundleAlternateIcons

A list of alternate icons for the Home screen and Settings app.

Properties

NameTypeDescription
Any KeyAppIconReferenceName

Discussion

The value of this key is different in iOS and tvOS.

In tvOS, the value of the key is an array of strings. The value of each string is the name of an icon file in your app.

In iOS, the value of the key is a dictionary. The key for each dictionary entry is the name of the alternate icon, which is also the string you pass to setAlternateIconName(_:completionHandler:) when changing icons. The value for each dictionary key is an AppIconReferenceName dictionary.

Topics

Property List Keys

See Also

Property List Keys