Skip to content

Commit 2df1761

Browse files
committed
Convert XcodeInspector to Perceptible instead of ObservableObject
1 parent 66a28d0 commit 2df1761

File tree

5 files changed

+371
-265
lines changed

5 files changed

+371
-265
lines changed

Tool/Sources/XcodeInspector/AppInstanceInspector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import AppKit
22
import Foundation
33

4-
public class AppInstanceInspector: ObservableObject {
4+
open class AppInstanceInspector: @unchecked Sendable {
55
let runningApplication: NSRunningApplication
66
public let processIdentifier: pid_t
77
public let bundleURL: URL?

0 commit comments

Comments
 (0)