Fix some concurrency warnings.

This commit is contained in:
Brent Simmons
2024-05-03 22:00:35 -07:00
parent a9d50f3a14
commit 2418076364
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import AppKit
///
/// The app may or may not be running. It may or may not exist.
@MainActor public final class UserApp {
public final class UserApp {
public let bundleID: String
public var existsOnDisk = false