Created
March 22, 2019 18:01
-
-
Save gabrielribeiro/68620e78ccda809fd110671952c59cba to your computer and use it in GitHub Desktop.
Values for usage descriptions to put in info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dict> | |
<key>NSCalendarsUsageDescription</key> | |
<string>$(PRODUCT_NAME) calendar events</string> | |
<key>NSRemindersUsageDescription</key> | |
<string>$(PRODUCT_NAME) reminder use</string> | |
<key>NSCameraUsageDescription</key> | |
<string>This app requires to access your photo library to show image on profile and send via chat</string> | |
<key>NSMicrophoneUsageDescription</key> | |
<string>This app requires to access your microphone to record video with your voice send via chat</string> | |
<key>NSPhotoLibraryUsageDescription</key> | |
<string>This app requires to access your photo library to show image on profile and send via chat</string> | |
<key>NSContactsUsageDescription</key> | |
<string>$(PRODUCT_NAME) contact use</string> | |
<key>NSLocationAlwaysUsageDescription</key> | |
<string>$(PRODUCT_NAME) location use</string> | |
<key>NSLocationWhenInUseUsageDescription</key> | |
<string>$(PRODUCT_NAME) location use</string> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment