We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4569844 commit 1c9d1d7Copy full SHA for 1c9d1d7
Tool/Sources/XcodeInspector/XcodeInspector.swift
@@ -249,6 +249,7 @@ public final class XcodeInspector: Sendable {
249
activeApplication = activeXcode ?? runningApplications
250
.first(where: \.isActive)
251
.map(AppInstanceInspector.init(runningApplication:))
252
+ self.activeXcode = activeXcode
253
}
254
255
appChangeObservations.forEach { $0.cancel() }
0 commit comments