If you just want to change the bundle name, you can change the AppName-Info.plist, or just Info.plist.
If you want to change everything (which I mostly did, to create a better code readability), just rename the project, open the project, search for occurrences of old name in the code, replace with new name (use refactor if you wish to automatically rename the associated files), search for the old names in the project settings and target settings, replace them with new names.
Done, I usually don't get any errors (besides within the NIB, sometimes), cause I done this many times.
__________________
Visit Me
Writing code is not only about writing instructions to a machine / computer, but also about writing something that could be read, understood, and maintained by others. That's why, I like Cocoa.
|