---
title: CFBundleSymbolName
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/cfbundleicons/cfbundleprimaryicon/cfbundlesymbolname
---

# CFBundleSymbolName

The name of the symbol to show in the action sheet, and in Finder’s sidebar on macOS.

## Discussion

Discussion The system associates the given symbol with your application. The system displays the symbol in the following locations: The action sheet displayed by an Action extension The Finder sidebar icons for file provider domains (macOS only) To use a symbol from SF Symbols as the icon, set the value of CFBundleSymbolName to the symbol’s name. For example, to use the flame.fill symbol, configure the Info.plist entry as follows:

The resulting item shown on the action sheet looks like this:

In the Finder sidebar, it looks like this:

To create a custom symbol for your app, see Creating custom symbol images for your app.
