mirror of
https://github.com/bitwarden/android.git
synced 2025-03-14 02:08:48 +03:00
include entitlements in ios.extension simulator builds (#1684)
This commit is contained in:
parent
6f936343ae
commit
23a164b245
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
<OptimizePNGs>true</OptimizePNGs>
|
||||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
||||
<CodesignKey>iPhone Developer</CodesignKey>
|
||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||
<DebugType>none</DebugType>
|
||||
|
|
Loading…
Add table
Reference in a new issue