add NSAppleMusicUsageDescription permission to play audio messages to…

* add NSAppleMusicUsageDescription permission to play audio messages to the right plist file

* add NSAppleMusicUsageDescription update public string message

---------

Co-authored-by: Parvesh Monu <parvesh.dhullmonu@gmail.com>
This commit is contained in:
John Ngei 2024-05-30 13:06:28 +02:00 committed by GitHub
parent 19be1382db
commit 2e61b56214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -82,6 +82,8 @@
<string>Photos access is required to give you the ability to save images.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photos access is required to give you the ability to send images.</string>
<key>NSAppleMusicUsageDescription</key>
<string>Status uses Media Library to save and send Images. The Media Library module internally requires permissions to Apple Music</string>
<key>UIAppFonts</key>
<array>
<string>Inter-Bold.otf</string>

View File

@ -26,8 +26,6 @@
<string>A00000080400010301</string>
<string>A000000151000000</string>
</array>
<key>NSAppleMusicUsageDescription</key>
<string>Play audio messages</string>
<key>NFCReaderUsageDescription</key>
<string>Enable Keycard</string>
</dict>