1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 11:43:49 +00:00

Same service for keychain storage across apps. Changed keychain access group name. Updated fill script with results from site selection in extension.

This commit is contained in:
Kyle Spearrin
2016-06-25 02:54:34 -04:00
parent 1307b6a1b2
commit e7fef012b8
5 changed files with 19 additions and 19 deletions

View File

@@ -66,9 +66,9 @@ namespace Bit.iOS.Core.Services
{
var record = new SecRecord(SecKind.GenericPassword)
{
Service = NSBundle.MainBundle.BundleIdentifier,
Service = "com.8bit.bitwarden",
Account = key,
AccessGroup = "TEAMID.bitwarden"
AccessGroup = "TEAMID.com.8bit.bitwarden"
};
if(data != null)