mac-samples/ExtensionSamples
conceptdev 3c0a72ae06 improving the readme experience 2019-07-23 09:36:24 -07:00
..
ExtensionSamples [ExtensionSamples] Make the Debug configuration not use distribution certificates. (#114) 2019-03-29 16:27:21 +02:00
FinderSyncExtension added `SdkOnly` option to release mode 2018-07-25 12:15:35 +03:00
Screenshots [ExtensionSamples] Add screenshots 2016-08-01 14:48:00 -03:00
ShareExtension added `SdkOnly` option to release mode 2018-07-25 12:15:35 +03:00
TodayExtension added `SdkOnly` option to release mode 2018-07-25 12:15:35 +03:00
TodayExtensionSample [XM] Add extension sample 2016-07-18 16:06:57 -05:00
Utilities [XM] Remove redundant file MyClass.cs 2016-08-04 16:26:08 -03:00
ExtensionSamples.sln [XM] Update extension sample for new container based workflow due to 10.12 2016-08-04 14:16:48 -05:00
README.md improving the readme experience 2019-07-23 09:36:24 -07:00
metadata.xml [ExtensionSamples] Add metadata file 2016-08-01 14:07:53 -03:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - ExtensionSamples This sample demonstrates how to use app extensions in Xamarin.Mac. To register an extension on your machine you'll need run the host application,... sample
csharp
xamarin
extensionsamples

ExtensionSamples

This sample demonstrates how to use app extensions in Xamarin.Mac. To register an extension on your machine you'll need run the host application, ExtensionSamples one time and then enable each plugin from the System Preference Extension panel.

Open "Console" application to view the system log to view NSLog / Errors / Crashes of extension. Cleaning this project will unregister this plugin from the system.

Sample extensions:

  • Share extension
  • Finder extension
  • Today extension

ExtensionSamples application screenshot

Build Requirements

OS X 10.11, Xcode 7.0 or later

Prerequisites

Running the sample

  1. Open the solution file (.sln) in Visual Studio for Mac.
  2. Use the Run button or menu to start the app.

Runtime

OS X 10.11

License

Xamarin samples released under the MIT license