Skip to content

Commit 7393c89

Browse files
committed
Fix incorrect variable call
1 parent d36a861 commit 7393c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/XcodeInspector/XcodeInspector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public final class XcodeInspector: ObservableObject {
7676
}
7777

7878
public var realtimeActiveProjectURL: URL? {
79-
latestActiveXcode?.realtimeProjectURL ?? activeWorkspaceURL
79+
latestActiveXcode?.realtimeProjectURL ?? activeProjectRootURL
8080
}
8181

8282
init() {

0 commit comments

Comments
 (0)