我在哪里可以找到info.plist文件?

时间:2023-02-06 12:30:28

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?

我正在阅读一本iOS开发书,并在其中看到了一个对作为Obj-C项目一部分的info.plist文件的引用。不幸的是,这本书没有明确说明文件的位置?

Where is this file located? How can i gain access to it as part of Xcode?

这个文件在哪里?如何作为Xcode的一部分访问它?

1 个解决方案

#1


19  

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.

Info.plist文件默认位于应用程序包的根文件夹中,它源自Xcode项目中的{ProjectName} -Info.plist文件。默认情况下,它列在名为Supporting Files的组中。

#1


19  

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.

Info.plist文件默认位于应用程序包的根文件夹中,它源自Xcode项目中的{ProjectName} -Info.plist文件。默认情况下,它列在名为Supporting Files的组中。