Pedro Piñera Buendía
Pedro Piñera Buendía
It doesn't seem like [we do](https://github.com/tuist/tuist/blob/a8259aff812816703d91e921dee8254a62baeba3/Sources/TuistLoader/ProjectDescriptionHelpers/ProjectDescriptionHelpersHasher.swift#L27). Would you mind contributing a PR fixing that?
Thanks a lot for reporting this @ofalvai 🙏. We'll fix the issue.
> Stale? It’s only a couple weeks old?? This is terrible. I removed it.
> Has the possibility of creating an executableTarget been considered? This would allow a command-line-interface in order to read and write project pbx. https://www.swift.org/getting-started/cli-swiftpm/ We never considered it. How would...
I second what @fortmarek said. XcodeProj is scoped as a library that people can use to build specific solutions, like we do with Tuist. So I'm going to go ahead...
@all-contributors add @darrarski for code
@AndriiTsok thanks for reporting this. Would you like to go ahead and open a PR updating the dependency?
@chojnac thanks a lot for reporting this and including a reproducible project. We'll look into it and provide with a solution.
I gave [this other package](https://github.com/onevcat/Rainbow) a try for a component package that we are building and it seems to [handle](https://github.com/onevcat/Rainbow/blob/f5004e438b7e7377466ca5cf8aea97aea8ad2486/Sources/String%2BRainbow.swift#L100) the scenario, so we might consider using this one instead.
> I use this path to locate and process folders and data files which I use to generate targets and schemes. I'd discourage doing this because it breaks [hermecity](https://bazel.build/basics/hermeticity) making...