1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 12:33:28 +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

@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.8bit.bitwarden</string>
</array>
</dict>
</plist>

View File

@@ -26,7 +26,7 @@
<key>CFBundleDisplayName</key>
<string>bitwarden</string>
<key>CFBundleIdentifier</key>
<string>com.bitwarden.vault</string>
<string>com.8bit.bitwarden</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleIconFiles</key>
@@ -62,7 +62,7 @@
<string>org-appextension-feature-password-management</string>
</array>
<key>CFBundleURLName</key>
<string>com.bitwarden.vault.url</string>
<string>com.8bit.bitwarden.url</string>
</dict>
</array>
<key>UIStatusBarTintParameters</key>

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" />