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

Commit d45403e

Browse files
authored
Update Feather to ProStore
1 parent 2f65385 commit d45403e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prostore/install/installApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public func installApp(from ipaURL: URL) async throws -> AsyncThrowingStream<(pr
114114

115115
installTask = Task {
116116
HeartbeatManager.shared.start()
117-
let isIdevice = UserDefaults.standard.integer(forKey: "Feather.installationMethod") == 1
117+
let isIdevice = UserDefaults.standard.integer(forKey: "ProStore.installationMethod") == 1
118118
let viewModel = InstallerStatusViewModel(isIdevice: isIdevice)
119119

120120
// Status updates

0 commit comments

Comments
 (0)