1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-12 14:23:21 +00:00

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

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'">