Blame view

HDFwear/en.lproj/InfoPlist.strings 1.25 KB
f2cf74c7   yangbin   1.0.20(4)
1
2
3
4
5
6
7
8
  //
  //  InfoPlist.string.swift
  //  Twear
  //
  //  Created by yangbin on 2022/1/14.
  //
  
  
f2624318   daifengyi   feat:rename throu...
9
10
  "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";
f2cf74c7   yangbin   1.0.20(4)
11
12
13
  "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";
f2624318   daifengyi   feat:rename throu...
14
15
16
  "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";
f2cf74c7   yangbin   1.0.20(4)
17
18
  "NSContactsUsageDescription" = "We need access to your address book to sync contacts";
  "NSNFCScanUsageDescription" = "We need your NFC permission to scan NFC tags";