Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit f39fa63

Browse files
authored
Fix
1 parent 5965334 commit f39fa63

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Sources/prostore/install/installApp.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
import Foundation
22
import Combine
3+
import IDeviceSwift
4+
5+
public class InstallerStatusViewModel: ObservableObject {
6+
@Published public var uploadProgress: Double = 0.0
7+
@Published public var installProgress: Double = 0.0
8+
@Published public var status: String = ""
9+
@Published public var progress: Double = 0.0
10+
}
311

412
public func installAppWithStatus(from ipaURL: URL, viewModel: InstallerStatusViewModel) async throws {
513
var cancellables = Set<AnyCancellable>()

0 commit comments

Comments
 (0)