Skip to content
/ Rosalind Public

📦 A Swift Package to analyze artifacts generated by Apple's tools

License

Notifications You must be signed in to change notification settings

tuist/Rosalind

Repository files navigation

Rosalind

Rosalind Franklin was a British biophysicist whose discovery of DNA's structure transformed science. In a similar way, app bundles built with Xcode have their own hidden structures that, when understood, can significantly improve their performance and efficiency. Our tool, Rosalind, analyzes these app bundles, offering developers clear insights to optimize their work.

Note

Like Franklin's legacy of open discovery, we are making Rosalind open-source under MIT, ensuring that this knowledge is accessible to everyone, fostering a collaborative and innovative community.

Development

Set up

  1. Clone the repository: git clone https://github.com/tuist/rosalind.
  2. Install system dependencies: mise install.
  3. Install project dependencies: mise run install.
  4. Build the project: mise run build.