1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-15 10:25:20 +01:00

PM-3350 Enabled back UseInterpreter on iOS Release given that it crashes on startup without it.

This commit is contained in:
Federico Maccaroni 2024-01-18 18:54:34 -03:00
parent 75b4655f38
commit 01ee1ff845
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'">