From 04f78b65a52bc321b8ff44fc1f3f0984d236bd1b Mon Sep 17 00:00:00 2001 From: Will Ryan Date: Fri, 3 Aug 2018 16:47:12 -0700 Subject: [PATCH 1/2] Fixed spelling of "AutomationId" --- UsingUITest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UsingUITest/README.md b/UsingUITest/README.md index 49436d40a..40e97798a 100644 --- a/UsingUITest/README.md +++ b/UsingUITest/README.md @@ -13,7 +13,7 @@ Important points: * In the Xamarin.Forms user interface, the `AutomationId` is set on controls that need to be referenced in tests. -* In the **UITests** unit test project, there is a set of cross-platform tests in a virtual class (`CrossPlatformTests`). These tests will be run against both platforms. The cross-platform tests reference the `AuomationId` used in the UI code, eg. `c.Marked("MyLabel")` +* In the **UITests** unit test project, there is a set of cross-platform tests in a virtual class (`CrossPlatformTests`). These tests will be run against both platforms. The cross-platform tests reference the `AutomationId` used in the UI code, eg. `c.Marked("MyLabel")` * In the **UITests** unit test project the iOS and Android subclasses of `CrossPlatformTests` do the platform-specific set-up. From 5bfa2e007da00b8c70b108632696a716f59fbf26 Mon Sep 17 00:00:00 2001 From: Mykyta Bondarenko <32954580+mykyta-bondarenko-gl@users.noreply.github.com> Date: Mon, 6 Aug 2018 11:31:06 +0300 Subject: [PATCH 2/2] [CustomRenderer] Fixed `MtouchArch` --- CustomRenderers/View/iOS/CustomRenderer.iOS.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 CustomRenderers/View/iOS/CustomRenderer.iOS.csproj diff --git a/CustomRenderers/View/iOS/CustomRenderer.iOS.csproj b/CustomRenderers/View/iOS/CustomRenderer.iOS.csproj old mode 100755 new mode 100644 index 3451245d8..a04853eda --- a/CustomRenderers/View/iOS/CustomRenderer.iOS.csproj +++ b/CustomRenderers/View/iOS/CustomRenderer.iOS.csproj @@ -33,7 +33,7 @@ prompt 4 Entitlements.plist - ARMv7, ARM64 + ARM64 false iPhone Developer @@ -43,7 +43,7 @@ bin\iPhoneSimulator\Release prompt 4 - i386, x86_64 + x86_64 false None