Skip to content

Commit 333d88b

Browse files
authored
Merge pull request #11 from playbook-ui/update-deps
Update dependencies and deployment target
2 parents 0656632 + 678bf54 commit 333d88b

File tree

6 files changed

+19
-23
lines changed

6 files changed

+19
-23
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '14.0'
1+
platform :ios, '14.2'
22
source 'https://cdn.cocoapods.org/'
33
use_frameworks!
44
inhibit_all_warnings!
@@ -8,7 +8,7 @@ ENV['COCOAPODS_DISABLE_STATS'] = 'true'
88
target 'SampleApp' do
99
inherit! :search_paths
1010

11-
pod 'Playbook', '~> 0.2.0'
11+
pod 'Playbook', '~> 0.2.1'
1212
end
1313

1414
target 'SampleAccessibilitySnapshot' do

Example/Podfile.lock

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
PODS:
2-
- AccessibilitySnapshot/Core (0.4.0):
3-
- fishhook (~> 0.2)
4-
- fishhook (0.2)
5-
- Playbook (0.2.0)
6-
- PlaybookAccessibilitySnapshot (0.1.0):
7-
- AccessibilitySnapshot/Core (~> 0.4.0)
8-
- PlaybookSnapshot (~> 0.2.0)
9-
- PlaybookSnapshot (0.2.0):
2+
- AccessibilitySnapshot/Core (0.4.1)
3+
- Playbook (0.2.1)
4+
- PlaybookAccessibilitySnapshot (0.1.1):
5+
- AccessibilitySnapshot/Core (~> 0.4.1)
6+
- PlaybookSnapshot (~> 0.2.1)
7+
- PlaybookSnapshot (0.2.1):
108
- Playbook (~> 0.2.0)
119

1210
DEPENDENCIES:
13-
- Playbook (~> 0.2.0)
11+
- Playbook (~> 0.2.1)
1412
- PlaybookAccessibilitySnapshot (from `../PlaybookAccessibilitySnapshot.podspec`)
1513

1614
SPEC REPOS:
1715
trunk:
1816
- AccessibilitySnapshot
19-
- fishhook
2017
- Playbook
2118
- PlaybookSnapshot
2219

@@ -25,12 +22,11 @@ EXTERNAL SOURCES:
2522
:path: "../PlaybookAccessibilitySnapshot.podspec"
2623

2724
SPEC CHECKSUMS:
28-
AccessibilitySnapshot: 82ee75a4b53b34b523f40bc476ca2dada35c098e
29-
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
30-
Playbook: 43afef6347b08ca62719d0cbbe67a30c813f74c3
31-
PlaybookAccessibilitySnapshot: 82afb2747ecb4a10fa24b7fcaa6a56977b2afa79
32-
PlaybookSnapshot: 5a1caa4eab596c0da23613b15c506bdbeeedc8c0
25+
AccessibilitySnapshot: 7d696575ee0df4371dde653b3087aaa9cfe4c300
26+
Playbook: 7c69cf1ccb790f730cdc853753910cd3673fe1af
27+
PlaybookAccessibilitySnapshot: e3755a0bbc7352204bf43661482a0674cdb29888
28+
PlaybookSnapshot: 21815a687fd3fd872f8a1861e47632da63891c78
3329

34-
PODFILE CHECKSUM: f338bdd8abed3a3355aaa32bab8dc4ee0137d714
30+
PODFILE CHECKSUM: 36a2ab796517e070d29584ada311d6a66782f841
3531

3632
COCOAPODS: 1.10.0

Example/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Example
22
options:
33
bundleIdPrefix: app.playbook-ui.accessibility.Example
44
deploymentTarget:
5-
iOS: 14.0
5+
iOS: 14.2
66

77
targets:
88
SampleApp:

PlaybookAccessibilitySnapshot.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Pod::Spec.new do |spec|
1313
spec.ios.deployment_target = '12.0'
1414
spec.ios.source_files = 'Sources/**/*.swift'
1515
spec.ios.frameworks = 'XCTest'
16-
spec.dependency 'PlaybookSnapshot', "~> 0.2.0"
17-
spec.dependency 'AccessibilitySnapshot/Core', "~> 0.4.0"
16+
spec.dependency 'PlaybookSnapshot', "~> 0.2.1"
17+
spec.dependency 'AccessibilitySnapshot/Core', "~> 0.4.1"
1818

1919
spec.pod_target_xcconfig = {
2020
'APPLICATION_EXTENSION_API_ONLY' => 'NO',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The generated snapshot images with accessibility information can be used for mor
6565
## Requirements
6666

6767
- Swift 5.3+
68-
- Xcode 12.1+ (12.2 beta 3+ required for snapshots with SwiftUI ScrollView)
68+
- Xcode 12.2+
6969
- iOS 12.0+
7070

7171
---

0 commit comments

Comments
 (0)