We have two released applications. They have many duplicated objective c class and categories. I need to move all code from application B to A. But we do not have namespace in objective c. So I had to rename class in application B and modify related codes. And it take very very long time to do the rename things.
Do you known any possible method to reduce the time for it? Or maybe we do not need to rename the duplicated class and use anything like namespace.