From 1dcf5fef35c1c09e64f3c9e9ce6a31d2d0c3cd4a Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Thu, 24 Mar 2016 10:33:32 -0600 Subject: Move initialization of configuration files (if needed) to a pre-build task Remove unneeded init scripts --- Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.ControlGallery.WindowsUniversal') diff --git a/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml.cs b/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml.cs index ff21e8fc..288d008b 100644 --- a/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml.cs +++ b/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml.cs @@ -63,7 +63,7 @@ namespace Xamarin.Forms.ControlGallery.WindowsUniversal rootFrame.NavigationFailed += OnNavigationFailed; Forms.Init (e); - FormsMaps.Init (Controls.App.Secrets["UWPMapsAuthKey"]); + FormsMaps.Init (Controls.App.Config["UWPMapsAuthKey"]); // Place the frame in the current Window Window.Current.Content = rootFrame; -- cgit v1.2.3