We have got legacy code base from an organization to maintain. Its huge project developed using objective C and Cocoa touch. It has 10-12 build configurations, like staging, dev, prod etc.. Other than this I see many other build configurations, which are dont seems to be in use. I just want to keep debug, release and appstore because only the base url differs. My questions are -
1)How do I clean up all these build configurations? 2)How do I compare existing build configurations and delete duplicate one?
Any help regarding this will be highly appreciable.