You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
731 B
16 lines
731 B
<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> --> |
|
|
|
<!-- Uncomment this when building FDROID--> |
|
<!-- <CustomConstants>FDROID</CustomConstants> --> |
|
</PropertyGroup> |
|
</Project>
|
|
|