Blame view

Twear/en.lproj/InfoPlist.strings 909 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  //
  //  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";