Skip to content

Commit

Permalink
Update real-device.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Mar 29, 2024
1 parent f82b9df commit 06f2adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/real-device.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 06f2adc

Please sign in to comment.