We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Halo, I am a newbie in mach_inject and facing a problem that cannot fix during my coding, so I decide to ask here.
Current I am trying to inject a bundle to Finder, it all works well and in Activity Monitor I can see my bundle reside in there.
However the code inside my bundle does not execute.
I would like to ask how do I kick start the execution of my code in the bundle?
Currently in the bundle I only have a void load() function and inside it print a line to indicate it has loaded to console.
Is it the right way to kick start?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Halo, I am a newbie in mach_inject and facing a problem that cannot fix during my coding, so I decide to ask here.
Current I am trying to inject a bundle to Finder, it all works well and in Activity Monitor I can see my bundle reside in there.
However the code inside my bundle does not execute.
I would like to ask how do I kick start the execution of my code in the bundle?
Currently in the bundle I only have a void load() function and inside it print a line to indicate it has loaded to console.
Is it the right way to kick start?
Thanks!
The text was updated successfully, but these errors were encountered: