Adding Info.plist in a XCode project -


When I create a Mac OS X project in XCode, I do not get any information. I have tried to add only one information to the iOS project. Pointing to it in the plist and build settings, but my application does not use Info.plist

What makes my application respond to settings (like CFBundleName) in Info.plist

Thanks

It is almost impossible that Xcode does not generate an info.plist Are you able to compile your application? Check the resource folder should be a file named "YourApplication-Info.plist"

Comments