How can I make MDTool create .IPA files for my MonoTouch project?
When I build from within the MonoDevelop GUI application, .IPA files are created.
But mdtool build --configuration:AppStore|iPhone --project:MyProject
just creates .APP files and other things.
Or does it not create a signed IPA because the user running MDTool does not have the certificates etc in their keychain?