File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import { startCoreDeviceProxy } from './services/ios/tunnel-service/index.js';
1616export type { Device as UsbmuxDevice } from './lib/usbmux/index.js' ;
1717export type { RemoteXpcConnection } from './lib/remote-xpc/remote-xpc-connection.js' ;
1818export type { AfcService } from './services/ios/afc/index.js' ;
19+ export type { InstallationProxyService } from './services/ios/installation-proxy/index.js' ;
1920
2021export type {
2122 CrashReportsService ,
@@ -48,6 +49,7 @@ export type {
4849 TunnelRegistryEntry ,
4950 DiagnosticsServiceWithConnection ,
5051 HouseArrestServiceWithConnection ,
52+ InstallationProxyServiceWithConnection ,
5153 MobileImageMounterServiceWithConnection ,
5254 NotificationProxyServiceWithConnection ,
5355 MobileConfigServiceWithConnection ,
You can’t perform that action at this time.
0 commit comments