appium-mac2-driver 1.8.2 → 1.8.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,15 @@
1
+ ## [1.8.3](https://github.com/appium/appium-mac2-driver/compare/v1.8.2...v1.8.3) (2023-10-19)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump @types/teen_process from 2.0.1 to 2.0.2 ([#247](https://github.com/appium/appium-mac2-driver/issues/247)) ([2aaf7c7](https://github.com/appium/appium-mac2-driver/commit/2aaf7c744264ab1c8632eb1651452f35cf4d0c00))
7
+ * **deps-dev:** bump eslint-config-prettier from 8.10.0 to 9.0.0 ([#246](https://github.com/appium/appium-mac2-driver/issues/246)) ([c41eb9d](https://github.com/appium/appium-mac2-driver/commit/c41eb9dd44cc95bbcee08995290da574808e76dd))
8
+ * **deps-dev:** bump lint-staged from 14.0.1 to 15.0.2 ([#248](https://github.com/appium/appium-mac2-driver/issues/248)) ([1e0295d](https://github.com/appium/appium-mac2-driver/commit/1e0295da20b98f62c83f757d88d6f443cc91d0e3))
9
+ * **deps-dev:** bump semantic-release from 21.1.2 to 22.0.5 ([#238](https://github.com/appium/appium-mac2-driver/issues/238)) ([28c8314](https://github.com/appium/appium-mac2-driver/commit/28c8314fe509d14a6b3fcbc3509d144f00204b8c))
10
+ * Use latest teen_process types ([b52f482](https://github.com/appium/appium-mac2-driver/commit/b52f482a4b19cc0ea82487cb6fa6264bbec683a1))
11
+ * Use latest types ([2236825](https://github.com/appium/appium-mac2-driver/commit/2236825b68d0973891739e121c0f40c0ec2ebc9a))
12
+
1
13
  ## [1.8.2](https://github.com/appium/appium-mac2-driver/compare/v1.8.1...v1.8.2) (2023-09-24)
2
14
 
3
15
 
package/README.md CHANGED
@@ -21,9 +21,8 @@ The original idea and parts of the source code are borrowed from the Facebook's
21
21
 
22
22
  On top of standard Appium requirements Mac2 driver also expects the following prerequisites:
23
23
 
24
- - macOS 10.15 or later
25
- - macOS 11.3 or later and less than macOS 12, and Xcode 12 combination does not work as the build failure
26
- - Xcode 12 or later should be installed
24
+ - macOS 11 or later
25
+ - Xcode 13 or later should be installed
27
26
  - `xcode-select` should be pointing to `<full_path_to_xcode_app>/Contents/Developer` developer directory instead of `/Library/Developer/CommandLineTools` to run `xcodebuild` commands
28
27
  - Xcode Helper app should be enabled for Accessibility access. The app itself could be usually found at `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Agents/Xcode Helper.app`. In order to enable Accessibility access for it simply open the parent folder in Finder: `open /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Agents/` and drag & drop the `Xcode Helper` app to `Security & Privacy -> Privacy -> Accessibility` list of your `System Preferences`. This action must only be done once.
29
28
  - `testmanagerd` proccess requires UIAutomation authentication since macOS 12. `automationmodetool enable-automationmode-without-authentication` command may help to disable it. This may be particularly useful in CI environments. [Apple forum thread](https://developer.apple.com/forums/thread/693850).