Skip to content

Commit 5ddd5db

Browse files
authored
Merge pull request #21 from playbook-ui/drop-support-for-carthage
Drop support for Carthage
2 parents d9735e1 + a2d3d19 commit 5ddd5db

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ archive/
2424
## npm
2525
node_modules
2626

27-
## Carthage
28-
Carthage/Build
29-
3027
## SwiftPM
3128
.swiftpm
3229
.build

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<a href="LICENSE"><img alt="Lincense" src="http://img.shields.io/badge/License-Apache%202.0-black.svg"/></a>
1010
<br>
1111
<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>
12+
<a href="https://swift.org/package-manager"><img alt="Swift Package Manager" src="https://img.shields.io/badge/SwiftPM-compatible-yellowgreen.svg"/></a>
1213

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

@@ -63,7 +64,7 @@ The generated snapshot images with accessibility information can be used for mor
6364

6465
- Swift 5.3+
6566
- Xcode 12.2+
66-
- iOS 12.0+
67+
- iOS 13.0+
6768

6869
---
6970

0 commit comments

Comments
 (0)