Using Xcode (to develop on iOS) I want to create a second project that it is the same as a first project but some classes are differents.
Exactly, I\'m creating an I
You just have to create two targets. So you'll only modify a single code base, perfect!
This tutorial will walk you through (and even uses lite/paid versions as it's example).