mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 19:08:32 +03:00
12 lines
No EOL
476 B
XML
12 lines
No EOL
476 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<MauiVersion>8.0.4-nightly.*</MauiVersion>
|
|
<ReleaseCodesignProvision>Automatic:AppStore</ReleaseCodesignProvision>
|
|
<ReleaseCodesignKey>iPhone Distribution</ReleaseCodesignKey>
|
|
<IncludeBitwardeniOSExtensions>False</IncludeBitwardeniOSExtensions>
|
|
<IncludeBitwardenWatchOSApp>False</IncludeBitwardenWatchOSApp>
|
|
|
|
<!-- Uncomment this when Unit Testing-->
|
|
<!-- <CustomConstants>UT</CustomConstants> -->
|
|
</PropertyGroup>
|
|
</Project> |