How to compare 2 Xcode targets

xcode

Solution

You can compare the build settings by selecting both target then 'levels'

As far as im aware, there is no easy way to compare what source files are included in each target.

Problem

How would I compare the differences between two targets of the same project in Xcode? I'd like to see the differences in the source, and perhaps build-info too.

Original source