mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
settings shim with ios group id
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App.Abstractions;
|
||||
using Bit.App.Services;
|
||||
@@ -20,6 +16,8 @@ namespace Bit.iOS.Core.Utilities
|
||||
public static class iOSCoreHelpers
|
||||
{
|
||||
public static string AppId = "com.8bit.bitwarden";
|
||||
public static string AppAutofillId = "com.8bit.bitwarden.autofill";
|
||||
public static string AppExtensionId = "com.8bit.bitwarden.find-login-action-extension";
|
||||
public static string AppGroupId = "group.com.8bit.bitwarden";
|
||||
public static string AccessGroup = "LTZ2PFU5D6.com.8bit.bitwarden";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user