Skip to content

An iOS toolbox project focus on optimizing your iOS application

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published