johnno1962 / InjectionIII

Re-write of Injection for Xcode in (mostly) Swift
MIT License
4.08k stars 319 forks source link

Is there a way to make injected macOS app not become active when it's reloaded? #488

Closed hboon closed 9 months ago

hboon commented 9 months ago

Saving a source file triggers injection and makes the macOS app active, thus stealing focus from the editor, is there a way to disable that?

Rationale:

johnno1962 commented 9 months ago

Are you using the app? There is a menu item "Order Front". Make sure that's not selected.

hboon commented 9 months ago

Yes, I am. That fixes it. Thanks.