Where can i find info.plist file?

James Raitsev picture James Raitsev · Jul 28, 2011 · Viewed 49.9k times · Source

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?

Answer

user858224 picture user858224 · Jul 28, 2011

The Info.plist file is by default located in the root folder of your application's bundle, it's derived from the {ProjectName}-Info.plist file in the Xcode project. By default it's listed in a group called Supporting Files.