We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d7215c + 935607f commit fcd45a9Copy full SHA for fcd45a9
1 file changed
pymobiledevice3/services/dvt/testmanaged/xcuitest.py
@@ -60,6 +60,11 @@ class _TestManagerProvider(DtxServiceProvider):
60
SERVICE_NAME = "com.apple.testmanagerd.lockdown.secure"
61
RSD_SERVICE_NAME = "com.apple.dt.testmanagerd.remote"
62
OLD_SERVICE_NAME = "com.apple.testmanagerd.lockdown"
63
+ REGISTER_SERVICES = (
64
+ XCTestManager_IDEInterface,
65
+ XCTestManager_DaemonConnectionInterface,
66
+ XCTestDriverInterface,
67
+ )
68
69
70
class ProxyIdeToDaemonService(DtxProxyService[XCTestManager_IDEInterface, XCTestManager_DaemonConnectionInterface]):
0 commit comments