Skip to content

Commit

Permalink
Merge pull request #21 from playbook-ui/drop-support-for-carthage
Browse files Browse the repository at this point in the history
Drop support for Carthage
  • Loading branch information
ra1028 authored Feb 1, 2024
2 parents d9735e1 + a2d3d19 commit 5ddd5db
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 5ddd5db

Please sign in to comment.