@@ -106,8 +106,8 @@ func LockdownService(device *Device) (*Lockdown, error) {
106106
107107 req := connectRequest {
108108 MessageType : "Connect" ,
109- ProgName : "idevice " ,
110- ClientVersionString : "idevice -0.0.1" ,
109+ ProgName : "xcdevice " ,
110+ ClientVersionString : "xcdevice -0.0.1" ,
111111 DeviceID : device .DeviceID ,
112112 PortNumber : port ,
113113 }
@@ -169,8 +169,8 @@ func (l *Lockdown) startService(service ServiceName) (net.Conn, error) {
169169
170170 req := connectRequest {
171171 MessageType : "Connect" ,
172- ProgName : "idevice " ,
173- ClientVersionString : "idevice -0.0.1" ,
172+ ProgName : "xcdevice " ,
173+ ClientVersionString : "xcdevice -0.0.1" ,
174174 DeviceID : l .dev .DeviceID ,
175175 PortNumber : port ,
176176 }
@@ -198,7 +198,7 @@ func (l *Lockdown) startService(service ServiceName) (net.Conn, error) {
198198
199199func (l * Lockdown ) startDaemon (service ServiceName ) (int , bool , error ) {
200200 req := startServiceRequest {
201- Label : "com.idevice " ,
201+ Label : "com.romantomjak.xcdevice " ,
202202 ProtocolVersion : "2" ,
203203 Request : "StartService" ,
204204 Service : string (service ),
@@ -253,7 +253,7 @@ func (l *Lockdown) startSession(pair *PairRecord) error {
253253 }
254254
255255 req := startSessionRequest {
256- Label : "com.idevice " ,
256+ Label : "com.romantomjak.xcdevice " ,
257257 ProtocolVersion : "2" ,
258258 Request : "StartSession" ,
259259 HostID : pair .HostID ,
@@ -315,7 +315,7 @@ func (l *Lockdown) stopSession() error {
315315 }
316316
317317 req := stopSessionRequest {
318- Label : "com.idevice " ,
318+ Label : "com.romantomjak.xcdevice " ,
319319 ProtocolVersion : "2" ,
320320 Request : "StopSession" ,
321321 SessionID : l .sessionID ,
0 commit comments