Over the last few days I accumulated a meaningful set of changes in my fork (Compare) that I'd like to propose landing back into johnno1962/InjectionNext main.
Everything below was developed and tested against Xcode 26.3 on macOS, using the fork's InjectionLite + DLKit submodules.
Rather than opening one mega-PR, I'd like to split this into ~7 incremental PRs so each one stays reviewable. Happy to adjust the order / granularity, just tell me what you prefer.
New Icons
New nav bar
Configs
Console log (instead of the last error)
Proposed merge plan (in order) - After your PR closed to the Xcode26.3 change
Each step is an independent PR, stacked on top of the previous one. I'll rebase on your main before each.
- PR 1 — Compiler/runtime fixes (non-UI).
WMO flag filter, ControlServer start order + logging, watch menu title, @MainActor fixes, safer signal handlers, warning silencing. No behavior change for existing users.
- PR 2 — Assets + Makefile (help to development).
AppIcon asset catalog, red status asset, Makefile. Pure additions / cosmetics.
- PR 3 — SwiftUI migration (status bar + settings + project picker).
The big UI change. Old XIB/AppKit removed in the same PR to avoid dead code. (can impact the minimal os to build because now is swiftUI)
- PR 4 — Project picker enhancements.
Browse option, "Select Project" status bar action, reuse running Xcode.
Depends on PR 3.
- PR 5 — Build-system settings UI.
Auto-detect + override + hybrid SDK-filter fallback + Bazel-path skipping.
- PR 6 — In-app console +
LogManager.
stdout/stderr capture, dedup, CAS/SIGPIPE hinting.
- PR 7 — MCP server + event tracker. (only new methods)
Optional feature, disabled by default; can be its own SPM target so it doesn't bloat the default app.
Over the last few days I accumulated a meaningful set of changes in my fork (Compare) that I'd like to propose landing back into
johnno1962/InjectionNextmain.Everything below was developed and tested against Xcode 26.3 on macOS, using the fork's
InjectionLite+DLKitsubmodules.Rather than opening one mega-PR, I'd like to split this into ~7 incremental PRs so each one stays reviewable. Happy to adjust the order / granularity, just tell me what you prefer.
New Icons
New nav bar
Configs
Console log (instead of the last error)
Proposed merge plan (in order) - After your PR closed to the Xcode26.3 change
Each step is an independent PR, stacked on top of the previous one. I'll rebase on your
mainbefore each.WMO flag filter,
ControlServerstart order + logging, watch menu title,@MainActorfixes, safer signal handlers, warning silencing. No behavior change for existing users.AppIconasset catalog, red status asset,Makefile. Pure additions / cosmetics.The big UI change. Old XIB/AppKit removed in the same PR to avoid dead code. (can impact the minimal os to build because now is swiftUI)
Browse option, "Select Project" status bar action, reuse running Xcode.
Depends on PR 3.
Auto-detect + override + hybrid SDK-filter fallback + Bazel-path skipping.
LogManager.stdout/stderr capture, dedup, CAS/SIGPIPE hinting.
Optional feature, disabled by default; can be its own SPM target so it doesn't bloat the default app.