@mobilenext/mobile-mcp 0.0.21 → 0.0.22
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/lib/ios.js +1 -1
- package/package.json +1 -1
package/lib/ios.js
CHANGED
|
@@ -144,7 +144,7 @@ class IosRobot {
|
|
|
144
144
|
}
|
|
145
145
|
exports.IosRobot = IosRobot;
|
|
146
146
|
class IosManager {
|
|
147
|
-
|
|
147
|
+
isGoIosInstalled() {
|
|
148
148
|
try {
|
|
149
149
|
const output = (0, node_child_process_1.execFileSync)(getGoIosPath(), ["version"], { stdio: ["pipe", "pipe", "ignore"] }).toString();
|
|
150
150
|
const json = JSON.parse(output);
|