Creating a missing Info.plist file

The Info.plist file is missing from my project as shown in this screenshot:

Yet the project has properties as the screenshot does show. So obviously the properties are being remembered somewhere, and I do not know where. As can be seen no paths to an Info.plist is currently set.

I need to create a new Info.plist file, and add it to the project. My concern now is about synchronization. If I were to do this by navigating to: File => New => File => Resource => Property List, and named it Info.plist, will this new property list file automatically synchronized with all of my current settings? Or would it contain only default settings, and synchronize my project's settings with those default settings?

I suspect the original Info.plist file was lost when I decided rename folders, and filenames, and had to copy everything into a new project to do that. I failed to copy over the Info.plist file.

Answered by spflanze in 754118022

Never mind.

I found out that as of Xcode 13 the Info.plist file is no longer automatically generated, and are now optional. I wanted to edit this file because there was a key value pair I needed to add. I found I can click on the project in the "Project navigator", and add this in the project's "Build Settings" tab by clicking on the + sign to the upper left.

Accepted Answer

Never mind.

I found out that as of Xcode 13 the Info.plist file is no longer automatically generated, and are now optional. I wanted to edit this file because there was a key value pair I needed to add. I found I can click on the project in the "Project navigator", and add this in the project's "Build Settings" tab by clicking on the + sign to the upper left.

Creating a missing Info.plist file
 
 
Q