[bug] Use Identity instead of FullPath on _CompressObjCBindingNativeFrameworkResources target (#2499)

Using the FullPath property breaks the build from Windows, since the metadata will contain a Windows path.

Partial fix for Bug #51759 - Getting build error for iOS sample 'Simpleapp-with-framework'

https://bugzilla.xamarin.com/show_bug.cgi?id=51759
This commit is contained in:
Emanuel 2017-08-17 09:56:08 -03:00 коммит произвёл Sebastien Pouliot
Родитель a001cace6f
Коммит 4e0c5456cc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -133,7 +133,7 @@ Copyright (C) 2013-2016 Xamarin Inc. All rights reserved.
Symlinks="true" Symlinks="true"
Sources="%(ObjCBindingNativeFramework.Identity)" Sources="%(ObjCBindingNativeFramework.Identity)"
OutputFile="$(IntermediateOutputPath)%(ObjCBindingNativeFramework.Filename)%(ObjCBindingNativeFramework.Extension)" OutputFile="$(IntermediateOutputPath)%(ObjCBindingNativeFramework.Filename)%(ObjCBindingNativeFramework.Extension)"
WorkingDirectory="%(ObjCBindingNativeFramework.FullPath)" > WorkingDirectory="%(ObjCBindingNativeFramework.Identity)" >
</Zip> </Zip>
<CreateItem Include="$(IntermediateOutputPath)%(ObjCBindingNativeFramework.Filename)%(ObjCBindingNativeFramework.Extension)"> <CreateItem Include="$(IntermediateOutputPath)%(ObjCBindingNativeFramework.Filename)%(ObjCBindingNativeFramework.Extension)">