From a2d3d199e43c9ea8590b461ec0450f81572a6f0f Mon Sep 17 00:00:00 2001 From: ra1028 Date: Thu, 1 Feb 2024 17:39:29 +0900 Subject: [PATCH] [skip ci] Drop support for Carthage --- .gitignore | 3 --- README.md | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 96d4395..879284d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,9 +24,6 @@ archive/ ## npm node_modules -## Carthage -Carthage/Build - ## SwiftPM .swiftpm .build diff --git a/README.md b/README.md index 9f4ea0a..26e0c2d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Lincense
Release +Swift Package Manager `PlaybookAccessibilitySnapshot` is an extension to [Playbook](https://github.com/playbook-ui/playbook-ios) that uses [AccessibilitySnapshot](https://github.com/cashapp/AccessibilitySnapshot) to produce snapshots with accessibility information such as activation points and labels. @@ -63,7 +64,7 @@ The generated snapshot images with accessibility information can be used for mor - Swift 5.3+ - Xcode 12.2+ -- iOS 12.0+ +- iOS 13.0+ ---