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

Commit 5fbbe20

Browse files
authored
Change installApp to async function
1 parent 9bc355c commit 5fbbe20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/prostore/install/installApp.swift

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

4-
public func installApp(from ipaURL: URL) throws {
4+
public async func installApp(from ipaURL: URL) throws {
55
print("Installing app from \(ipaURL.path)...")
66

77
// Heartbeat
@@ -16,3 +16,4 @@ public func installApp(from ipaURL: URL) throws {
1616
}
1717

1818

19+

0 commit comments

Comments
 (0)