Custom font (no plist)

Hi there,

I’m trying to add a custom font but my project does not come with a plist. Can somebody give me a direction on how to solve this?

Thanks in advance!

Best,
Sem

Rather than being a separate file, the basic Info.plist data is now integrated into the ProjectName.xcodeproj file.

Select the root node of the project and then ensure that you have selected the TARGET entry and then on the right, select the Info tab.

To add an entry, follow the description in the lesson. What will happen is that you will get an Info.plist file created in the Project Bundle which is now specifically for that Font addition.

2 Likes

I got it! Thanks a lot Chris!

1 Like