简体   繁体   English

安装Xcode 4后的属性列表编辑器

[英]Property List Editor after installing Xcode 4

I cannot find where it is after I installing Xcode 4. Does any one know where it is ? 安装Xcode 4后,我找不到它的位置。有人知道它在哪里吗?

Edit: 编辑:

I had installed another app for editing XML file. 我安装了另一个用于编辑XML文件的应用程序。 It is named XMLEditor and located here . 它被命名为XMLEditor并位于此处 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. 因为我需要编辑一个带有.plist结尾的扩展名的plist文件,所以最后我搜索了另一个关于XML编辑器的解决方案。

In XCode 4 the property list editor is integrated. 在XCode 4中集成了属性列表编辑器。 It should appear in the XCode application. 它应该出现在XCode应用程序中。

I put together a frankenstien version of the Property List Editor a while ago. 我不久前将一个frankenstien版本的Property List Editor放在一起。 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 在这里找到它: https//www.dropbox.com/s/k6knivza9dramb5/Stand%20Alone%20Property%20List%20Editor.app.zip

I found in xcode 4 when you create a new plist file, the editor opens as blank. 我在创建新的plist文件时在xcode 4中找到,编辑器打开为空白。 If you right click in the blank editor space, you can "add row". 如果右键单击空白编辑器空间,则可以“添加行”。 Begin from there. 从那里开始。

I wish I'd seen this before installing Xcode 4 - the Property List Editor.app was so nice and lightweight and fast - now having to launch Xcode.app just to edit a plist file ... ugh. 我希望在安装Xcode 4之前我已经看到了这一点 - 属性列表Editor.app非常好,轻巧,快速 - 现在只需要启动Xcode.app来编辑一个plist文件......呃。

I'm going to dig it back out of my old Xcode 3 DMG ... this is just not cool. 我要从旧的Xcode 3 DMG中挖回来......这真的不酷。

You can install the Snow Leopard Property List Editor application on Mac OS X 10.7 Lion by following this tutorial: 您可以按照本教程在Mac OS X 10.7 Lion上安装Snow Leopard Property List Editor应用程序:

http://sveinbjorn.org/install_property_list_editor_app_on_mac_os_x_lion http://sveinbjorn.org/install_property_list_editor_app_on_mac_os_x_lion

The application continues to work just fine in Lion, as long as you also install the now-deprecated framework it relies on. 只要您还安装了它依赖的现已弃用的框架,该应用程序在Lion中继续正常工作。 It's just that Apple isn't including it, presumably because they want us to use bloated XCode 4. 这只是Apple没有包含它,大概是因为他们希望我们使用臃肿的XCode 4。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM