Skip to content

Commit

Permalink
Merge pull request #16 from playbook-ui/feat/remove-xctest-dependency
Browse files Browse the repository at this point in the history
feat: Remove XCTest as a dependency
  • Loading branch information
ra1028 authored Aug 26, 2021
2 parents b4e0909 + 342b8ed commit 84f341b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- AccessibilitySnapshot/Core (0.4.1)
- Playbook (0.2.1)
- PlaybookAccessibilitySnapshot (0.1.1):
- PlaybookAccessibilitySnapshot (0.2.0):
- AccessibilitySnapshot/Core (~> 0.4.1)
- PlaybookSnapshot (~> 0.2.1)
- PlaybookSnapshot (0.2.1):
- PlaybookSnapshot (~> 0.3.0)
- PlaybookSnapshot (0.3.0):
- Playbook (~> 0.2.0)

DEPENDENCIES:
Expand All @@ -24,8 +24,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AccessibilitySnapshot: 7d696575ee0df4371dde653b3087aaa9cfe4c300
Playbook: 7c69cf1ccb790f730cdc853753910cd3673fe1af
PlaybookAccessibilitySnapshot: e3755a0bbc7352204bf43661482a0674cdb29888
PlaybookSnapshot: 21815a687fd3fd872f8a1861e47632da63891c78
PlaybookAccessibilitySnapshot: 1019aba76274cb91dbe7bfa177f5dda67a3a9d0b
PlaybookSnapshot: 1f471621af3c700bb357d1346b22f468eee9d3a4

PODFILE CHECKSUM: 36a2ab796517e070d29584ada311d6a66782f841

Expand Down
3 changes: 1 addition & 2 deletions PlaybookAccessibilitySnapshot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Pod::Spec.new do |spec|
spec.swift_versions = '5.3'
spec.ios.deployment_target = '12.0'
spec.ios.source_files = 'Sources/**/*.swift'
spec.ios.frameworks = 'XCTest'
spec.dependency 'PlaybookSnapshot', "~> 0.2.1"
spec.dependency 'PlaybookSnapshot', "~> 0.3.0"
spec.dependency 'AccessibilitySnapshot/Core', "~> 0.4.1"

spec.pod_target_xcconfig = {
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

### AccessibilitySnapshot


```swift
final class AccessibilitySnapshotTests: XCTestCase {
func testTakeAccessibilitySnapshot() throws {
Expand Down
1 change: 0 additions & 1 deletion Sources/AccessibilitySnapshot.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import AccessibilitySnapshot
import PlaybookSnapshot
import XCTest

/// The testing tool which generates snapshot images from scenarios managed by `Playbook`.
public struct AccessibilitySnapshot: TestTool {
Expand Down

0 comments on commit 84f341b

Please sign in to comment.