johnno1962 / injectionforxcode

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

Remove completely #273

Closed vbklv closed 5 years ago

vbklv commented 5 years ago

How can injection 2.x, installed several Xcode versions ago, be removed completely ?

johnno1962 commented 5 years ago

Hi, If it’s an app you can just remove the app. If it was one of the plugin versions you can remove ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin

vbklv commented 5 years ago

I removed the app but there is still an Inject in the action menu for each file in Finder, and there is no Developer folder in Application Support :)

On 11 Jan 2019, at 14.38, John Holdsworth notifications@github.com wrote:

Hi, If it’s an app you can just remove the app. If it was one of the plugin versions you can remove ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnno1962/injectionforxcode/issues/273#issuecomment-453519084, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVQVVYVX5P3S4-RRLr-zHylCFqeAtybks5vCJPegaJpZM4Z7Z3A.

johnno1962 commented 5 years ago

Hmmm. Googling around the command seems to be: killall pbs;/System/Library/CoreServices/pbs -flush

vbklv commented 5 years ago

It’s gone from file action menu, thanks!

On 11 Jan 2019, at 14.59, John Holdsworth notifications@github.com wrote:

Hmmm. Googling around the command seems to be: killall pbs;/System/Library/CoreServices/pbs -flush

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnno1962/injectionforxcode/issues/273#issuecomment-453524925, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVQVaBq5oJXVGT42QbFr5RFv8jsX__pks5vCJiqgaJpZM4Z7Z3A.

johnno1962 commented 5 years ago

👍