From 5e29a4643ed08ec54ad771c636569fd384c2d8cd Mon Sep 17 00:00:00 2001 From: anonymouz4 <32394757+anonymouz4@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:48:03 +0100 Subject: [PATCH] Fix no matches Nowadays such wildcard entitlements don't work anymore. There's a limit to how many entitlements can be applied. On iOS the magic number appears to be 36, and '*' matches more then that. --- KeychainTool/KeychainTool.entitlements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeychainTool/KeychainTool.entitlements b/KeychainTool/KeychainTool.entitlements index 52ae012..49f1266 100644 --- a/KeychainTool/KeychainTool.entitlements +++ b/KeychainTool/KeychainTool.entitlements @@ -4,7 +4,7 @@ keychain-access-groups - * + com.apple.hap.pairing