This commit is contained in:
Robin-Manuel Thiel 2018-09-17 16:18:14 +02:00 коммит произвёл GitHub
Родитель ad42ff71f4
Коммит b9bf5c6dd0
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -33,10 +33,11 @@ namespace ContosoFieldService.iOS
var ignore = new CircleTransformation();
// 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();
#endif
var formsApp = new App();
UIApplication.SharedApplication.SetStatusBarStyle(UIStatusBarStyle.LightContent, false);