mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-21 11:25:56 +01:00
12 lines
474 B
XML
12 lines
474 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<MauiVersion>8.0.4-nightly.*</MauiVersion>
|
|
<ReleaseCodesignProvision>Automatic:AppStore</ReleaseCodesignProvision>
|
|
<ReleaseCodesignKey>iPhone Distribution</ReleaseCodesignKey>
|
|
<IncludeBitwardeniOSExtensions>True</IncludeBitwardeniOSExtensions>
|
|
<IncludeBitwardenWatchOSApp>True</IncludeBitwardenWatchOSApp>
|
|
|
|
<!-- Uncomment this when Unit Testing-->
|
|
<!-- <CustomConstants>UT</CustomConstants> -->
|
|
</PropertyGroup>
|
|
</Project> |