johnno1962 / injectionforxcode

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

Revert injection's changes does not revert project.pbxproj #64

Closed tony-- closed 9 years ago

tony-- commented 9 years ago

The GCC_SYMBOLS_PRIVATE_EXTERN entries added to project.pbxproj by patchProject.pl are not removed by revertProject.pl.

johnno1962 commented 9 years ago

Hi Tony, This is true. Injection has never reverted this particular change which is required for Injection. It should only affect Debug builds.

tony-- commented 9 years ago

Thanks for responding, John. Feel free to close - just noticed while experimenting and thought I would report in case it was an unknown issue that you wanted to address.
Thanks for sharing this magical project.

johnno1962 commented 9 years ago

Always happy to see someones awake out there! Closing..