From c629cfe77b5f46501cba362945088c3090484f28 Mon Sep 17 00:00:00 2001 From: Danil Mironov Date: Thu, 10 Oct 2024 09:48:56 +0200 Subject: [PATCH] fix/preferredScreenCaptureFormat-naming --- .../com/malinskiy/marathon/apple/xctestrun/v2/TestTarget.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/vendor-apple/base/src/main/kotlin/com/malinskiy/marathon/apple/xctestrun/v2/TestTarget.kt b/vendor/vendor-apple/base/src/main/kotlin/com/malinskiy/marathon/apple/xctestrun/v2/TestTarget.kt index f9ab258e1..49b355c4d 100644 --- a/vendor/vendor-apple/base/src/main/kotlin/com/malinskiy/marathon/apple/xctestrun/v2/TestTarget.kt +++ b/vendor/vendor-apple/base/src/main/kotlin/com/malinskiy/marathon/apple/xctestrun/v2/TestTarget.kt @@ -279,5 +279,5 @@ class TestTarget : TestTarget { * Added in xcode 15, possible values are [screenshots, screenRecording]. Defaults to screenRecording * Ignored by previous versions of xcode */ - var preferredScreenCaptureFormat: String? by delegate.optionalDelegateFor("preferredScreenCaptureFormat") + var preferredScreenCaptureFormat: String? by delegate.optionalDelegateFor("PreferredScreenCaptureFormat") }