Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add File system synchronized groups comparator #143

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kwridan
Copy link
Contributor

@kwridan kwridan commented Feb 12, 2025

Resolves: #140

Describe your changes

  • Adding a new comparator to diff the Xcode 16 synchronized groups which can include sources

Testing performed

Run xcdiff on the new fixture and verify it flags diffs for the mismatching groups

swift run xcdiff -p1 Fixtures/xcode16_syncgroups_1/Project.xcodeproj -p2 Fixtures/xcode16_syncgroups_2/Project.xcodeproj -v

@kwridan kwridan force-pushed the feature/syncgroup-comparator branch from b7be346 to e6779d7 Compare February 12, 2025 13:50
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.02%. Comparing base (c48fb45) to head (022f745).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
- Coverage   97.05%   97.02%   -0.03%     
==========================================
  Files          52       53       +1     
  Lines        2986     3024      +38     
==========================================
+ Hits         2898     2934      +36     
- Misses         88       90       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kwridan kwridan force-pushed the feature/syncgroup-comparator branch from e6779d7 to 598e7df Compare February 12, 2025 14:50
Resolves: bloomberg#140

- Adding a new comparator to diff the Xcode 16 synchronized groups which can include sources

Test Plan:

Run xcdiff on the new fixture and verify it flags diffs for the mismatching groups

```
swift run xcdiff -p1 Fixtures/xcode16_syncgroups_1/Project.xcodeproj -p2 Fixtures/xcode16_syncgroups_2/Project.xcodeproj -v
```

Signed-off-by: Kassem Wridan <[email protected]>
@kwridan kwridan force-pushed the feature/syncgroup-comparator branch from 598e7df to 022f745 Compare February 12, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for diffing the new Xcode 16 project elements
1 participant