I have two apps with very similar code bases, but full of different data, labels, images, etc.
I’d like to make a new app with two buttons on launch, one for each app.
I can’t just combine them, because the apps share a lot of same class names.
What is the best way to do this?
Thanks!
No, there’s no tool in Xcode to rename all the identifiers in an app at the same time. However, if you use the Rename tool, you can change all uses of a given identifier at once, which is a huge time saver. You could easily rename several dozen classes in an hour or less.