diff --git a/MvvmCross/Core/MvxSetup.cs b/MvvmCross/Core/MvxSetup.cs index ae5b44370c..aedfb66a08 100644 --- a/MvvmCross/Core/MvxSetup.cs +++ b/MvvmCross/Core/MvxSetup.cs @@ -158,8 +158,6 @@ public virtual void InitializeSecondary() var app = InitializeMvxApplication(_iocProvider); SetupLog?.Log(LogLevel.Trace, "Setup: NavigationService"); InitializeNavigationService(_iocProvider); - SetupLog?.Log(LogLevel.Trace, "Setup: App start"); - InitializeApp(app); SetupLog?.Log(LogLevel.Trace, "Setup: ViewModelTypeFinder start"); InitializeViewModelTypeFinder(_iocProvider); SetupLog?.Log(LogLevel.Trace, "Setup: ViewsContainer start"); @@ -179,6 +177,8 @@ public virtual void InitializeSecondary() SetupLog?.Log(LogLevel.Trace, "Setup: PluginManagerFramework start"); var pluginManager = InitializePluginFramework(_iocProvider); app.LoadPlugins(pluginManager); + SetupLog?.Log(LogLevel.Trace, "Setup: App start"); + InitializeApp(app); SetupLog?.Log(LogLevel.Trace, "Setup: LastChance start"); InitializeLastChance(_iocProvider); SetupLog?.Log(LogLevel.Trace, "Setup: Secondary end"); diff --git a/Projects/Playground/Playground.iOS/Info.plist b/Projects/Playground/Playground.iOS/Info.plist index 776f0cb5b5..71aec1affe 100644 --- a/Projects/Playground/Playground.iOS/Info.plist +++ b/Projects/Playground/Playground.iOS/Info.plist @@ -12,8 +12,6 @@ 1.0 LSRequiresIPhoneOS - MinimumOSVersion - 15.0 UIDeviceFamily 1