Skip to content

hoangatuan/iOSDevEx

Repository files navigation

🧰 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.

About

An iOS toolbox project focus on optimizing your iOS application

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors