fix: add NSAppleMusicUsageDescription to Info.plist for MDC

This commit is contained in:
naturecodevoid
2023-06-04 07:31:58 -07:00
parent 8bd8ec8723
commit 95e98a17bb
3 changed files with 6 additions and 0 deletions

View File

@@ -208,5 +208,9 @@
<true/>
<key>UIFileSharingEnabled</key>
<true/>
#if MDC
<key>NSAppleMusicUsageDescription</key>
<string>Full access to files on your device is required to apply the installd patch to remove the 3 app limit that free developer accounts have.</string>
#endif
</dict>
</plist>