You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1021 B
17 lines
1021 B
1 year ago
|
/*
|
||
|
InfoPlist.strings
|
||
|
FireBoltt
|
||
|
|
||
|
Created by lemo. on 2020/4/27.
|
||
|
Copyright © 2020 Sheldon. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
CFBundleDisplayName = "FireBoltt";
|
||
|
NSBluetoothAlwaysUsageDescription = "FireBoltt needs your consent to use Bluetooth to connect wearable devices to achieve data transmission functions";
|
||
|
NSBluetoothPeripheralUsageDescription = "FireBoltt needs your consent to use Bluetooth to connect wearable devices to achieve data transmission functions";
|
||
|
NSCameraUsageDescription = "FireBoltt needs your permission to use the camera to take pictures as an avatar";
|
||
|
NSLocationAlwaysAndWhenInUseUsageDescription = "FireBoltt needs your permission to use location to get current weather information";
|
||
|
NSLocationWhenInUseUsageDescription = "FireBoltt needs your permission to use location to get current weather information";
|
||
|
NSPhotoLibraryAddUsageDescription = "After opening, FireBoltt can add pictures to the album";
|
||
|
NSPhotoLibraryUsageDescription = "After opening, FireBoltt can get the photos of the album";
|