Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tuist/rosalind
- Owner: tuist
- License: mit
- Created: 2024-07-21T11:36:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:22:18.000Z (3 months ago)
- Last Synced: 2024-10-29T12:57:01.347Z (3 months ago)
- Topics: apple, bundle, size, swift
- Language: Shell
- Homepage: https://rosalind.tuist.dev
- Size: 1.2 MB
- Stars: 14
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.