Unable to Add Info.plist Values in Xcode 13 beta

This is probably going to be very embarrassing, but i have been searching now for over an hour with no luck. Projects created in 13 no longer have Info.plist (as per release notes), but for the life of me, I can't figure out how to add values in the target's Project Editor. I try right-clicking, double-clicking, I've looked for Editor and other menu options, etc. with no luck. I want to add a Privacy - Location key/string pair. I've also looked for settings in preferences, shut down/restarted, looked at Project Editor help, searched online, etc., etc. and am totally stuck here. I had no problems editing the actual Info.plist files in earlier pre-13 projects. I'm on a Mac mini M1 running MacOS 15 beta/Xcode 13 beta.

Answered by destari77 in 679539022

Switch the deployment target to 14.x and it should magically appear in your file navigator.

Okay, I think I've figured out that I shouldn't need to because the file will be generated automatically with the required values added based on code statements, but I'm still not sure why I wouldn't need to add a string explaining why, e.g., Privacy - Location services is being used.

Accepted Answer

Switch the deployment target to 14.x and it should magically appear in your file navigator.

Unable to Add Info.plist Values in Xcode 13 beta
 
 
Q