diff --git a/msbuild/Directory.Build.props b/msbuild/Directory.Build.props index fe64163318..7d8c6b9cc4 100644 --- a/msbuild/Directory.Build.props +++ b/msbuild/Directory.Build.props @@ -1,6 +1,6 @@ 1.10.0 - 1.0.114 + 1.0.119 diff --git a/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.HotRestart.targets b/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.HotRestart.targets index 087410ddaf..863e1b7f76 100644 --- a/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.HotRestart.targets +++ b/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.HotRestart.targets @@ -217,6 +217,23 @@ + + + + + + + + + + + + + + + + + <_CodeSignHotRestartInputs Include="$(_AppBundleManifestPath)" Outputs="$(HotRestartSignedAppDir)Info.plist" /> @@ -232,11 +249,12 @@ _CreateHotRestartCachedBundle; _UnpackLibraryResources; _ComputeHotRestartBundleContents; + _CodesignHotRestartAppBundle; _CopyHotRestartBundleResources; _CopyFilesToHotRestartSignedAppDirContents; _CopyFilesToHotRestartContentDir; _CopyFilesToHotRestartAppContentDir; - _CodesignHotRestartAppBundle; + _CreateHotRestartAppMarkers; @@ -247,7 +265,7 @@ Condition="'$(_CanOutputAppBundle)' == 'true' And '$(IsAppExtension)' == 'false' And '$(IsHotRestartBuild)' == 'true' And '$(EnableCodeSigning)' != 'false'" DependsOnTargets="_CreateHotRestartCachedBundle;_CollectCodeSignHotRestartInputs" Inputs="@(_CodeSignHotRestartInputs)" - Outputs="$(HotRestartAppBundlePath)\_CodeSignature\CodeResources"> + Outputs="@(_CodeSignHotRestartInputs -> '%(Outputs)')">