xcdiff icon indicating copy to clipboard operation
xcdiff copied to clipboard

A tool which helps you diff xcodeproj files.

Results 11 xcdiff issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Compare Xcode project scheme's **Describe the solution you'd like** I would like to compare an Xcode project with a modified...

enhancement

**Is your feature request related to a problem? Please describe.** Using `XCDiffCore` as library enables other tools and application to leverage xcdiff programatically to perform project comparisons and retrieve their...

enhancement

**Is your feature request related to a problem? Please describe.** Recently working with @natanrolnik we noticed running `xcdiff` fails due to an incorrect path in one of the projects, thanks...

enhancement

**Is your feature request related to a problem? Please describe.** I often want to quickly find out "what are the dependencies of this project" or "what are the build settings...

A small follow up on https://github.com/bloomberg/xcdiff/pull/56#pullrequestreview-418000411.

enhancement
good first issue

As pointed by @kwridan in https://github.com/bloomberg/xcdiff/pull/56#pullrequestreview-418000411, it might be useful to have paths to `-p1`, `-p2` projects in the result type. The paths could be included in supported formats (not...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** To ease the process of installing xcdiff, it would be great to add homebrew support such that it can be...

enhancement

**Is your feature request related to a problem? Please describe.** `xcdiff` can diff two standalone Xcode Projects. An interesting use case that can be extended from this is using `xcdiff`...

enhancement

**Describe the bug** Comparisons of build phases does not compare all properties for script actions. **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo 2. `cd Fixtures` 3....

enhancement

**Describe your changes** - Updates to xcdiff for compatibility with https://github.com/tuist/XcodeProj/pull/903 - Build setting values are no longer type erased and instead can now either be a `String` or `[String]`...