[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 02/02: Use App group for sharing data between our apps
From: |
gnunet |
Subject: |
[taler-taler-ios] 02/02: Use App group for sharing data between our apps |
Date: |
Thu, 21 Sep 2023 09:05:02 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit b6ba5378fc61c98b37d8d5bd0d28a759c873c7ba
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Sep 21 09:02:42 2023 +0200
Use App group for sharing data between our apps
---
GNU_Taler.entitlements | 4 ++++
Taler_Wallet.entitlements | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/GNU_Taler.entitlements b/GNU_Taler.entitlements
index dfdca9d..d9f232c 100644
--- a/GNU_Taler.entitlements
+++ b/GNU_Taler.entitlements
@@ -8,5 +8,9 @@
<array>
<string>TAG</string>
</array>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.com.taler-systems.appgroup</string>
+ </array>
</dict>
</plist>
diff --git a/Taler_Wallet.entitlements b/Taler_Wallet.entitlements
index dfdca9d..d9f232c 100644
--- a/Taler_Wallet.entitlements
+++ b/Taler_Wallet.entitlements
@@ -8,5 +8,9 @@
<array>
<string>TAG</string>
</array>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.com.taler-systems.appgroup</string>
+ </array>
</dict>
</plist>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.