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

Include target attributes in the attributes comparator #86

Merged

Commits on Jun 30, 2021

  1. Include target attributes in the attributes comparator

    Resolves bloomberg#62
    
    - Target attributes are now included in the comparison results of the attributes comparator
    
    Test Plan:
    
    - Run xcdiff on the fixtures
    
    ```sh
    swift run xcdiff -p1 Fixtures/Project1.xcodeproj -p2 Fixtures/Project2.xcodeproj -g attributes -v
    ```
    
    - Verify target attributes are now included in the results
    
    Signed-off-by: Kassem Wridan <kwridan@bloomberg.net>
    kwridan committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2287c5b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Support resolving target reference attributes

    Signed-off-by: Kassem Wridan <kwridan@bloomberg.net>
    kwridan committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9a77522 View commit details
    Browse the repository at this point in the history
  2. Update copyright headers

    Signed-off-by: Kassem Wridan <kwridan@bloomberg.net>
    kwridan committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    59c430b View commit details
    Browse the repository at this point in the history