I have configured the Injection plugin in my Xcode 6.4, and I want to use the “Tunable App Parameters” to dynamically see the changes in my application as a custom application. The parameter is changing. But I don’t understand how to use the predefined compiler macros (do I need to define them in the application or can I use them directly in my application?)
Link for the plugin: http://injectionforxcode.com/
It would be very helpful if someone knows how to use the Tunable App settings? (I can use the main function of the plugins, i.e. Get updated changes without recompiling and restarting the application.)
plugins ios objective-c xcode code-injection
Shobhit bhatt
source share