Avoid codesigning embedded assetpacks for AdHoc IPA

This commit is contained in:
Emanuel 2016-04-25 13:19:51 -04:00
Родитель cb6557829f
Коммит b838b603f0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1650,7 +1650,7 @@ Copyright (C) 2013-2016 Xamarin. All rights reserved.
<!-- Sign assetpacks --> <!-- Sign assetpacks -->
<Codesign <Codesign
SessionId="$(BuildSessionId)" SessionId="$(BuildSessionId)"
Condition="'$(MtouchTargetsEnabled)' And '@(_AssetPack)' != ''" Condition="'$(MtouchTargetsEnabled)' And '@(_AssetPack)' != '' And '$(_DistributionType)' == 'AppStore'"
ToolExe="$(CodesignExe)" ToolExe="$(CodesignExe)"
ToolPath="$(CodesignPath)" ToolPath="$(CodesignPath)"
CodesignAllocate="$(_CodesignAllocate)" CodesignAllocate="$(_CodesignAllocate)"