diff --git a/Borepin/Borepin.iOS/Borepin.iOS.csproj b/Borepin/Borepin.iOS/Borepin.iOS.csproj index dfc177f..7dc770f 100644 --- a/Borepin/Borepin.iOS/Borepin.iOS.csproj +++ b/Borepin/Borepin.iOS/Borepin.iOS.csproj @@ -31,6 +31,8 @@ true iPhone Developer 14.5 + Borepin Distribution Profile 2021 + Entitlements.plist none diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index 69b1e29..7fcc0d7 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -35,33 +35,37 @@ namespace Borepin protected override void RegisterTypes(IContainerRegistry containerRegistry) { - // Register Navigation + #region Register Basic Navigation + containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); - containerRegistry.RegisterForNavigation(); - containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); - containerRegistry.RegisterForNavigation(); + #endregion + #region Register Sequence Navigation containerRegistry.RegisterForNavigation("SetUpProcess_WelcomePage"); //containerRegistry.RegisterForNavigation("SetUpProcess_ScanPage"); containerRegistry.RegisterForNavigation("AddServerProcess_LoginPasswordPage"); containerRegistry.RegisterForNavigation("AddServerProcess_HostSelectPage"); containerRegistry.RegisterForNavigation("AddServerProcess_LoginChoosePage"); + #endregion - //containerRegistry.RegisterForNavigation(); - // Register Dialog + #region Register Dialog containerRegistry.RegisterDialog(); + #endregion - // Register Service + #region Register Service containerRegistry.Register(); containerRegistry.Register(); containerRegistry.RegisterSingleton(); + #endregion } } } diff --git a/Borepin/Borepin/Page/MachinePage.xaml b/Borepin/Borepin/Page/MachinePage.xaml index c4a8201..10f3a98 100644 --- a/Borepin/Borepin/Page/MachinePage.xaml +++ b/Borepin/Borepin/Page/MachinePage.xaml @@ -21,9 +21,17 @@