PM-3350 Testing UseInterpreter false on CI build

This commit is contained in:
Federico Maccaroni 2024-01-18 16:32:00 -03:00
parent 9b2f596d15
commit 75b4655f38
No known key found for this signature in database
GPG key ID: 5D233F8F2B034536

View file

@ -66,7 +66,7 @@
<CodesignProvision>Automatic:AppStore</CodesignProvision>
<CodesignKey>iPhone Distribution</CodesignKey>
<CodesignEntitlements>Platforms\iOS\Entitlements.plist</CodesignEntitlements>
<UseInterpreter>true</UseInterpreter>
<!--<UseInterpreter>true</UseInterpreter>-->
<MtouchExtraArgs>-gcc_flags "-L$(ProjectDir)../../lib/ios -largon2 -force_load $(ProjectDir)../../lib/ios/libargon2.a"</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">