diff --git a/ios/Runner/en.lproj/InfoPlist.strings b/ios/Runner/en.lproj/InfoPlist.strings index 3d31da66..f735249c 100644 --- a/ios/Runner/en.lproj/InfoPlist.strings +++ b/ios/Runner/en.lproj/InfoPlist.strings @@ -1,12 +1,12 @@ /* - InfoPlist_xhj.strings + InfoPlist_sky.strings Runner Created by Mac on 2024/12/25. */ -CFBundleName="StarLock"; -CFBundleDisplayName="StarLock"; +CFBundleName="TTLock Pro"; +CFBundleDisplayName="TTLock Pro"; 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 c6a9457d..94277ec2 100644 --- a/ios/Runner/zh-Hans.lproj/InfoPlist.strings +++ b/ios/Runner/zh-Hans.lproj/InfoPlist.strings @@ -1,12 +1,12 @@ /* - InfoPlist_xhj.strings + InfoPlist_sky.strings Runner Created by Mac on 2024/12/25. */ -CFBundleName="星锁"; -CFBundleDisplayName="星锁"; +CFBundleName="锁通通"; +CFBundleDisplayName="锁通通"; NSBluetoothAlwaysUsageDescription="该应用程序使用蓝牙在不同设备之间查找、连接和传输数据"; NSBluetoothPeripheralUsageDescription="该应用程序使用蓝牙在不同设备之间查找、连接和传输数据"; NSCameraUsageDescription="应用请求相机,以便于拍摄照片,用于头像上传及人脸认证"; diff --git a/lib/translations/current_locale_tool.dart b/lib/translations/current_locale_tool.dart index f9793967..10c79e49 100644 --- a/lib/translations/current_locale_tool.dart +++ b/lib/translations/current_locale_tool.dart @@ -18,8 +18,8 @@ class CurrentLocaleTool { .first : Get.deviceLocale!; // Get.deviceLocale; final String languageCode = convertLocale(locale).toString(); - AppLog.log( - '11111locale.toString(): ${locale.toString()} locale: $locale languageCode:$languageCode 从本地获取code:${StoreService.to.getLanguageCode()}'); + // AppLog.log( + // '11111locale.toString(): ${locale.toString()} locale: $locale languageCode:$languageCode 从本地获取code:${StoreService.to.getLanguageCode()}'); return languageCode; } @@ -35,8 +35,8 @@ class CurrentLocaleTool { .first : Get.deviceLocale!; // Get.deviceLocale; final Locale getLocale = convertLocale(locale); - AppLog.log( - '222locale.toString(): ${locale.toString()} locale: $locale getLocale:$getLocale 从本地获取code:${StoreService.to.getLanguageCode()}'); + // AppLog.log( + // '222locale.toString(): ${locale.toString()} locale: $locale getLocale:$getLocale 从本地获取code:${StoreService.to.getLanguageCode()}'); return getLocale; }