Skip to content

Commit

Permalink
[skip ci] Drop support for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Feb 1, 2024
1 parent d9735e1 commit a2d3d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ archive/
## npm
node_modules

## Carthage
Carthage/Build

## SwiftPM
.swiftpm
.build
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<a href="LICENSE"><img alt="Lincense" src="http://img.shields.io/badge/License-Apache%202.0-black.svg"/></a>
<br>
<a href="https://github.com/playbook-ui/accessibility-snapshot-ios/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/playbook-ui/accessibility-snapshot-ios.svg"/></a>
<a href="https://swift.org/package-manager"><img alt="Swift Package Manager" src="https://img.shields.io/badge/SwiftPM-compatible-yellowgreen.svg"/></a>

`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.

Expand Down Expand Up @@ -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+

---

Expand Down

0 comments on commit a2d3d19

Please sign in to comment.