We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477c6fc commit eb71146Copy full SHA for eb71146
1 file changed
Tool/Sources/XcodeInspector/XcodeInspector.swift
@@ -77,6 +77,7 @@ public final class XcodeInspector: ObservableObject {
77
.filter { $0.isXcode }
78
.map(XcodeAppInstanceInspector.init(runningApplication:))
79
let activeXcode = xcodes.first(where: \.isActive)
80
+ latestActiveXcode = activeXcode ?? xcodes.first
81
activeApplication = activeXcode ?? runningApplications
82
.first(where: \.isActive)
83
.map(AppInstanceInspector.init(runningApplication:))
0 commit comments