Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuist/rosalind

📦 A Swift Package to analyze artifacts generated by Apple's tools
https://github.com/tuist/rosalind

apple bundle size swift

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Rosalind

[Rosalind Franklin](https://en.wikipedia.org/wiki/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`.