Property List Editor after installing Xcode 4

10,470

Solution 1

In XCode 4 the property list editor is integrated. It should appear in the XCode application.

Solution 2

I put together a frankenstien version of the Property List Editor a while ago. Its totally self contained and should work as a stand alone app.

Find it here: https://www.dropbox.com/s/k6knivza9dramb5/Stand%20Alone%20Property%20List%20Editor.app.zip

Share:
10,470
AechoLiu
Author by

AechoLiu

I live in Hsinchu, Taiwan. I like programming, and learn something new. I like cooking too. If you need to know my programming skills, you can get it from my linkedin page.

Updated on July 14, 2022

Comments

  • AechoLiu
    AechoLiu almost 2 years

    I cannot find where it is after I installing Xcode 4. Does any one know where it is ?

    Edit:

    I had installed another app for editing XML file. It is named XMLEditor and located here. Because I need to edit a plist file with an extension which is not end with .plist, so finally I googled another solutions about XML editor.

  • jessecurry
    jessecurry about 13 years
    if you right-click a plist file from within the XCode editor you can "Open as" to use other editors.
  • AechoLiu
    AechoLiu about 13 years
    I need Property List Editor to browse a XML file. But the extension of file is not .xml . I opened the file by xCode 4, but the behavior is not what I desire.
  • AechoLiu
    AechoLiu about 13 years
    I changed the extension of file to .xml, and opened it by xCode4. It showed me the plain text format of xml.
  • AechoLiu
    AechoLiu about 13 years
    Ok, after changing the extension to .plist and opening by xCode4, it finally give me what I want. Thank you for help. :)
  • Gabriele
    Gabriele almost 13 years
    Is the Property List Editor removed from Xcode ToolsSet? I got it on my two years old mac but now I installed a brand new Mac where I installed directly Xcode 4.0.2 but I can't find Property List Editor :( Ok I can use Xcode directly to edit plist but Property List Editor was also really confortable.
  • zekel
    zekel over 12 years
    @Gabriele I think it's gone from Apple's tools. (I miss it too.) There is a third party app that looks pretty decent: PlistEdit Pro if you're into that sort of thing.
  • David H
    David H over 11 years
    I wish I could give you 5 up arrows for this! So running this under Mt Lion does not work directly. Show package contents, remove the coderesources link and folder, open Sys Prefs, Security Privacy, allow apps from anywhere, run the app once, then switch the security back, and all is well. THANK YOU SO MUCH!!!
  • David H
    David H over 11 years
    PlistEdit would be an option except its a bit pricey for what it does. See the post from Richard H below, you can get the old app back (I'm running it on Mt Lion now).