appium-xcuitest-driver 5.10.2 → 5.11.0

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
+ ## [5.11.0](https://github.com/appium/appium-xcuitest-driver/compare/v5.10.2...v5.11.0) (2023-11-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * set location permission via xcrun simctl privacy ([#2275](https://github.com/appium/appium-xcuitest-driver/issues/2275)) ([3f6979b](https://github.com/appium/appium-xcuitest-driver/commit/3f6979b6500f0a5b048b6fe642f9cbebb78e32ca))
7
+
1
8
  ## [5.10.2](https://github.com/appium/appium-xcuitest-driver/compare/v5.10.1...v5.10.2) (2023-11-24)
2
9
 
3
10
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "5.10.2",
3
+ "version": "5.11.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "5.10.2",
9
+ "version": "5.11.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-idb": "^1.6.13",
13
13
  "appium-ios-device": "^2.5.4",
14
- "appium-ios-simulator": "^5.3.3",
14
+ "appium-ios-simulator": "^5.5.0",
15
15
  "appium-remote-debugger": "^10.0.0",
16
16
  "appium-webdriveragent": "^5.15.2",
17
17
  "appium-xcode": "^5.1.4",
@@ -3247,9 +3247,9 @@
3247
3247
  }
3248
3248
  },
3249
3249
  "node_modules/appium-ios-simulator": {
3250
- "version": "5.4.0",
3251
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.4.0.tgz",
3252
- "integrity": "sha512-Yb9QDH0Vhylb1E30f/iuD/umYmrg7mo48x/is4Ko6O+b3bMMR8DHBD3Un8gwXOPZQVH5/8sQsobAyv5NpSVv/A==",
3250
+ "version": "5.5.0",
3251
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.5.0.tgz",
3252
+ "integrity": "sha512-CzfbunKKyPgy39WHeFuf5uyPDWwUzbhUYrX09D2TGDccdLUKDkkOomFMorqRce/lxUNLH7EemLa6Q6wJuVQAPw==",
3253
3253
  "dependencies": {
3254
3254
  "@appium/support": "^4.0.0",
3255
3255
  "@xmldom/xmldom": "^0.x",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "5.10.2",
11
+ "version": "5.11.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "appium-idb": "^1.6.13",
74
74
  "appium-ios-device": "^2.5.4",
75
- "appium-ios-simulator": "^5.3.3",
75
+ "appium-ios-simulator": "^5.5.0",
76
76
  "appium-remote-debugger": "^10.0.0",
77
77
  "appium-webdriveragent": "^5.15.2",
78
78
  "appium-xcode": "^5.1.4",