Advertisement
minafaw3

all apple kes

Aug 25th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Full List:
  2. Apple Music:
  3.  
  4. <key>NSAppleMusicUsageDescription</key>
  5. <string>My description about why I need this capability</string>
  6. Bluetooth:
  7.  
  8. <key>NSBluetoothPeripheralUsageDescription</key>
  9. <string>My description about why I need this capability</string>
  10. Calendar:
  11.  
  12. <key>NSCalendarsUsageDescription</key>
  13. <string>My description about why I need this capability</string>
  14. Camera:
  15.  
  16. <key>NSCameraUsageDescription</key>
  17. <string>My description about why I need this capability</string>
  18. Contacts:
  19.  
  20. <key>NSContactsUsageDescription</key>
  21. <string>My description about why I need this capability</string>
  22. Health Share:
  23.  
  24. <key>NSHealthShareUsageDescription</key>
  25. <string>My description about why I need this capability</string>
  26. Health Update:
  27.  
  28. <key>NSHealthUpdateUsageDescription</key>
  29. <string>My description about why I need this capability</string>
  30. Home Kit:
  31.  
  32. <key>NSHomeKitUsageDescription</key>
  33. <string>My description about why I need this capability</string>
  34. Location:
  35.  
  36. <key>NSLocationUsageDescription</key>
  37. <string>My description about why I need this capability</string>
  38. Location (Always):
  39.  
  40. <key>NSLocationAlwaysUsageDescription</key>
  41. <string>My description about why I need this capability</string>
  42. Location (When in use):
  43.  
  44. <key>NSLocationWhenInUseUsageDescription</key>
  45. <string>My description about why I need this capability</string>
  46. Microphone:
  47.  
  48. <key>NSMicrophoneUsageDescription</key>
  49. <string>My description about why I need this capability</string>
  50. Motion (Accelerometer):
  51.  
  52. <key>NSMotionUsageDescription</key>
  53. <string>My description about why I need this capability</string>
  54. Photo Library:
  55.  
  56. <key>NSPhotoLibraryUsageDescription</key>
  57. <string>My description about why I need this capability</string>
  58. Reminders:
  59.  
  60. <key>NSRemindersUsageDescription</key>
  61. <string>My description about why I need this capability</string>
  62. Siri:
  63.  
  64. <key>NSSiriUsageDescription</key>
  65. <string>My description about why I need this capability</string>
  66. Speech Recognition:
  67.  
  68. <key>NSSpeechRecognitionUsageDescription</key>
  69. <string>My description about why I need this capability</string>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement