1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

changed bundleid and added appgroup entitlements

This commit is contained in:
Kyle Spearrin
2016-06-22 23:50:25 -04:00
parent 1b73748d52
commit 03d3c5921a
6 changed files with 41 additions and 21 deletions

View File

@@ -38,9 +38,9 @@
<MtouchI18n />
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignProvision />
<CodesignEntitlements />
<CodesignResourceRules />
<CodesignExtraArgs />
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
@@ -51,6 +51,7 @@
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<ConsolePause>false</ConsolePause>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
@@ -260,12 +261,6 @@
<IsAppExtension>false</IsAppExtension>
<IsWatchApp>false</IsWatchApp>
</ProjectReference>
<ProjectReference Include="..\iOS.Extension\iOS.Extension.csproj">
<Project>{32f5a2d6-f54d-4da1-ae26-0a980d48f422}</Project>
<Name>iOS.Extension</Name>
<IsAppExtension>true</IsAppExtension>
<IsWatchApp>false</IsWatchApp>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\fa-refresh.png" />