Xcdiff
A tool which helps you diff xcodeproj files.
Install / Use
/learn @bloomberg/XcdiffREADME
xcdiff is an extensible tool that finds differences between two .xcodeproj project files. It can be thought of as git diff for .xcodeproj files, which can be used directly from the command line as well as a library supporting your own set of tools.
How to use xcdiff
Running the command xcdiff in your project directory will search for two .xcodeproj files in this directory and use all of xcdiff's comparators on the projects (e.g. targets, sources and headers).
You can also specify two particular projects for xcdiff to compare.
xcdiff -p1 OriginalProject.xcodeproj -p2 GeneratedProject.xcodeproj
Here is an example output:
<p align="center"> <img src="Documentation/Resources/xcdiff-demo.png" alt="xcdiff demo" /> </p>To see a detailed report of differences you can specify the --verbose (-v) option.
xcdiff -p1 OriginalProject.xcodeproj -p2 GeneratedProject.xcodeproj -v
<p align="center">
<img src="Documentation/Resources/xcdiff-demo-v.png" alt="xcdiff demo -v" />
</p>
Use Cases
- When adopting project generation (e.g. using tools like XcodeGen or Tuist), comparing the generated xcodeproj files against the original ones can help boost confidence in the migration process.
- Probably a few more we haven't thought of yet!...
Installation
- Install xcdiff and use from the command line.
- Add as a dependency of your macOS project (xcdiff follows the semantic versioning).
Documentation
- Read xcdiff CLI documentation or try
xcdiff --help. - Check out how to use XCDiffCore Framework in your own project.
Contributions
All improvements to xcdiff are very welcome!
If you see an issue that you would like to see fixed, the best way to make it happen is to help out by submitting a Pull Request implementing it. Before sending a Pull Request, please make sure you read our Contribution Guidelines. Information in Development Documentation can help you to set up your local development environment.
We also welcome Issue Reports. Be sure to choose the proper issue template for your issue, so that all necessary details are provided.
Attributions
We would like to thank the authors and contributors of the following projects:
Code of Conduct
This project has adopted a Code of Conduct. If you have any concerns about the Code, or behavior which you have experienced in the project, please contact us at opensource@bloomberg.net.
Security Vulnerability Reporting
If you believe you have identified a security vulnerability in this project, please send email to the project team at opensource@bloomberg.net, detailing the suspected issue and any methods you've found to reproduce it.
Please do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until we've had an opportunity to review and address them.
License
xcdiff is released under version 2.0 of the Apache License.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
