Skip to content

Commit 4034362

Browse files
committed
Update release to use 2.1.0 JARs and refresh maestro-runner branding
1 parent 84a14a5 commit 4034362

4 files changed

Lines changed: 19 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Create JARs zip
2525
run: |
26-
cd assets/jars/2.0.10
26+
cd assets/jars/2.1.0
2727
zip -r ../../../maestro-jars.zip .
2828
2929
- name: Create runner zip
489 Bytes
Binary file not shown.

cmd/maestro-ios-device/main.go

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ func fatal(format string, args ...any) {
2424

2525
func 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() {
124128
func 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
130136
Usage:
131137
maestro-ios-device --team-id TEAM_ID --device UDID [options]

setup.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ NC='\033[0m'
1616

1717
echo ""
1818
echo "╔════════════════════════════════════════════════════════════════╗"
19-
echo "║ maestro-ios-device — Unofficial Community Tool"
19+
echo "║ maestro-ios-device "
2020
echo "║ ║"
21-
echo "║ This is NOT affiliated with mobile.dev or Maestro. ║"
22-
echo "║ Stop-gap until PR #2856 is merged. ║"
21+
echo "║ 🚀 We built maestro-runner from scratch — 3.6x faster, ║"
22+
echo "║ real iOS device support, runs locally or on any Appium ║"
23+
echo "║ cloud, true parallel execution, no paywall. ║"
24+
echo "║ Fixes 78% of Maestro's top issues. Same YAML. ║"
2325
echo "║ ║"
24-
echo "║ Built by DeviceLab — https://devicelab.dev ║"
26+
echo "║ https://github.com/devicelab-dev/maestro-runner ║"
27+
echo "║ ║"
28+
echo "║ Built by DeviceLab — https://devicelab.dev ║"
2529
echo "╚════════════════════════════════════════════════════════════════╝"
2630
echo ""
2731
echo "This will:"

0 commit comments

Comments
 (0)