From 99d1bbda08d4279e32bae28b8bdcc545eb392074 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 13 Sep 2017 13:36:45 -0400 Subject: [PATCH] [msbuild] Always codesign app bundles if the codesign key is non-null ...even if it is a simulator build. Turns out that starting with Xcode9, sim builds need to be codesigned for App Groups entitlements to work properly. Interestingly, the DetectSigningIdentity logic had a comment about needing to codesign simulator builds for some entitlements to work already starting with Xcode 8 but apparently the iOS targets did not respect this. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=59379 --- msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets b/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets index dfe08bab40c7..b296b9c92874 100644 --- a/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets +++ b/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets @@ -1826,7 +1826,7 @@ Copyright (C) 2013-2016 Xamarin. All rights reserved. -