johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.56k stars 565 forks source link

Keep track of injection count #84

Closed ashfurrow closed 8 years ago

ashfurrow commented 8 years ago

Like I said, it's been six years since I last used Perl :sweat_smile: So please let me know if there's something you'd rather see.

Fixes #83.

johnno1962 commented 8 years ago

Thanks Ash, now all we need is a gui. You could look at using: print “!!$injectionCount injections performed so far\n”; or such like to print to the Xcode debug console.

ashfurrow commented 8 years ago

Awesome, I'll take a look at that today :+1: