@tai2/aco 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -61,7 +61,7 @@ aco device list --state all --json # everything, machine-readable
61
61
 
62
62
  ```sh
63
63
  # iOS simulator (foreground; Ctrl-C tears it down)
64
- aco session start --platform ios --app /tmp/MyApp.app --device-name "iPhone 15"
64
+ aco session start --platform ios --app /tmp/MyApp.app.zip --device-name "iPhone 15"
65
65
 
66
66
  # Android emulator
67
67
  aco session start --platform android --app com.example.app --app-activity .MainActivity --avd Pixel_8_API_34
package/dist/cli.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "@commander-js/extra-typings";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@tai2/aco",
9
- version: "0.2.5",
9
+ version: "0.2.6",
10
10
  description: "Appium Command-line Operator \u2014 drive an Appium session from the shell, one command at a time.",
11
11
  type: "module",
12
12
  license: "MIT",