Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

Is there any tool available to find the difference between two versions of same xcode project?. So that I can easily get an overview of the changed/newly-added/deleted files.

Thanks, durai.

like image 604
durai Avatar asked Oct 29 '11 11:10

durai


People also ask

What is the difference between project and target in Xcode?

An project is a repository for all the files, resources, and information required to build one or more software products. A target specifies a product to build and contains the instructions for building the product from a set of files in a project or workspace.


1 Answers

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.

like image 91
NSGod Avatar answered Oct 11 '22 23:10

NSGod