* Use Tuist to define TuistSupport
* Exclude arm64
* Remove the properties that we are not using
* Change the manifest tstyle
* Add tasks
* Add command to generate the project
* Extend the pipeline to generate the project before building it
* Ignore the root Project.swift
* Fix some rubocop issues
- Adding a new rake task that benchmarks the current working directory's tuist version against the latest release
- Updated fixture generator to support specifying the paths without needing to create the corresponding directory
- Updated performance documentation to reference the new rake task
Test Plan:
- Run `rake benchmark`
- wait ... (it takes a while)
- Verify the benchmark results are displayed
* Delete embed logic
* Add methods to read the dsym path & bcsymbolmap paths from a framework
* Place the tests in the right test case
* Implement EmbedScriptGenerator
* Test EmbedScriptGenerator
* Extract methods that interact with the system into metadata provider utilities and fix tests
* Include output paths
* Test FrameworkMetadataProvider
* Test PrecompiledMetadataProvider
* Add more tests
* Create fixture project
* Add acceptance test
* Address comments
* Use Xcode 11.1
* Update Package.resolved
* Update XcodeProj
* Make the tuistenv install test more resilient
* Setup webpacker for typescript
* Typescript is working
* Add documentation to set up the Galaxy project and start contributing to it
* Add Storybook
* Add Jest
* Remove tuistenv from the .gitignore
* Run rubocop