Re: Recreating Xcode project from deployed app

2008-12-14 Thread Randall Perry
> You will find this much easier with WOLips and Eclipse. Add a little JAD > magic to de-compile the source and you could be set. Ok, ok...I'm taking the plunge ;^) -- Randall Perry ___ Do not post admin requests to the list. They will be ignored

Re: Recreating Xcode project from deployed app

2008-12-08 Thread Chuck Hill
On Dec 7, 2008, at 8:31 AM, Randall Perry wrote: I have a deployed app needing updates from which the source code was lost, and so have to recreate from deployed app components. I've done a fresh install of Xcode 2.5 in Tiger, and was going to create a new project, insert components, and t

Re: Recreating Xcode project from deployed app

2008-12-07 Thread Lachlan Deck
Hi Randall, On 08/12/2008, at 3:31 AM, Randall Perry wrote: I have a deployed app needing updates from which the source code was lost, and so have to recreate from deployed app components. I've done a fresh install of Xcode 2.5 in Tiger, including WebObjects? and was going to create a ne

Recreating Xcode project from deployed app

2008-12-07 Thread Randall Perry
I have a deployed app needing updates from which the source code was lost, and so have to recreate from deployed app components. I've done a fresh install of Xcode 2.5 in Tiger, and was going to create a new project, insert components, and then copy over the html, wod code from the existing app.