Guest User

Untitled

a guest
Jun 13th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <key>NSCameraUsageDescription</key>
  2. <string>$(PRODUCT_NAME) camera use.</string>
  3. NSContactsUsageDescription
  4.  
  5. <key>NSContactsUsageDescription</key>
  6. <string>$(PRODUCT_NAME) contacts use.</string>
  7. NSPhotoLibraryUsageDescription
  8.  
  9. <key>NSPhotoLibraryUsageDescription</key>
  10. <string>$(PRODUCT_NAME) photos and video use.</string>
  11. NSBluetoothPeripheralUsageDescription
  12.  
  13. <key>NSBluetoothPeripheralUsageDescription</key>
  14. <string>$(PRODUCT_NAME) bluetooth use.</string>
  15. NSMicrophoneUsageDescription
  16.  
  17. <key>NSMicrophoneUsageDescription</key>
  18. <string>$(PRODUCT_NAME) microphone use.</string>
  19. NSMotionUsageDescription
  20.  
  21. <key>NSMotionUsageDescription</key>
  22. <string>$(PRODUCT_NAME) motion use.</string>
  23. NSLocationAlwaysUsageDescription
  24.  
  25. <key>NSLocationAlwaysUsageDescription</key>
  26. <string>$(PRODUCT_NAME) location use.</string>
  27. NSLocationUsageDescription
  28.  
  29. <key>NSLocationUsageDescription</key>
  30. <string>$(PRODUCT_NAME) location use.</string>
  31. NSLocationWhenInUseUsageDescription
  32.  
  33. <key>NSLocationWhenInUseUsageDescription</key>
  34. <string>$(PRODUCT_NAME) location use.</string>
  35. NSRemindersUsageDescription
  36.  
  37. <key>NSRemindersUsageDescription</key>
  38. <string>$(PRODUCT_NAME) reminders use.</string>
  39. NSSiriUsageDescription
  40.  
  41. <key>NSSiriUsageDescription</key>
  42. <string>$(PRODUCT_NAME) siri use.</string>
  43. NSVideoSubscriberAccountUsageDescription
  44.  
  45. <key>NSVideoSubscriberAccountUsageDescription</key>
  46. <string>$(PRODUCT_NAME) video use.</string>
  47. NSSpeechRecognitionUsageDescription
  48.  
  49. <key>NSSpeechRecognitionUsageDescription</key>
  50. <string>$(PRODUCT_NAME) speech recognition use.</string>
  51. NSCalendarsUsageDescription
  52.  
  53. <key>NSCalendarsUsageDescription</key>
  54. <string>$(PRODUCT_NAME) user your calendar.</string>
Add Comment
Please, Sign In to add comment