Pedro Piñera Buendía

Results 396 comments of Pedro Piñera Buendía

@all-contributors add @rgnns for code

@rgnns quick question, what is an "open-box" test and why does it need to be a macOS bundle? :)

I think we should document this in [the new documentation page](https://github.com/tuist/tuist/pull/6631) that we are adding for CI. @albsala which CI service are you using?

Thanks @hiltonc. This has come up a few times. I think what we should do here is: 1. Include the tests because they are strongly connected to the target being...

Tests targets should be included automatically. Given a target, you can get upstream test targets that depend on those, and include them. After doing that, if you want to push...

> @pepicrft I tried doing this but ran into a wall. I can include a var metadata: [String: String] in ProjectDescription.Target, but by the time we're in GraphTraversing.filterIncludedTargets we're working...

@cemaltuysuz my hunch is that the issue happens with the Homebrew installation because you were using a formula that's no longer maintained and that we don't have a way to...

You are getting this error because the binaries are not signed and notarized. We have in the backlog fixing that, but we haven't got to that yet unfortunately. You can...

Hey @MartinStrambach , based on the description, it seems a bug in the logic that maps Swift packages to the counterpart Xcodeproj primities. We'll have to debug it to find...

@hiltonc, thanks a lot for reporting this one. Would you mind including a project where we can reproduce the issue and the steps to reproduce it? Once we have that,...