From 4c5f3d92e6dfec9e793b0b467588809b5955396e Mon Sep 17 00:00:00 2001 From: John Costa Date: Sat, 3 May 2025 10:39:35 +0100 Subject: [PATCH] fix: app grup id --- tauri-plugin-ios-shared-token/ios/Sources/SharedToken.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-plugin-ios-shared-token/ios/Sources/SharedToken.swift b/tauri-plugin-ios-shared-token/ios/Sources/SharedToken.swift index 768e1db..8418902 100644 --- a/tauri-plugin-ios-shared-token/ios/Sources/SharedToken.swift +++ b/tauri-plugin-ios-shared-token/ios/Sources/SharedToken.swift @@ -7,7 +7,7 @@ class SaveTokenArgs: Decodable { var token: String? } -let appGroupID = "group.com.haystack.com" +let appGroupID = "group.com.haystack.app" let sharedTokenKey = "sharedAuthToken" class SharedToken: Plugin {