@mobilenext/mobilecli 0.0.50 → 0.0.51
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
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# mobilecli
|
|
1
|
+
# mobilecli
|
|
2
2
|
|
|
3
|
-
A universal command-line tool for managing iOS and Android devices, simulators, emulators and apps from [Mobile Next](https://github.com/mobile-next/).
|
|
3
|
+
A universal command-line tool for managing iOS and Android devices, simulators, emulators and apps from [Mobile Next](https://github.com/mobile-next/).
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="https://github.com/mobile-next/mobilecli">
|
|
7
7
|
<img src="https://img.shields.io/github/stars/mobile-next/mobilecli" alt="Mobile Next Stars" />
|
|
8
|
-
</a>
|
|
8
|
+
</a>
|
|
9
9
|
<a href="https://github.com/mobile-next/mobilecli">
|
|
10
10
|
<img src="https://img.shields.io/github/contributors/mobile-next/mobilecli?color=green" alt="Mobile Next Downloads" />
|
|
11
11
|
</a>
|
|
@@ -17,13 +17,13 @@ A universal command-line tool for managing iOS and Android devices, simulators,
|
|
|
17
17
|
</a>
|
|
18
18
|
<a href="https://github.com/mobile-next/mobilecli/blob/main/LICENSE">
|
|
19
19
|
<img src="https://img.shields.io/badge/license-AGPL v3.0-blue.svg" alt="Mobile MCP is released under the AGPL v3.0 License">
|
|
20
|
-
</a>
|
|
20
|
+
</a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
<p align="center">
|
|
24
24
|
<a href="http://mobilenexthq.com/join-slack">
|
|
25
25
|
<img src="https://img.shields.io/badge/join-Slack-blueviolet?logo=slack&style=flat" alt="Slack community channel" />
|
|
26
|
-
</a>
|
|
26
|
+
</a>
|
|
27
27
|
</p>
|
|
28
28
|
|
|
29
29
|
|
|
@@ -63,7 +63,7 @@ make build
|
|
|
63
63
|
|
|
64
64
|
### Install Dependencies
|
|
65
65
|
|
|
66
|
-
#### 🍎 For iOS Simulator Support
|
|
66
|
+
#### 🍎 For iOS Simulator Support
|
|
67
67
|
|
|
68
68
|
Xcode is required. Make sure you have it installed with the runtimes relevant for you installed. You will have to create Simulators and have them booted before `mobilecli` can use them.
|
|
69
69
|
|
|
@@ -197,7 +197,7 @@ make test
|
|
|
197
197
|
|
|
198
198
|
## Support 💬
|
|
199
199
|
|
|
200
|
-
For issues and feature requests, please use the [GitHub Issues](https://github.com/mobile-next/mobilecli/issues) page.
|
|
200
|
+
For issues and feature requests, please use the [GitHub Issues](https://github.com/mobile-next/mobilecli/issues) page.
|
|
201
201
|
|
|
202
202
|
Be sure to <a href="http://mobilenexthq.com/join-slack">join our slack channel</a> today 💜
|
|
203
203
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED