@midscene/ios 0.30.2-beta-20251010022008.0 → 0.30.2
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/dist/es/index.mjs +0 -5
- package/dist/lib/index.js +0 -5
- package/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/{index.7610c3ef.js → index.de0a9bcf.js} +3 -3
- package/static/static/js/index.de0a9bcf.js.map +1 -0
- package/static/static/js/index.7610c3ef.js.map +0 -1
- /package/static/static/js/{index.7610c3ef.js.LICENSE.txt → index.de0a9bcf.js.LICENSE.txt} +0 -0
package/dist/es/index.mjs
CHANGED
|
@@ -824,7 +824,6 @@ async function checkIOSEnvironment() {
|
|
|
824
824
|
available: false,
|
|
825
825
|
error: 'xcrun not found. Please install Xcode Command Line Tools: xcode-select --install'
|
|
826
826
|
};
|
|
827
|
-
await execAsync('xcrun simctl help');
|
|
828
827
|
try {
|
|
829
828
|
await execAsync('xcodebuild -version');
|
|
830
829
|
} catch (error) {
|
|
@@ -840,10 +839,6 @@ async function checkIOSEnvironment() {
|
|
|
840
839
|
} catch (error) {
|
|
841
840
|
const errorMsg = error instanceof Error ? error.message : String(error);
|
|
842
841
|
debugUtils(`iOS environment not available: ${errorMsg}`);
|
|
843
|
-
if (errorMsg.includes('unable to find utility "simctl"')) return {
|
|
844
|
-
available: false,
|
|
845
|
-
error: 'iOS Simulator (simctl) not available. Please install Xcode from the App Store or install Xcode Command Line Tools with simulator support.'
|
|
846
|
-
};
|
|
847
842
|
if (errorMsg.includes('xcrun')) return {
|
|
848
843
|
available: false,
|
|
849
844
|
error: 'Xcode Command Line Tools not properly configured. Please run: sudo xcode-select --reset'
|
package/dist/lib/index.js
CHANGED
|
@@ -866,7 +866,6 @@ async function checkIOSEnvironment() {
|
|
|
866
866
|
available: false,
|
|
867
867
|
error: 'xcrun not found. Please install Xcode Command Line Tools: xcode-select --install'
|
|
868
868
|
};
|
|
869
|
-
await execAsync('xcrun simctl help');
|
|
870
869
|
try {
|
|
871
870
|
await execAsync('xcodebuild -version');
|
|
872
871
|
} catch (error) {
|
|
@@ -882,10 +881,6 @@ async function checkIOSEnvironment() {
|
|
|
882
881
|
} catch (error) {
|
|
883
882
|
const errorMsg = error instanceof Error ? error.message : String(error);
|
|
884
883
|
debugUtils(`iOS environment not available: ${errorMsg}`);
|
|
885
|
-
if (errorMsg.includes('unable to find utility "simctl"')) return {
|
|
886
|
-
available: false,
|
|
887
|
-
error: 'iOS Simulator (simctl) not available. Please install Xcode from the App Store or install Xcode Command Line Tools with simulator support.'
|
|
888
|
-
};
|
|
889
884
|
if (errorMsg.includes('xcrun')) return {
|
|
890
885
|
available: false,
|
|
891
886
|
error: 'Xcode Command Line Tools not properly configured. Please run: sudo xcode-select --reset'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios",
|
|
3
|
-
"version": "0.30.2
|
|
3
|
+
"version": "0.30.2",
|
|
4
4
|
"description": "iOS automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iOS UI automation",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@inquirer/prompts": "^7.8.6",
|
|
40
40
|
"open": "10.1.0",
|
|
41
|
-
"@midscene/core": "0.30.2
|
|
42
|
-
"@midscene/
|
|
43
|
-
"@midscene/
|
|
41
|
+
"@midscene/core": "0.30.2",
|
|
42
|
+
"@midscene/shared": "0.30.2",
|
|
43
|
+
"@midscene/webdriver": "0.30.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.11.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"tsx": "^4.19.2",
|
|
51
51
|
"vitest": "3.0.5",
|
|
52
|
-
"@midscene/playground": "0.30.2
|
|
52
|
+
"@midscene/playground": "0.30.2"
|
|
53
53
|
},
|
|
54
54
|
"license": "MIT",
|
|
55
55
|
"scripts": {
|
package/static/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.f566a9ed.js"></script><script defer src="/static/js/657.5a5fe47b.js"></script><script defer src="/static/js/index.
|
|
1
|
+
<!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.f566a9ed.js"></script><script defer src="/static/js/657.5a5fe47b.js"></script><script defer src="/static/js/index.de0a9bcf.js"></script><link href="/static/css/index.44466eb4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|