I am reading an iOS dev book and in it saw a reference to a info.plist file used as part of an Obj-C project. Unfortunately, the book did not explicitly say where the file may be found?
Where is this file located? How can i gain access to it as part of Xcode?
The
Info.plistfile is by default located in the root folder of your application’s bundle, it’s derived from the{ProjectName}-Info.plistfile in the Xcode project. By default it’s listed in a group calledSupporting Files.