---
title: CFBundleAlternateIcons
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/cfbundleicons/cfbundlealternateicons
---

# CFBundleAlternateIcons

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

## Properties

Any Key:

## Discussion

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

- [AppIconReferenceName](bundleresources/information-property-list/cfbundleicons/cfbundlealternateicons/appiconreferencename.md)

## See Also

### Property List Keys

- [CFBundlePrimaryIcon](bundleresources/information-property-list/cfbundleicons/cfbundleprimaryicon.md)
