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

Commit 9ff2ae0

Browse files
authored
Remove installerStatus
1 parent f39fa63 commit 9ff2ae0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Sources/prostore/install/installApp.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ import Foundation
22
import Combine
33
import IDeviceSwift
44

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-
}
11-
125
public func installAppWithStatus(from ipaURL: URL, viewModel: InstallerStatusViewModel) async throws {
136
var cancellables = Set<AnyCancellable>()
147

0 commit comments

Comments
 (0)