In the process of working on an Xamarin Studio Language Addin for PlayScript I needed to to manually find and update some of the installed Addin files. But where are the Addin files?
Within the ~/Library/Application Support directory you will find one based on the version of Xamarin Studio or Monodevelop that you are using:
MonoDevelop-4.0MonoDevelop-5.0MonoDevelop-6.0XamarinStudio-4.0XamarinStudio-5.0XamarinStudio-6.0
Within one of those directories you will find:
LocalInstall/Addins
So for me, that ended up being:
~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins
~/Library/Application Support/MonoDevelop-6.0/LocalInstall/Addins
