Adding the icon to your project
You have already created the icon for your project at this point. Next, you will use Xcode to import your icon and Simulator to preview how it looks in various modes. Follow these steps:
- Open the
JRNLproject you modified in the previous chapter, Chapter 23, Adopt Liquid Glass. - Drag the Icon Composer file to the Project navigator of your project.

Figure 24.14: Xcode project showing drag destination for Icon Composer file
- In the Choose options for adding these files window, configure it as shown in the screenshot and click Finish:

Figure 24.15: Choose options for adding these files window
- In the Project navigator, click the JRNL project and select the project target. In the General tab, set App Icon to the same name as the Icon Composer file you added in the previous step:

Figure 24.16: Xcode project showing App Icon set to the name of the Icon Composer file
-
...