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

Commit a2f7674

Browse files
authored
Refactor installApp function with import statement
1 parent ac24be3 commit a2f7674

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import Foundation
2+
13
public func installApp(from ipaURL: URL) throws {
24
print("Installing app from \(ipaURL.path)...")
3-
}
5+
6+
}

0 commit comments

Comments
 (0)