From d46de376a008a23e66749baa47edd3f82e8deea5 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Wed, 5 Aug 2020 17:05:10 +0300 Subject: [PATCH] Use keychain access group config in entitlements --- Riot/SupportingFiles/Riot.entitlements | 2 +- RiotNSE/RiotNSE.entitlements | 2 +- .../SupportingFiles/RiotShareExtension.entitlements | 2 +- SiriIntents/SiriIntents.entitlements | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Riot/SupportingFiles/Riot.entitlements b/Riot/SupportingFiles/Riot.entitlements index f1f4bf0bd..2ddbae143 100644 --- a/Riot/SupportingFiles/Riot.entitlements +++ b/Riot/SupportingFiles/Riot.entitlements @@ -39,7 +39,7 @@ keychain-access-groups - $(AppIdentifierPrefix)im.vector.app.keychain.shared + $(KEYCHAIN_ACCESS_GROUP) diff --git a/RiotNSE/RiotNSE.entitlements b/RiotNSE/RiotNSE.entitlements index caae6ed94..ced577af8 100644 --- a/RiotNSE/RiotNSE.entitlements +++ b/RiotNSE/RiotNSE.entitlements @@ -8,7 +8,7 @@ keychain-access-groups - $(AppIdentifierPrefix)im.vector.app.keychain.shared + $(KEYCHAIN_ACCESS_GROUP) diff --git a/RiotShareExtension/SupportingFiles/RiotShareExtension.entitlements b/RiotShareExtension/SupportingFiles/RiotShareExtension.entitlements index caae6ed94..ced577af8 100644 --- a/RiotShareExtension/SupportingFiles/RiotShareExtension.entitlements +++ b/RiotShareExtension/SupportingFiles/RiotShareExtension.entitlements @@ -8,7 +8,7 @@ keychain-access-groups - $(AppIdentifierPrefix)im.vector.app.keychain.shared + $(KEYCHAIN_ACCESS_GROUP) diff --git a/SiriIntents/SiriIntents.entitlements b/SiriIntents/SiriIntents.entitlements index caae6ed94..ced577af8 100644 --- a/SiriIntents/SiriIntents.entitlements +++ b/SiriIntents/SiriIntents.entitlements @@ -8,7 +8,7 @@ keychain-access-groups - $(AppIdentifierPrefix)im.vector.app.keychain.shared + $(KEYCHAIN_ACCESS_GROUP)