Skip to content

Commit c5a35ed

Browse files
author
devz906
committed
Fix WinlatorEngine compilation errors
- Add ObservableObject conformance to WinlatorEngine - Fix Process import issue (Foundation already includes Process) - Resolve StateObject generic constraint error - Enable proper SwiftUI integration with engine state
1 parent 790c561 commit c5a35ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/WinlatorEngine.swift

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

4-
class WinlatorEngine {
4+
class WinlatorEngine: ObservableObject {
55
static let shared = WinlatorEngine()
66

77
private var process: Process?

0 commit comments

Comments
 (0)