From 01b8b5bde8a58060bdd03b78a32747c5aa551976 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 01 十二月 2021 09:32:54 +0800 Subject: [PATCH] 111 --- HDL-ON_iOS/Entitlements.plist | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/Entitlements.plist b/HDL-ON_iOS/Entitlements.plist index 36a8706..c3acdcc 100644 --- a/HDL-ON_iOS/Entitlements.plist +++ b/HDL-ON_iOS/Entitlements.plist @@ -1,6 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> - <dict> - </dict> +<dict> + <key>com.apple.developer.networking.wifi-info</key> + <true/> + <key>com.apple.developer.associated-domains</key> + <array> + <string>applinks:china-gateway.hdlcontrol.com</string> + </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