Update AppDelegate.cs
This commit is contained in:
Родитель
ad42ff71f4
Коммит
b9bf5c6dd0
|
@ -33,10 +33,11 @@ namespace ContosoFieldService.iOS
|
||||||
var ignore = new CircleTransformation();
|
var ignore = new CircleTransformation();
|
||||||
|
|
||||||
// Code for starting up the Xamarin Test Cloud Agent
|
// Code for starting up the Xamarin Test Cloud Agent
|
||||||
#if DEBUG
|
// TODO: Make sure, the Agent is not started, when you want to distribute to the App Store.
|
||||||
|
// Apple will reject that. Currently, we are UI Testing the Release version in Azure DevOps.
|
||||||
|
// So a compiler flag would be a solution.
|
||||||
Xamarin.Calabash.Start();
|
Xamarin.Calabash.Start();
|
||||||
#endif
|
|
||||||
|
|
||||||
var formsApp = new App();
|
var formsApp = new App();
|
||||||
|
|
||||||
UIApplication.SharedApplication.SetStatusBarStyle(UIStatusBarStyle.LightContent, false);
|
UIApplication.SharedApplication.SetStatusBarStyle(UIStatusBarStyle.LightContent, false);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче