I want to create ios-apps Appstore-ready directly from the command line using mdtool from MonoTouch (Xamarin).
I use the following command:
'/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' -v build '--configuration:AppStore|iPhone' MyAppProject.csproj
Now, in xCode, I have several preparation profiles, and mdtool seems to be confused which one to use:

Any opportunity to tell mdtool the required provisioning profile that I want to use for this build?
source share