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="应用请求相机,以便于拍摄照片,用于头像上传及人脸认证";