jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Add support for Mac OS X Settings #239

Closed darfink closed 7 years ago

darfink commented 8 years ago

Changes Proposed in this pull request:

This fixes/implements:

Which plugin does this impact:


Since the iOS and OS X configuration APIs are the same, I merely added a OS X project and a preprocessor definition to select the correct library.

NOTE: This is for MonoMac, not Xamarin.Mac