开发者

What's the difference between Info.plist and [app name]-Info.plist?

开发者 https://www.devze.com 2023-02-24 23:12 出处:网络
Everything I read online talks about In开发者_开发问答fo.plist. XCode made me a [name of the app]-Info.plist file when I created the project, and it seems to have the same keys in it as sample Info.pl

Everything I read online talks about In开发者_开发问答fo.plist. XCode made me a [name of the app]-Info.plist file when I created the project, and it seems to have the same keys in it as sample Info.plist s I see online. Is it fine if I keep it's name or should I rename it to Info.plist?


Yes, they are the same. When Apple released iOS SDK 3.2 (or around there), new projects created [App-Name]-Info.plist instead of the older Info.plist. If you only have one target in your project, you can rename it back, but it's personal preference.

0

精彩评论

暂无评论...
验证码 换一张
取 消