mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-14 10:15:56 +01:00
8bc90b9649
* Disable watchos
* enable testflight validation
* Revert "enable testflight validation"
This reverts commit 75012f0854
.
16 lines
728 B
XML
16 lines
728 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<MauiVersion>8.0.7</MauiVersion>
|
|
<ReleaseCodesignProvision>Automatic:AppStore</ReleaseCodesignProvision>
|
|
<ReleaseCodesignKey>iPhone Distribution</ReleaseCodesignKey>
|
|
<IncludeBitwardeniOSExtensions>True</IncludeBitwardeniOSExtensions>
|
|
<IncludeBitwardenWatchOSApp>False</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> -->
|
|
|
|
<!-- Uncomment this when building FDROID-->
|
|
<!-- <CustomConstants>FDROID</CustomConstants> -->
|
|
</PropertyGroup>
|
|
</Project>
|