[Mono-osx] patch: Mac OS X keychain API additions
Miguel de Icaza
miguel at novell.com
Fri Feb 4 20:26:49 EST 2011
> - change the existing API (static Keychain -> non-static Keychain). Most likely not possible because it will break monotouch customers.
You can extend the existing API with instance methods.
> - don't implement the MacOS functionality which requires API change. This would be sad because the functionality seems to be rich and useful for MacOS programmers.
> - holistically depart from the common Keychain code base and ensure the best coverage for iOS and MacOS. We'll keep the common functionality within #maccore and implement delta functionality in #monomac
>
> Am I missing any other option?
>
>
> On Feb 4, 2011, at 3:09 PM, Miguel de Icaza wrote:
>
> > Hello
> >
> >> Does this make any sense?
> >
> > It does, but it does not prevent us from extending the existing API that
> > exists so that it covers both.
> >
> >
>
More information about the Mono-osx
mailing list