InfoPlist.strings 780 B

123456789101112131415
  1. /*
  2. InfoPlist.strings
  3. SolarBT
  4. Created by weclouds on 2019/9/16.
  5. Copyright © 2019 weclouds. All rights reserved.
  6. */
  7. "CFBundleDisplayName" = "SRNE BT";
  8. "NSBluetoothPeripheralUsageDescription" = "是否允许此APP使用蓝牙功能";
  9. "NSBluetoothAlwaysUsageDescription" = "是否允许此APP使用蓝牙功能";
  10. "NSLocationAlwaysAndWhenInUseUsageDescription" = "此APP请求访问您的地理位置信息, 用于定位蓝牙设备位置";
  11. "NSLocationUsageDescription" = "此APP请求访问您的地理位置信息, 用于定位蓝牙设备位置";
  12. "NSLocationWhenInUseUsageDescription" = "此APP请求访问您的地理位置信息, 用于定位蓝牙设备位置";
  13. "NSPhotoLibraryAddUsageDescription" = "此APP请求访问您的相册信息,用于保存图片";