Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.22 KB

🧰 XCToolBox

Static Badge

This is a toolbox that contains different devex solutions for optimizing your iOS application's performance.

Table of Contents

Slow compile detection

This command uses to check for high compile-time functions and generate reports.

  iosdevex -workspace $WORKSPACE -scheme $SCHEME -warnLongFunctionBodies 200 -warnLongExpressionTypeChecking 200

Unused image detection

Unused code detection

Recommended Resources

I created another project containing highly recommended articles/resources about iOS app performance that are worth reading. You can find the project here

Contribute ⚙️

If you find a bug or you would like to propose an improvement, you're welcome to create an issue.