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

Fix adding framework targets to AppClip #2530

Merged
merged 8 commits into from Feb 18, 2021

Conversation

sampettersson
Copy link
Contributor

@sampettersson sampettersson commented Feb 17, 2021

Short description πŸ“

validLinks wasn't defined for .appClip ending in an error Target A has a dependency with target B of type framework for platform 'iOS' which is invalid or not supported yet. this PR resolves that.

Checklist βœ…

  • The code architecture and patterns are consistent with the rest of the codebase.
  • The changes have been tested following the documented guidelines.
  • The CHANGELOG.md has been updated to reflect the changes. In case of a breaking change, it's been flagged as such.
  • In case the PR introduces changes that affect users, the documentation has been updated.

@fortmarek fortmarek self-requested a review February 17, 2021 10:21
Copy link
Contributor

@pepicrft pepicrft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this @sampettersson. Would you mind updating the CHANGELOG?

@pepicrft
Copy link
Contributor

@all-contributors add @sampettersson for code

@allcontributors
Copy link
Contributor

@pepibumur

I've put up a pull request to add @sampettersson! πŸŽ‰

@sampettersson
Copy link
Contributor Author

Copy link
Member

@fortmarek fortmarek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! Try to rebase main, there are some unrelated acceptance tests failing. Ping me here if it fails even after rebase but since the main is green, it should work fine.

@@ -11,6 +11,7 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
### Changed

- Replace `ExpressibleByStringLiteral` with `ExpressibleByStringInterpolation` for `ProjectDescription` objects by [@DimaMishchenko](https://github.com/DimaMishchenko)
- Fix adding framework targets to AppClip by [@sampettersson](https://github.com/sampettersson)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a link to the PR please (see below) => I think the log above does not have a PR link by mistake

@pepicrft pepicrft merged commit ff1f1de into tuist:main Feb 18, 2021
@pepicrft
Copy link
Contributor

@all-contributors add @sampettersson for code

@allcontributors
Copy link
Contributor

@pepibumur

I've put up a pull request to add @sampettersson! πŸŽ‰

@sampettersson sampettersson deleted the fix-app-clip-frameworks branch February 18, 2021 15:29
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.

None yet

3 participants