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

Detect changes to PBXAggregateTarget during build up-to-date checking #786

Open
6 tasks
lacasseio opened this issue Feb 27, 2023 · 0 comments · Fixed by #808
Open
6 tasks

Detect changes to PBXAggregateTarget during build up-to-date checking #786

lacasseio opened this issue Feb 27, 2023 · 0 comments · Fixed by #808

Comments

@lacasseio
Copy link
Member

lacasseio commented Feb 27, 2023

As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets to be out-of-date only when its build specification change during an incremental build so I can have accurate feedback.

Sub-stories

  1. 0 of 2
    a:enhancement in:xcode-build-adapter
  2. 0 of 1
    a:enhancement in:xcode-build-adapter
  3. 0 of 1
    a:enhancement in:xcode-build-adapter
  4. 0 of 1
    a:enhancement in:xcode-build-adapter
  5. a:enhancement in:xcode-build-adapter
  6. 0 of 1
    a:enhancement in:xcode-build-adapter

Acceptance Criteria

  • Any changes to the product type. It usually means deleting and adding a different target with the same name.
  • Any changes to the product name.
  • Any changes to the build phases, e.g. ordering, adding, and removing.
  • Any changes to effective build settings (including project's build settings that are not overwritten)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant