When I create a Mac OS X project in XCode, I do not get a Info.plist as I do if I create a IOS project. I have tried just adding a Info.plist and pointing to it in the build settings, but my application does not use 开发者_开发技巧the Info.plist
What does it take to make my application react to settings (like CFBundleName) in the Info.plist?
Thank you
It's almost impossible that Xcode doesn't generate an info.plist. Are you able to compile your application? Check the resources folder. There should be a file called "YourApplication-Info.plist"
精彩评论