
The icon resolutions that you need depend on the target platform. When you deploy your application, you must provide your application icon in different resolutions. If you want all your new projects to use your own icons, replace these default icon files with your own files.

The table below shows the paths where you can find the RAD Studio default icons, relative to the RAD Studio installation path: C:\Program Files (x86)\Embarcadero\Studio\21.0.
#XCODE ADD ICON TO APP HOW TO#
The following sections explain how to configure your application to use your custom icons. However, before you publish your application you must replace the default RAD Studio icons with custom icons for your application. RAD Studio provides default application icons, so that you can test your application on any platform even if you do not have icons for your application yet. Some platforms do not allow running applications that do not provide application icons.
#XCODE ADD ICON TO APP PLUS#
And click the plus button after the Information Property List item to add a new property item. Now when you run the app again, you can see the app use the selected icon on the screen.Ĭlick the ist file again to open it.

For each alternate icon, add a new entry in the ist file, under CFBundleAlternateIcons. How to programmatically change your iOS app icon?įirst, add a new CFBundleIcons entry (Icon files (iOS 5)), then add another entry CFBundleAlternateIcons. Do not open it with an external Editor, because all of your changes will be overwritten once you build your project. In the ist under ‘Visual Assets’ and then ‘App Icons’ set the source to the asset that you have just created.
