From 5c351ccc7b9790f19078b7dc6b9b37de3b2dcda1 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Wed, 25 Dec 2024 11:04:54 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9AApp=E6=9C=AC=E5=9C=B0=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E5=90=8D=E7=A7=B0=E5=9B=BD=E9=99=85=E5=8C=96=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Runner/en.lproj/InfoPlist.strings | 4 ++-- ios/Runner/zh-Hans.lproj/InfoPlist.strings | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Runner/en.lproj/InfoPlist.strings b/ios/Runner/en.lproj/InfoPlist.strings index 4dcbac90..3d31da66 100644 --- a/ios/Runner/en.lproj/InfoPlist.strings +++ b/ios/Runner/en.lproj/InfoPlist.strings @@ -5,8 +5,8 @@ Created by Mac on 2024/12/25. */ -CFBundleName="StarLock Pro"; -CFBundleDisplayName="StarLock Pro"; +CFBundleName="StarLock"; +CFBundleDisplayName="StarLock"; NSBluetoothAlwaysUsageDescription="The app uses bluetooth to find, connect and transfer data between different devices"; NSBluetoothPeripheralUsageDescription="The app uses bluetooth to find, connect and transfer data between different devices"; NSCameraUsageDescription="The application requests the camera to take photos for avatar upload and face authentication"; diff --git a/ios/Runner/zh-Hans.lproj/InfoPlist.strings b/ios/Runner/zh-Hans.lproj/InfoPlist.strings index 60876642..c6a9457d 100644 --- a/ios/Runner/zh-Hans.lproj/InfoPlist.strings +++ b/ios/Runner/zh-Hans.lproj/InfoPlist.strings @@ -5,8 +5,8 @@ Created by Mac on 2024/12/25. */ -CFBundleName="星星锁"; -CFBundleDisplayName="星星锁"; +CFBundleName="星锁"; +CFBundleDisplayName="星锁"; NSBluetoothAlwaysUsageDescription="该应用程序使用蓝牙在不同设备之间查找、连接和传输数据"; NSBluetoothPeripheralUsageDescription="该应用程序使用蓝牙在不同设备之间查找、连接和传输数据"; NSCameraUsageDescription="应用请求相机,以便于拍摄照片,用于头像上传及人脸认证";