mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-08 09:30:46 +01:00
f343a2cdbb
* Fix FDROID trackers removal by changing publish to build to see if doing this it adds the corresponding CustomConstants
* Changed parameters in new line delimiter to the one used in bash to see if that fixes passing the corresponding parameters to the build
* Revert "Changed parameters in new line delimiter to the one used in bash to see if that fixes passing the corresponding parameters to the build"
This reverts commit 608b23d115
.
* Enable FDROID constant by replacing the content of Directory.Build.props in the clean stage of F-Droid
17 lines
731 B
XML
17 lines
731 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> -->
|
|
|
|
<!-- Uncomment this when building FDROID-->
|
|
<!-- <CustomConstants>FDROID</CustomConstants> -->
|
|
</PropertyGroup>
|
|
</Project>
|