Question
Creating A CS4 Version of An Existing CS3 Plugin
Hi,
I have an existing CS3 plugin and I want to create a CS4 version of it. I have read the porting guide and noted the changes that I have to make to the existing code. I'm not familiar with Xcode so I don't know how would I compile the edited source to make a CS4 version. Do I create a new project to handle the CS4 version (possibly by using DollyXs)? Or is there a much simple or better way? I'm thinking of duplicating the targets in the old Xcode project and modifying the referenced paths to point the SDK CS4 versions of the files... will this be enough?
Thanks in advance...
I have an existing CS3 plugin and I want to create a CS4 version of it. I have read the porting guide and noted the changes that I have to make to the existing code. I'm not familiar with Xcode so I don't know how would I compile the edited source to make a CS4 version. Do I create a new project to handle the CS4 version (possibly by using DollyXs)? Or is there a much simple or better way? I'm thinking of duplicating the targets in the old Xcode project and modifying the referenced paths to point the SDK CS4 versions of the files... will this be enough?
Thanks in advance...