Using the correct NSAppleMusicUsageDescription key (#1440)

This commit is contained in:
enahum 2018-02-14 13:51:49 -03:00 committed by GitHub
parent c3eee12db4
commit 054f1e6d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,8 @@
<string>Upload Photos and Videos to your Mattermost instance or save them to your device</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Send voice messages to your Mattermost instance</string>
<key>NSAppleMusicUsageDescription</key>
<string>Let Mattermost access your Media files</string>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
@ -110,7 +112,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>kTCCServiceMediaLibrary</key>
<string>Let Mattermost access your Media files</string>
</dict>
</plist>