Skip to content

Commit

Permalink
Merge pull request #11 from playbook-ui/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and deployment target
  • Loading branch information
ra1028 authored Dec 17, 2020
2 parents 0656632 + 678bf54 commit 333d88b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '14.0'
platform :ios, '14.2'
source 'https://cdn.cocoapods.org/'
use_frameworks!
inhibit_all_warnings!
Expand All @@ -8,7 +8,7 @@ ENV['COCOAPODS_DISABLE_STATS'] = 'true'
target 'SampleApp' do
inherit! :search_paths

pod 'Playbook', '~> 0.2.0'
pod 'Playbook', '~> 0.2.1'
end

target 'SampleAccessibilitySnapshot' do
Expand Down
28 changes: 12 additions & 16 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
PODS:
- AccessibilitySnapshot/Core (0.4.0):
- fishhook (~> 0.2)
- fishhook (0.2)
- Playbook (0.2.0)
- PlaybookAccessibilitySnapshot (0.1.0):
- AccessibilitySnapshot/Core (~> 0.4.0)
- PlaybookSnapshot (~> 0.2.0)
- PlaybookSnapshot (0.2.0):
- AccessibilitySnapshot/Core (0.4.1)
- Playbook (0.2.1)
- PlaybookAccessibilitySnapshot (0.1.1):
- AccessibilitySnapshot/Core (~> 0.4.1)
- PlaybookSnapshot (~> 0.2.1)
- PlaybookSnapshot (0.2.1):
- Playbook (~> 0.2.0)

DEPENDENCIES:
- Playbook (~> 0.2.0)
- Playbook (~> 0.2.1)
- PlaybookAccessibilitySnapshot (from `../PlaybookAccessibilitySnapshot.podspec`)

SPEC REPOS:
trunk:
- AccessibilitySnapshot
- fishhook
- Playbook
- PlaybookSnapshot

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

SPEC CHECKSUMS:
AccessibilitySnapshot: 82ee75a4b53b34b523f40bc476ca2dada35c098e
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
Playbook: 43afef6347b08ca62719d0cbbe67a30c813f74c3
PlaybookAccessibilitySnapshot: 82afb2747ecb4a10fa24b7fcaa6a56977b2afa79
PlaybookSnapshot: 5a1caa4eab596c0da23613b15c506bdbeeedc8c0
AccessibilitySnapshot: 7d696575ee0df4371dde653b3087aaa9cfe4c300
Playbook: 7c69cf1ccb790f730cdc853753910cd3673fe1af
PlaybookAccessibilitySnapshot: e3755a0bbc7352204bf43661482a0674cdb29888
PlaybookSnapshot: 21815a687fd3fd872f8a1861e47632da63891c78

PODFILE CHECKSUM: f338bdd8abed3a3355aaa32bab8dc4ee0137d714
PODFILE CHECKSUM: 36a2ab796517e070d29584ada311d6a66782f841

COCOAPODS: 1.10.0
2 changes: 1 addition & 1 deletion Example/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Example
options:
bundleIdPrefix: app.playbook-ui.accessibility.Example
deploymentTarget:
iOS: 14.0
iOS: 14.2

targets:
SampleApp:
Expand Down
4 changes: 2 additions & 2 deletions PlaybookAccessibilitySnapshot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '12.0'
spec.ios.source_files = 'Sources/**/*.swift'
spec.ios.frameworks = 'XCTest'
spec.dependency 'PlaybookSnapshot', "~> 0.2.0"
spec.dependency 'AccessibilitySnapshot/Core', "~> 0.4.0"
spec.dependency 'PlaybookSnapshot', "~> 0.2.1"
spec.dependency 'AccessibilitySnapshot/Core', "~> 0.4.1"

spec.pod_target_xcconfig = {
'APPLICATION_EXTENSION_API_ONLY' => 'NO',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The generated snapshot images with accessibility information can be used for mor
## Requirements

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

---
Expand Down

0 comments on commit 333d88b

Please sign in to comment.