I wonder what the best Git strategy is if you are building different xcode projects off a master project. So they use the same core classes but maybe different assets and perhaps different views? Any major changes are always committed/merged back into the master project.
Do I create new xcode project then check out base classes, including the AppDelegate, create a branch or a clone?
Any other strategies? Part of where I want to head is creating a major part of this master project as a SDK so any ideas heading to that point are appreciated.