I just purchased Xamarin.Mac in an effort to create a cross platform console utility. I figured this would be trivial but I am missing something.
How can I create and what do I need to do to deploy a simple Console.WriteLine("Hello World");
app using Xamarin.Mac?
here is the result I am looking for from the console in any folder on my mac.
$ my_xammac_app
Hello World
$