* Merge and modernize the binding projects * Remove UWP and watchOS * Add the native assets projects * Rename bootstrapper.ps1 to build.ps1 * Add new device tests * Rework the test skipping feature --------- Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
6 lines
239 B
C#
6 lines
239 B
C#
using SkiaSharpSample;
|
|
|
|
// This is the main entry point of the application.
|
|
// If you want to use a different Application Delegate class from "AppDelegate"
|
|
// you can specify it here.
|
|
UIApplication.Main (args, null, typeof (AppDelegate));
|