CFBundleSymbolName
The name of the symbol to show in the action sheet, and in Finder’s sidebar on macOS.
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:
[Image]
The resulting item shown on the action sheet looks like this:
[Image]
In the Finder sidebar, it looks like this:
[Image]
To create a custom symbol for your app, see Creating custom symbol images for your app.