@limrun/appium-xcuitest-driver 10.14.6-lim.6 → 10.14.6-lim.8

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.
Files changed (2) hide show
  1. package/README.md +0 -15
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,18 +1,3 @@
1
- ## Local Dev
2
-
3
- Delete the existing driver:
4
- ```bash
5
-
6
- ```
7
-
8
- Build the local version and install it:
9
- ```
10
- appium driver uninstall xcuitest && \
11
- npm run build && \
12
- appium driver install --source local $(pwd) && \
13
- appium
14
- ```
15
-
16
1
  # appium-xcuitest-driver
17
2
 
18
3
  [![npm version](http://img.shields.io/npm/v/appium-xcuitest-driver.svg)](https://npmjs.org/package/appium-xcuitest-driver)
package/package.json CHANGED
@@ -8,22 +8,22 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.14.6-lim.6",
11
+ "version": "10.14.6-lim.8",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/appium/appium-xcuitest-driver.git"
16
+ "url": "https://github.com/limrun-inc/appium-xcuitest-driver.git"
17
17
  },
18
18
  "bugs": {
19
- "url": "https://github.com/appium/appium-xcuitest-driver/issues"
19
+ "url": "https://github.com/limrun-inc/appium-xcuitest-driver/issues"
20
20
  },
21
21
  "engines": {
22
22
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
23
23
  "npm": ">=10"
24
24
  },
25
25
  "appium": {
26
- "driverName": "xcuitest",
26
+ "driverName": "@limrun/xcuitest",
27
27
  "automationName": "XCUITest",
28
28
  "platformNames": [
29
29
  "iOS",
@@ -68,7 +68,7 @@
68
68
  "@limrun/api": "^0.18.3",
69
69
  "appium-idb": "^2.0.0",
70
70
  "appium-ios-device": "^3.0.0",
71
- "appium-ios-simulator": "npm:@limrun/appium-ios-simulator@8.0.9-lim.3",
71
+ "appium-ios-simulator": "npm:@limrun/appium-ios-simulator@8.0.9-lim.4",
72
72
  "appium-remote-debugger": "npm:@limrun/appium-remote-debugger@15.2.7-lim.4",
73
73
  "appium-webdriveragent": "npm:@limrun/appium-webdriveragent@10.4.2-lim.1",
74
74
  "appium-xcode": "npm:@limrun/appium-xcode@6.1.6-lim.1",
@@ -83,7 +83,7 @@
83
83
  "moment": "^2.29.4",
84
84
  "moment-timezone": "^0.x",
85
85
  "node-devicectl": "^1.1.0",
86
- "node-simctl": "npm:@limrun/node-simctl@8.1.3-lim.2",
86
+ "node-simctl": "npm:@limrun/node-simctl@8.1.3-lim.3",
87
87
  "portscanner": "^2.2.0",
88
88
  "semver": "^7.5.4",
89
89
  "teen_process": "^3.0.0",