Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I view the app's plist file as source code in Xcode?

Tags:

xcode

When I change or add something to my app's plist, a minimal plist appears on the left side of Xcode. I can open this small plist as source code. My question is: how can I view the base or entire app plist located in the Info tab under the "Custom macOS Application Target Properties" section as source code?

enter image description here

like image 963
ios coder Avatar asked Feb 03 '26 10:02

ios coder


1 Answers

You need to go in the project folder directly, not in xcode, then click on info.plist. This will now make the file visible in xcode. And you can right click and select edit as source code now.

like image 85
Pat Avatar answered Feb 13 '26 02:02

Pat