appium-webdriveragent 8.10.0 → 8.10.1

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,9 @@
1
+ ## [8.10.1](https://github.com/appium/WebDriverAgent/compare/v8.10.0...v8.10.1) (2024-11-10)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * remove unnecessary lines ([#954](https://github.com/appium/WebDriverAgent/issues/954)) ([940df80](https://github.com/appium/WebDriverAgent/commit/940df80937381b481a2762fbf86b6249804591bd))
6
+
1
7
  ## [8.10.0](https://github.com/appium/WebDriverAgent/compare/v8.9.4...v8.10.0) (2024-11-07)
2
8
 
3
9
  ### Features
@@ -141,10 +141,6 @@
141
141
  [FBConfiguration forceSimulatorSoftwareKeyboardPresence];
142
142
  }
143
143
 
144
- if (capabilities[FB_SETTING_USE_CLEAR_TEXT_SHORTCUT]) {
145
- [FBConfiguration setUseClearTextShortcut:[capabilities[FB_SETTING_USE_CLEAR_TEXT_SHORTCUT] boolValue]];
146
- }
147
-
148
144
  NSString *bundleID = capabilities[FB_CAP_BUNDLE_ID];
149
145
  NSString *initialUrl = capabilities[FB_CAP_INITIAL_URL];
150
146
  XCUIApplication *app = nil;
@@ -15,11 +15,11 @@
15
15
  <key>CFBundlePackageType</key>
16
16
  <string>FMWK</string>
17
17
  <key>CFBundleShortVersionString</key>
18
- <string>8.10.0</string>
18
+ <string>8.10.1</string>
19
19
  <key>CFBundleSignature</key>
20
20
  <string>????</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>8.10.0</string>
22
+ <string>8.10.1</string>
23
23
  <key>NSPrincipalClass</key>
24
24
  <string/>
25
25
  </dict>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "8.10.0",
3
+ "version": "8.10.1",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",