You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive been able to use mach_inject to swizzle a method from another app when I click a button, but however I can't swizzle a method such as applicationDidFinishLaunching: because it runs before my bundle is loaded. Do you have a solution to this?
The text was updated successfully, but these errors were encountered:
Ive been able to use mach_inject to swizzle a method from another app when I click a button, but however I can't swizzle a method such as
applicationDidFinishLaunching:
because it runs before my bundle is loaded. Do you have a solution to this?The text was updated successfully, but these errors were encountered: