summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2016-03-28 16:02:08 -0600
committerE.Z. Hart <hartez@gmail.com>2016-03-29 12:02:26 -0600
commite969ddb727472ed3a7aed15a1a724a906b185cbe (patch)
treeb2aaee90d7ed2f0b3fd003bbfd2cb93f17d6c7c2 /Xamarin.Forms.Core.iOS.UITests
parent57b0f3ab3080928d2ddd2da58fc84ef7023c3651 (diff)
downloadxamarin-forms-e969ddb727472ed3a7aed15a1a724a906b185cbe.tar.gz
xamarin-forms-e969ddb727472ed3a7aed15a1a724a906b185cbe.tar.bz2
xamarin-forms-e969ddb727472ed3a7aed15a1a724a906b185cbe.zip
Update references to outdated project name
Diffstat (limited to 'Xamarin.Forms.Core.iOS.UITests')
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/App.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core.iOS.UITests/App.cs b/Xamarin.Forms.Core.iOS.UITests/App.cs
index 845bb9a5..dee82d8c 100644
--- a/Xamarin.Forms.Core.iOS.UITests/App.cs
+++ b/Xamarin.Forms.Core.iOS.UITests/App.cs
@@ -20,6 +20,8 @@ namespace Xamarin.Forms.Core.UITests
App = ConfigureApp
.iOS
.Debug ()
+ // Keeping the old BundleId for now, Test Cloud doesn't
+ // like it when we update the BundleId for an existing app
.InstalledApp ("com.xamarin.quickui.controlgallery")
.StartApp (Xamarin.UITest.Configuration.AppDataMode.Clear);
}