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.
1 parent d3cdc51 commit 16d3209Copy full SHA for 16d3209
Sources/Snap/commands/Snap.swift
@@ -138,7 +138,7 @@ public final class Snap: ParsableCommand {
138
let runtime = try Simctl.runtime(for: runtimeName)
139
Logger.shared.info("Runtime found \(runtime)")
140
141
- Logger.shared.info("Find IDs of preferred device IDs")
+ Logger.shared.info("Find IDs of preferred devices")
142
let deviceIds = try Simctl.deviceIdsFor(deviceNames: devices, runtime: runtime)
143
Logger.shared.info("Device IDs Found: \(deviceIds)")
144
0 commit comments