Xcode is puking this out when building for release:
warning: No App Category is set for target ‘MyApp - App’. Set a category by using the General tab for your target, or by adding an appropriate LSApplicationCategory value to your Info.plist. (in target ‘MyApp - App’ from project ‘MyApp’)
Anybody have a clue how to configure this? I’m using the Projucer but am not seeing an option to set this…
Great, thanks! I’ll have a look at the plist… IIRC, the plist is used for other things, so it’s “just” a matter of jamming the category into it (from LSApplicationCategoryType).
Sure, I’ll investigate perhaps later today. Off the top of my head it was rather simple - just create a new project and build for release in the latest Xcode.