@@ -24,7 +24,9 @@ func fatal(format string, args ...any) {
2424
2525func printBanner () {
2626 fmt .Printf ("maestro-ios-device %s\n " , version )
27- fmt .Println (" Unofficial stop-gap until Maestro adds real device support" )
27+ fmt .Println (" 🚀 3.6x faster, real iOS device support, runs locally or on any Appium cloud," )
28+ fmt .Println (" true parallel execution, no paywall. Fixes 78% of Maestro's top issues. Same YAML." )
29+ fmt .Println (" https://github.com/devicelab-dev/maestro-runner" )
2830 fmt .Println (" Built by DeviceLab — https://devicelab.dev" )
2931 fmt .Println ()
3032}
@@ -51,7 +53,9 @@ func run() {
5153
5254 if * showVersion {
5355 fmt .Printf ("maestro-ios-device %s\n " , version )
54- fmt .Println (" Unofficial stop-gap until Maestro adds real device support" )
56+ fmt .Println (" 🚀 3.6x faster, real iOS device support, runs locally or on any Appium cloud," )
57+ fmt .Println (" true parallel execution, no paywall. Fixes 78% of Maestro's top issues. Same YAML." )
58+ fmt .Println (" https://github.com/devicelab-dev/maestro-runner" )
5559 fmt .Println (" Built by DeviceLab — https://devicelab.dev" )
5660 return
5761 }
@@ -124,8 +128,10 @@ func run() {
124128func printUsage () {
125129 fmt .Println (`maestro-ios-device - Run Maestro tests on real iOS devices
126130
127- ⚠️ Unofficial community tool. Not affiliated with mobile.dev or Maestro.
128- Stop-gap until PR #2856 is merged.
131+ 🚀 We built maestro-runner from scratch — 3.6x faster, real iOS device support,
132+ runs locally or on any Appium cloud, true parallel execution, no paywall.
133+ Fixes 78% of Maestro's top issues. Same YAML.
134+ https://github.com/devicelab-dev/maestro-runner
129135
130136Usage:
131137 maestro-ios-device --team-id TEAM_ID --device UDID [options]
0 commit comments