Skip to content

Commit 3f1846e

Browse files
authored
Add keychainAccessGroup configuration option (#36)
1 parent f6a2437 commit 3f1846e

File tree

6 files changed

+18077
-8
lines changed

6 files changed

+18077
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ startActivity(3, "4343", "$32.23", driverName, 47, 43);
4040
- `frequentUpdates` (boolean, default: false): Depending on this param, NSSupportsLiveActivitiesFrequentUpdates will be set
4141
- `widgetsFolder` (string, default: "widgets"): Path from the project root to the folder containing the Swift widget files
4242
- `deploymentTarget` (string, default: "16.2"): The minimum deployment target for the app
43-
- `groupIdentifier` (string): The app group identifier which is required for communication with the main app. Must start with `group.`
43+
- `groupIdentifier` (string, optional): The app group identifier which is required for communication with the main app. Must start with `group.`
44+
- `keychainAccessGroup` (string, optional): A keychain access group if you want to securely share secrets. Should start with your `<TEAM_ID>.`
4445
<!--
4546
- `moduleFileName` (string, default: "Module.swift"): File within the widget folder that defines the native module
4647
- `attributesFileName` (string): File within the widget folder that defined the widget attributes

0 commit comments

Comments
 (0)