Plugins for dynamic code entry for Xcode

So far I have used the plugin for Xcode . Shortly speaking:

Using Injection, you can make changes to the implementation of the Objective-C ® class and take effect as soon as the class is saved without restarting the application.

This is a great plugin for Xcode, but it has some limitations (out of scope) that spoil the overall good impression ...

I still haven't tested Dynamic Code Injection , but it should do the same job:

Dynamic Code Injection will increase your productivity by saving the time it takes for a project to recompile and restart on a simulator. In other words, there are no more reserves between changing the code or resources and getting the actual result.

So my question is: can you recommend other similar tools / plugins for dynamic code entry? Or at least have you heard of some similar material?

+6
source share

Source: https://habr.com/ru/post/975375/


All Articles