From d26e28bfb36724d92b6844631b03267ae3058aca Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Mon, 12 Jun 2023 20:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4uni-wifi=20iOS=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-wifi/utssdk/app-ios/config.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/uni_modules/uni-wifi/utssdk/app-ios/config.json b/uni_modules/uni-wifi/utssdk/app-ios/config.json index 7308ee7..64d2613 100644 --- a/uni_modules/uni-wifi/utssdk/app-ios/config.json +++ b/uni_modules/uni-wifi/utssdk/app-ios/config.json @@ -1,8 +1,9 @@ -{ - "frameworks": [ - "CoreLocation", - "SystemConfiguration" - ], - "validArchitectures": [ - "arm64", "armv7" ] +{ + "frameworks": [ + "CoreLocation.framework", + "SystemConfiguration.framework" + ], + "validArchitectures": [ + "arm64", "armv7" + ] } \ No newline at end of file -- GitLab