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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user