xcdiff

Diff tool for comparing Xcode project files

brewmacoslinux
Try with needOr install directly
Source

About

Tool to diff xcodeproj files

Commands

xcdiff

Examples

Compare two Xcode project files$ xcdiff Project1.xcodeproj Project2.xcodeproj
Show differences in a specific format with verbose output$ xcdiff Project1.xcodeproj Project2.xcodeproj --verbose
Compare projects and output results to a file$ xcdiff Project1.xcodeproj Project2.xcodeproj > diff_output.txt