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

Commit 9bc355c

Browse files
authored
Add IDeviceSwift import to installApp function
1 parent 3b91d04 commit 9bc355c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/prostore/install/installApp.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Foundation
2+
import IDeviceSwift
23

34
public func installApp(from ipaURL: URL) throws {
45
print("Installing app from \(ipaURL.path)...")
@@ -14,3 +15,4 @@ public func installApp(from ipaURL: URL) throws {
1415
try await installer.install(at: ipaURL)
1516
}
1617

18+

0 commit comments

Comments
 (0)