Can I create a custom plist structure definition?
Posted
by Ed Marty
on Stack Overflow
See other posts from Stack Overflow
or by Ed Marty
Published on 2010-03-11T21:21:14Z
Indexed on
2010/03/11
21:24 UTC
Read the original article
Hit count: 729
When editing plist files in XCode, it can detect the type of plist and show human-readable strings to make it more easy to edit the file. The Info.plist, for example.
Thanks to This question, I found the (or a) place where it stores that structure definition, as InfoPlistStructDefs.xcodeplugin. If I put my own file in there, however, nothing interesting happens. That is, it doesn't show up in the list of possible property list types.
So does anybody know how to make XCode or the external property list editor application recognize a custom plist structure definition?
© Stack Overflow or respective owner