From 0edfc730dafa1407efdeb8a6eed4c88c21aa1963 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 19 十一月 2021 16:40:45 +0800 Subject: [PATCH] siri --- HDL-ON_iOS/Entitlements.plist | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/Entitlements.plist b/HDL-ON_iOS/Entitlements.plist index cb782f8..c3acdcc 100644 --- a/HDL-ON_iOS/Entitlements.plist +++ b/HDL-ON_iOS/Entitlements.plist @@ -10,5 +10,9 @@ </array> <key>com.apple.developer.siri</key> <true/> + <key>com.apple.security.application-groups</key> + <array> + <string>group.com.hdl.onpro</string> + </array> </dict> </plist> -- Gitblit v1.8.0