In the "Mac app data protection" section of the "What's new in privacy?" talk, they show a "X would like to access data from other apps" dialog, with an explanation string shown below it. Is there an Info.plist key that we can use to provide our own explanation string in that dialog? I've been digging around in the documentation but haven't been able to find anything.
Info.plist key for new Mac app data protection in Sonoma?
The droid you’re looking for is NSAppDataUsageDescription
. I’ve filed a bug to get that documented officially (r. 110842358).
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Thanks, Quinn, sorry I didn't see this till now since the Apple forums didn't notify me. I'll give that a try!