From: Jonathan P. <jp...@dc...> - 2006-02-22 18:29:57
|
On 22 Feb 2006, at 18:16, Tim Burks wrote: > p.s. You suggested the following procedure for setting the Document > class: > > > Rather than editing the pbxproj file manually: > > Targets inspector -> rubyrocks -> Info.plist Entries -> > Document Types -> Document Class > > Have you verified this? If you can do this for the rubyrocks > project, would you please send me a screenshot? I may be missing > something obvious; it's not working for me. I know that it's > possible for Cocoa Document-based apps, but the RubyCocoa project > template seems to be different. When I look at the rubyrocks > target with the inspector, I only see two tabs: "General" and > "Comments". I don't see how I could use either to modify the > Info.plist file. I'm using Xcode 2.2.1. Thanks! I used the method while working through the beginning of the tutorial, since I refused to edit the project file :) I've included a screenshot of the target inspector I have below. Don't inspect the target - double click on it (I've no idea how to get to this otherwise). The RubyCocoa template projects are old-style Xcode projects. If you do 'Project -> Upgrade to Native Target' you can then edit the document class in the Properties tab of the inspector. Cheers, Jonathan |