Skip to content

tuist/AppleArtifactAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppleArtifactAnalyzer 📦

AppleArtifactAnalyzer is a Swift Package to analyzes artifacts generated by Xcode and outputs a standard treemap along with a useful report with issues and suggestions to improve them. The package powers features in Tuist and is available under the MIT license for anyone to build their tools with no restrictions.

Development

Set up

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