taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit b6ba5378fc61c98b37d8d5bd0d28a759c873c7ba
parent 4ff864731b5ea9ddc5a15f10ba50d217e75fa65b
Author: Marc Stibane <marc@taler.net>
Date:   Thu, 21 Sep 2023 09:02:42 +0200

Use App group for sharing data between our apps

Diffstat:
MGNU_Taler.entitlements | 4++++
MTaler_Wallet.entitlements | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git 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 @@ -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>