I have an app that I would like to keep in its present form, and also extend to a bigger app.
I have made a copy of the app to work on, but of course it still has the name of the old program. I would like to change it's name, but I'm a little leery of simply changing the file relevant file names. (I tried to rename a viewcontroller once by renaming the h, m, and nib files, and it broke my program.)
Is there a way to refactor that changes the whole program name?
Thanks in advance for any help.
John Doner
I have made a copy of the app to work on, but of course it still has the name of the old program. I would like to change it's name, but I'm a little leery of simply changing the file relevant file names. (I tried to rename a viewcontroller once by renaming the h, m, and nib files, and it broke my program.)
Is there a way to refactor that changes the whole program name?
Thanks in advance for any help.
John Doner