returnNSLocalizedString("Cannot fetch the device from the muxer",comment:"")
case.NoConnection:
returnNSLocalizedString("Unable to connect to the device, make sure Wireguard is enabled and you're connected to WiFi",comment:"")
case.PairingFile:
returnNSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use jitterbugpair to generate it",comment:"")
case.CreateDebug:
returnself.createService(name:"debug")
case.LookupApps:
returnself.getFromDevice(name:"installed apps")
case.FindApp:
returnself.getFromDevice(name:"path to the app")
case.BundlePath:
returnself.getFromDevice(name:"bundle path")
case.MaxPacket:
returnself.setArgument(name:"max packet")
case.WorkingDirectory:
returnself.setArgument(name:"working directory")
case.Argv:
returnself.setArgument(name:"argv")
case.LaunchSuccess:
returnself.getFromDevice(name:"launch success")
case.Detach:
returnNSLocalizedString("Unable to detach from the app's process",comment:"")
case.Attach:
returnNSLocalizedString("Unable to attach to the app's process",comment:"")
case.CreateInstproxy:
returnself.createService(name:"instproxy")
case.CreateAfc:
returnself.createService(name:"AFC")
case.RwAfc:
returnNSLocalizedString("AFC was unable to manage files on the device",comment:"")
case.InstallApp:
returnNSLocalizedString("Unable to install the app from the staging directory",comment:"")
case.UninstallApp:
returnNSLocalizedString("Unable to uninstall the app",comment:"")
case.CreateMisagent:
returnself.createService(name:"misagent")
case.ProfileInstall:
returnNSLocalizedString("Unable to manage profiles on the device",comment:"")
case.ProfileRemove:
returnNSLocalizedString("Unable to manage profiles on the device",comment:"")