appium-xcuitest-driver 4.16.2 → 4.16.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.16.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.2...v4.16.3) (2022-12-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * set permissions for simulator ([#1473](https://github.com/appium/appium-xcuitest-driver/issues/1473)) ([a885628](https://github.com/appium/appium-xcuitest-driver/commit/a8856286ea7304a9c2ec3ed8c46a5c66526bc102))
7
+
1
8
  ## [4.16.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.1...v4.16.2) (2022-12-18)
2
9
 
3
10
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.16.2",
3
+ "version": "4.16.3",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.16.2",
9
+ "version": "4.16.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "@xmldom/xmldom": "^0.x",
14
14
  "appium-idb": "^1.6.6",
15
15
  "appium-ios-device": "^2.4.0",
16
- "appium-ios-simulator": "^5.0.0",
16
+ "appium-ios-simulator": "^5.0.2",
17
17
  "appium-remote-debugger": "^9.1.1",
18
18
  "appium-webdriveragent": "^4.10.12",
19
19
  "appium-xcode": "^4.0.0",
@@ -1156,7 +1156,7 @@
1156
1156
  }
1157
1157
  },
1158
1158
  "node_modules/appium-ios-simulator": {
1159
- "version": "5.0.1",
1159
+ "version": "5.0.2",
1160
1160
  "license": "Apache-2.0",
1161
1161
  "dependencies": {
1162
1162
  "@appium/support": "^3.0.0",
@@ -5326,7 +5326,7 @@
5326
5326
  }
5327
5327
  },
5328
5328
  "appium-ios-simulator": {
5329
- "version": "5.0.1",
5329
+ "version": "5.0.2",
5330
5330
  "requires": {
5331
5331
  "@appium/support": "^3.0.0",
5332
5332
  "@babel/runtime": "^7.0.0",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.16.2",
11
+ "version": "4.16.3",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "@xmldom/xmldom": "^0.x",
71
71
  "appium-idb": "^1.6.6",
72
72
  "appium-ios-device": "^2.4.0",
73
- "appium-ios-simulator": "^5.0.0",
73
+ "appium-ios-simulator": "^5.0.2",
74
74
  "appium-remote-debugger": "^9.1.1",
75
75
  "appium-webdriveragent": "^4.10.12",
76
76
  "appium-xcode": "^4.0.0",