@mobilenext/mobilecli 0.0.53 → 0.0.54

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
@@ -37,6 +37,15 @@ A universal command-line tool for managing iOS and Android devices, simulators,
37
37
  - **Device Control**: Reboot devices, tap screen coordinates, press hardware buttons
38
38
  - **App Management**: Launch app, terminate apps, install and uninstall
39
39
 
40
+ ### 🎯 Platform Support
41
+
42
+ | Platform | Supported |
43
+ |----------|:---------:|
44
+ | iOS Real Device | ✅ |
45
+ | iOS Simulator | ✅ |
46
+ | Android Real Device | ✅ |
47
+ | Android Emulator | ✅ |
48
+
40
49
  ## Installation 📦
41
50
 
42
51
  #### Prerequisites 📋
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilenext/mobilecli",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "author": "Mobile Next",
5
5
  "description": "A universal command-line tool for managing iOS and Android devices, simulators, emulators and apps",
6
6
  "repository": {