Skip to content

Commit 59824b2

Browse files
authored
Merge pull request #430 from ThakurBallary/patch-1
Added MediaLibrary (NSAppleMusicUsageDescription) usage permission description
2 parents a07a28a + 001f633 commit 59824b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
8484
<string>YOUR TEXT</string>
8585
<key>NSLocationWhenInUseUsageDescription</key>
8686
<string>YOUR TEXT</string>
87+
<key>NSAppleMusicUsageDescription</key>
88+
<string>YOUR TEXT</string>
8789
<key>NSMicrophoneUsageDescription</key>
8890
<string>YOUR TEXT</string>
8991
<key>NSMotionUsageDescription</key>

0 commit comments

Comments
 (0)