Asks user for permission before installing apps with private entitlements

This commit is contained in:
Riley Testut
2020-05-02 22:06:57 -07:00
parent 6cdbe8e9ff
commit bab1fcb7bc
5 changed files with 169 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ class OperationContext
var server: Server?
var error: Error?
var presentingViewController: UIViewController?
let operations: NSHashTable<Foundation.Operation>
init(server: Server? = nil, error: Error? = nil, operations: [Foundation.Operation] = [])