I want to build my ios-apps Appstore-ready directly from the command line with the 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 provisioning profiles set up and mdtool seems to be confused which one to use:
Any chance to tell the mdtool the desired provisioning profile I want to use for that build?