Apple doc still refers to nonexistent info.plist. Should we use the entitlements file instead?

I encountered this in Apple's doc:

Users must grant permission for your app to access their music data. Add the NSAppleMusicUsageDescription key to your app’s Info.plist file

Info.plist is no longer generated as part of Xcode projects. Do we add a key like this to the app's .entitlements file instead?

Refer to the info.plist options in build settings when autogenerate info.plist is true.

Here is the entry when info.plist is autogenerated true.

Apple doc still refers to nonexistent info.plist. Should we use the entitlements file instead?
 
 
Q