From c04cefa64b746402b3e99abd122b11ac647b448e Mon Sep 17 00:00:00 2001 From: yanyilin Date: Wed, 15 May 2024 17:43:37 +0800 Subject: [PATCH] =?UTF-8?q?ios=E5=B9=B3=E5=8F=B0=E9=85=8D=E7=BD=AEurl=20sc?= =?UTF-8?q?heme=20=E5=92=8C=20scheme=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Info.plist | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Info.plist b/Info.plist index 821eec76..f8fdfc97 100644 --- a/Info.plist +++ b/Info.plist @@ -12,5 +12,25 @@ uni API 功能演示需在后台期间访问位置信息 NSLocationAlwaysAndWhenInUseUsageDescription uni API 功能演示需访问位置信息 + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLName + scheme + CFBundleURLSchemes + + hellouniappx + uniappxhello + + + + LSApplicationQueriesSchemes + + alipay + safepay + weixin + -- GitLab