Is there any tool to find any difference between two xcode projects? Is there any tool to find any difference between two xcode projects? ios ios

Is there any tool to find any difference between two xcode projects?


The Xcode tools include the FileMerge.app application that does exactly what you're looking for.

enter image description here

enter image description here

It's at <Developer Tools>/Applications/Utilities/FileMerge.app.


You can compare two Xcode project using FileMerge tool available with Xcode.

Below are steps for comparison in Xcode 6.1

  1. Right click on Xcode icon -> Select 'Open Developer Tool' -> Select 'FileMerge' option

Screenshot 0

  1. This will open window as show below :

Screenshot 1

  1. Select two Xcode project which is to be compared by clicking Left and Right button

  2. Click on 'Compare' button. This will create list of file that are added, removed or alteredby comparing two Xcode project.

Screenshot 2

Note : While selecting file for Left/Right go to folder level not Xcode file or workspace

You can check changes in Left/Right, identical between Left/Right or Added/Deleted by selecting feature present in extreme right side of window (if using Xcode 8.2.1)

screenshot 4