From f8cd44d86564165b4373518233716eb8ea0e7184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=BCdeke?= <311702+aluedeke@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:32:45 +0100 Subject: [PATCH] Update docs/guides/file-transfer.md mention new version --- docs/guides/file-transfer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/file-transfer.md b/docs/guides/file-transfer.md index f7ffd9e46..06a7f3410 100644 --- a/docs/guides/file-transfer.md +++ b/docs/guides/file-transfer.md @@ -27,7 +27,7 @@ possible formats this path can take: * `` is the container type * On simulators, common values are `app`, `data`, `groups`, but a custom one can also be provided * On real devices, the only accepted value is `documents`. All others are treated as Format 2 - * In `xcuitest-driver` versions prior to version `v8.1.0` the following limitation applies: + * In `xcuitest-driver` versions prior to version `v8.3.0` the following limitation applies: This value can only be specified for apps that have the `UIFileSharingEnabled` flag set to `true`. You can use the [`mobile: listApps`](../reference/execute-methods.md#mobile-listapps) extension to identify such apps.