From db79cd6b4c55cf1bfb6a7b0d5b38b625a3efb710 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 14 Jan 2021 14:37:31 +0100 Subject: [PATCH] [monotouch-test] Fix a few issues when running the .NET version of monotouch-test on device. (#10419) * [monotouch-test] Fix conditional compilation constants when building for device. * [tests/monotouch-test] Don't use entitlements when building monotouch-test for device. --- tests/monotouch-test/dotnet/iOS/monotouch-test.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj b/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj index e898bf9e5c..0950735626 100644 --- a/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj +++ b/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj @@ -11,9 +11,10 @@ True ..\..\..\..\product.snk True - ..\..\Entitlements.plist + ..\..\Entitlements.plist xamarinios10;$(AssetTargetFallback) $(DefineConstants);DYNAMIC_REGISTRAR + $(DefineConstants);DEVICE ..\..\..