mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-05 09:01:11 +01:00
d6c2ebe4c2
* Update MAUI to 8.0.7 Updates MAUI to the future SR2 release version. * Using the released version instead of nightly
14 lines
629 B
XML
14 lines
629 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<MauiVersion>8.0.7</MauiVersion>
|
|
<ReleaseCodesignProvision>Automatic:AppStore</ReleaseCodesignProvision>
|
|
<ReleaseCodesignKey>iPhone Distribution</ReleaseCodesignKey>
|
|
<IncludeBitwardeniOSExtensions>True</IncludeBitwardeniOSExtensions>
|
|
<IncludeBitwardenWatchOSApp>True</IncludeBitwardenWatchOSApp>
|
|
<Argon2IdLoadMtouchExtraArgs>-gcc_flags "-L$(ProjectDir)../../lib/ios -largon2 -force_load $(ProjectDir)../../lib/ios/libargon2.a"</Argon2IdLoadMtouchExtraArgs>
|
|
|
|
<!-- Uncomment this when Unit Testing-->
|
|
<!-- <CustomConstants>UT</CustomConstants> -->
|
|
</PropertyGroup>
|
|
</Project>
|