Skip to content

Commit 1c9d1d7

Browse files
committed
Fix activeXcode not set at first launch
1 parent 4569844 commit 1c9d1d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tool/Sources/XcodeInspector/XcodeInspector.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ public final class XcodeInspector: Sendable {
249249
activeApplication = activeXcode ?? runningApplications
250250
.first(where: \.isActive)
251251
.map(AppInstanceInspector.init(runningApplication:))
252+
self.activeXcode = activeXcode
252253
}
253254

254255
appChangeObservations.forEach { $0.cancel() }

0 commit comments

Comments
 (0)