InfoPlist.strings 776 B

1234567891011121314
  1. /*
  2. InfoPlist.strings
  3. Unity-iPhone
  4. Created by apple on 2023/2/4.
  5. */
  6. CFBundleDisplayName = "HOUYI";
  7. NSBluetoothAlwaysUsageDescription = "The App requires your consent to access Bluetooth to search for and connect devices.";
  8. NSBluetoothPeripheralUsageDescription = "The App requires your consent to access Bluetooth to search for and connect devices.";
  9. NSCameraUsageDescription="The App requires your permission to access the camera.";
  10. NSPhotoLibraryUsageDescription = "The App requires your permission to access the pictures library.";
  11. NSLocationWhenInUseUsageDescription="We need to access relevant information around you through your location data.";
  12. NSLocationAlwaysUsageDescription="We need to access relevant information around you through your location data.";