From b5ab06adb2a78f9d59815cd82ac200bb9b54517b Mon Sep 17 00:00:00 2001 From: yanyilin Date: Sat, 11 May 2024 19:53:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ios=E5=B9=B3=E5=8F=B0Info.pli?= =?UTF-8?q?st=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A1=A5=E5=85=85=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E7=9B=B8=E5=86=8C=E5=92=8C=E4=BD=8D=E7=BD=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E9=9A=90=E7=A7=81=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Info.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Info.plist diff --git a/Info.plist b/Info.plist new file mode 100644 index 00000000..821eec76 --- /dev/null +++ b/Info.plist @@ -0,0 +1,16 @@ + + + + + NSPhotoLibraryUsageDescription + uni API 功能演示需读取相册 + NSPhotoLibraryAddUsageDescription + uni API 功能演示需读写相册 + NSLocationWhenInUseUsageDescription + uni API 功能演示需访问位置信息 + NSLocationAlwaysUsageDescription + uni API 功能演示需在后台期间访问位置信息 + NSLocationAlwaysAndWhenInUseUsageDescription + uni API 功能演示需访问位置信息 + + -- GitLab