Marek Fořt

Results 344 comments of Marek Fořt

Hi @Gruppio! There is support for this in XcodeProj [here](https://github.com/tuist/XcodeProj/blob/ad2d6cbdfade93e3dd95813786c6b78910ab8339/Sources/XcodeProj/Objects/BuildPhase/PBXBuildRule.swift), so that makes it a little bit easier. Implementing this would consist of: - Proposing API to be used in...

We haven't had time to work on this feature, unfortunately. Would you like to give it a try @klememi? We can give you some pointers and introduce you to the...

Thanks @klememi 👌 feel free to ping me in Slack if you run into any issues.

> I started using this tool this weekend, so I'm relatively new to how everything's supposed to work. It would be very helpful if there were user-friendly messages telling me...

> For example, currently the tool says something along the lines of "invalid dependency X" (don't remember the exact phrasing) when the solution is usually that you just forgot to...

Hey @robertherdzik! You can find the logic [here](https://github.com/tuist/tuist/blob/main/Sources/TuistCache/ContentHashing/CacheGraphContentHasher.swift). We deem targets of type `.framework`, `.staticFramework`, and `.bundle` as cacheable. A target can also only be cacheable if all of its...

Hey @monzy613! It should suffice to add `LintableTarget(platform: .macOS, product: .bundle),` [here](https://github.com/tuist/tuist/blob/main/Sources/TuistGenerator/Linter/GraphLinter.swift#L414). Could you create a PR for this? It'd be nice to augment one of the fixtures to test...

Thanks @jesus-qt for raising this! It is a known limitation, I'd like to work on this soon. As it has not been raised in any issue, I'll keep this opened...

Hi! Could you please expand your use-case? There is no way afaik to do this and I worry that adding something like that would complicate the current API, so it'd...

> I don't understand why xcconfig files are overridden. They should be the source of truth. This can be sometimes problematic - eg in the case of the product name...