What's the difference between Info.plist and [app name]-Info.plist?
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.
精彩评论