From 06f2adcbd75c7d820e10eb36653b3abf82ad1595 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 28 Mar 2024 21:06:48 -0700 Subject: [PATCH] Update real-device.js --- lib/real-device.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/real-device.js b/lib/real-device.js index 669ce0a18..fa7ad7588 100644 --- a/lib/real-device.js +++ b/lib/real-device.js @@ -252,8 +252,8 @@ export class RealDevice { } else { instrumentService = await services.startInstrumentService(this.udid); - // The result of "runningProcesses" include `bundle_id` key in iOS 16+ (possibly a specific 16.x+) - // thus here may not be necessary to find a process with `CFBundleExecutable` + // The result of "runningProcesses" includes `bundle_id` key in iOS 16+ (possibly a specific 16.x+) + // then here may not be necessary to find a process with `CFBundleExecutable` // after dropping older iOS version support. const processes = await instrumentService.callChannel( INSTRUMENT_CHANNEL.DEVICE_INFO,