From 83dcb19ea8481a8ae38ef75359dadbf0bf61d3b3 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 01 二月 2021 18:20:25 +0800 Subject: [PATCH] 2021-02-01 1.更新 --- HDL-ON_iOS/Entitlements.plist | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/Entitlements.plist b/HDL-ON_iOS/Entitlements.plist index 36a8706..ba21fbd 100644 --- a/HDL-ON_iOS/Entitlements.plist +++ b/HDL-ON_iOS/Entitlements.plist @@ -1,6 +1,8 @@ <?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/> +</dict> </plist> -- Gitblit v1.8.0