// // InfoPlist.string.swift // Twear // // Created by yangbin on 2022/1/14. // "NSCameraUsageDescription" = "HDF wear needs to open the camera permission"; "NSLocationAlwaysAndWhenInUseUsageDescription" = "We need your geographic location information to get your trajectory and weather"; "NSLocationAlwaysUsageDescription" = "We need your geographic location information to get your trajectory and weather"; "NSLocationWhenInUseUsageDescription" = "We need your geographic location information to get your trajectory and weather"; "NSPhotoLibraryUsageDescription" = "HDF wear needs to open the album permission"; "NSBluetoothAlwaysUsageDescription" = "HDF wear needs to access your Bluetooth, which is used to connect to the watch for data transmission"; "NSBluetoothPeripheralUsageDescription" = "HDF wear needs to access your Bluetooth, which is used to connect to the watch for data transmission"; "NSContactsUsageDescription" = "We need to access your contacts";