I am trying to build SparkleShare on Mac.
- I have Mac OS 10.6
- SparkleShare claims to run on Snow Leopard (10.6) or later
- SparkleShare contains calls to
NSUserNotification
, a class which is Available in OS X v10.8 and later
Monodevelop throws an error:
error CS0246: The type or namespace name `NSUserNotification' could not be found. Are you missing a using directive or an assembly reference?
In Monodevelop, when I begin typing MonoMac.Foundation.NSUser
, the only suggested item is NSUserDefaults
, NSUserNotification
is not suggested.
Is this kind of cross-compilation possible?
I can't upgrade to 10.8 because I also want to check how the user experience is on 10.6.