// // InfoPlist.string.swift // Twear // // Created by yangbin on 2022/1/14. // "NSCameraUsageDescription" = "YTWatch needs to turn on the camera permission to scan QR code and take photos remotely"; "NSPhotoLibraryAddUsageDescription" = "YTWatch requires your permission to save pictures to an album"; "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" = "YTWatch needs to open the photo album permission, which is used to change the avatar and obtain the QR code"; "NSBluetoothAlwaysUsageDescription" = "YTWatch needs to access your Bluetooth, which is used to connect to the watch for data transmission"; "NSBluetoothPeripheralUsageDescription" = "YTWatch needs to access your Bluetooth, which is used to connect to the watch for data transmission"; "NSContactsUsageDescription" = "We need access to your address book to sync contacts"; "NSNFCScanUsageDescription" = "We need your NFC permission to scan NFC tags";