Custom PList row

I’m trying to add a custom key/val to an XCode project from the Introjucer.

I’m pasting:

LSUIElement

into the text box, then opening the XCode project, and I’m not seeing that value in Info.plist.

What am I missing here?

Don’t you need to put a whole valid plist file in there? If you just throw in some xml tags like that, it won’t be able to parse it.

Well that’d probably be why it wasn’t working then!