Retarget to Android 10 and remove MaterialFrame

This commit is contained in:
2021-01-28 14:22:48 -06:00
parent 023fb6ad7b
commit 7bc9fc0c30
9 changed files with 17011 additions and 4243 deletions
-3
View File
@@ -1,8 +1,6 @@
using Foundation;
using UIKit;
using Serilog;
using Sharpnado.MaterialFrame.iOS;
namespace qController.iOS
{
[Register("AppDelegate")]
@@ -12,7 +10,6 @@ namespace qController.iOS
{
global::Xamarin.Forms.Forms.Init();
Log.Logger = new LoggerConfiguration().WriteTo.NSLog().MinimumLevel.Debug().CreateLogger();
iOSMaterialFrameRenderer.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);