Re: converting app to a document based app

2011-02-15 Thread Matt Neuburg
On Tue, 15 Feb 2011 21:00:42 +0530, Nick Rogers said: >Hi, >Googled a lot but didn't find anything. >Can some one send definitive steps for converting a non-document based app to >a document based app. > Simply start all over with a fresh document-based app project. (I see now that Quincey Morr

Re: converting app to a document based app

2011-02-15 Thread Seth Willits
On Feb 15, 2011, at 7:30 AM, Nick Rogers wrote: > Can some one send definitive steps for converting a non-document based app to > a document based app. Add an NSDocument subclass, add that class to the list of document types in Info.plist. (GUI editor in the Properties tab by Get Info on the ap

Re: converting app to a document based app

2011-02-15 Thread Quincey Morris
On Feb 15, 2011, at 07:30, Nick Rogers wrote: > Hi, > Googled a lot but didn't find anything. > Can some one send definitive steps for converting a non-document based app to > a document based app. 1. Create a new project using the document-based app template. 2. Move the code you need from the

converting app to a document based app

2011-02-15 Thread Nick Rogers
Hi, Googled a lot but didn't find anything. Can some one send definitive steps for converting a non-document based app to a document based app. In my app, there is a MainMenu.nib and an AppController class. I'd also want to convert the nib to a xib. I'd really appreciate any help on this. Wishe