I've been digging around stack overflow for a solution to maintaining multiple iOS applications out of a single repository, but have only found things that address lite vs paid versions (such as: Efficiently build two versions of an Iphone app from a single Xcode project? and How do I manage building a Lite vs Paid version of an iPhone app?).
What I've been trying to find is a way to create an application that basically has different themes. They would function almost identically, but would have different names/images/colors and would pull from different web service URLs (but would receive the same response format, just different data).
I currently use git for my source management and am looking to leverage newsstand for this application.
Does anyone have any experience with this or could point me in the right direction?