Skip to content

Commit f670bb4

Browse files
author
Jonathan Aguele and Ondrej Rafaj
committed
adding tvOS + scrollview helpers
1 parent 32fc1fd commit f670bb4

File tree

146 files changed

+5140
-3938
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+5140
-3938
lines changed

Example/Podfile

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
1-
platform :ios, '10.3'
1+
22

33
#inhibit_all_warnings!
44
use_frameworks!
55

66

77
target 'SpecToolsExample' do
8+
platform :ios, '10.2'
89
pod 'SnapKit'
910

1011
target 'SpecToolsExampleTests' do
1112
inherit! :search_paths
1213

1314
pod 'SpecTools', :path => '../'
14-
pod 'Quick', :git => 'https://github.com/Quick/Quick.git', :branch => 'master'
15-
pod 'Nimble', :git => 'https://github.com/Quick/Nimble.git', :branch => 'master'
16-
pod 'FBSnapshotTestCase'
17-
pod 'Nimble-Snapshots'
15+
pod 'Quick'
16+
pod 'Nimble'
1817
end
1918
end
19+
20+
21+
target 'TVExample' do
22+
platform :tvos, '10.2'
23+
pod 'SnapKit'
24+
25+
target 'TVExampleTests' do
26+
inherit! :search_paths
27+
28+
pod 'SpecTools', :path => '../'
29+
pod 'Quick'
30+
pod 'Nimble'
31+
end
32+
end
33+

Example/Podfile.lock

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,25 @@
11
PODS:
2-
- FBSnapshotTestCase (2.1.4):
3-
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
4-
- FBSnapshotTestCase/Core (2.1.4)
5-
- FBSnapshotTestCase/SwiftSupport (2.1.4):
6-
- FBSnapshotTestCase/Core
7-
- Nimble (7.0.1)
8-
- Nimble-Snapshots (4.4.0):
9-
- Nimble-Snapshots/Core (= 4.4.0)
10-
- Nimble-Snapshots/Core (4.4.0):
11-
- FBSnapshotTestCase (~> 2.0)
12-
- Nimble
13-
- Quick
14-
- Quick (1.1.0)
2+
- Nimble (7.0.2)
3+
- Quick (1.2.0)
154
- SnapKit (4.0.0)
16-
- SpecTools (1.0.0)
5+
- SpecTools (1.0.2)
176

187
DEPENDENCIES:
19-
- FBSnapshotTestCase
20-
- Nimble (from `https://github.com/Quick/Nimble.git`, branch `master`)
21-
- Nimble-Snapshots
22-
- Quick (from `https://github.com/Quick/Quick.git`, branch `master`)
8+
- Nimble
9+
- Quick
2310
- SnapKit
2411
- SpecTools (from `../`)
2512

2613
EXTERNAL SOURCES:
27-
Nimble:
28-
:branch: master
29-
:git: https://github.com/Quick/Nimble.git
30-
Quick:
31-
:branch: master
32-
:git: https://github.com/Quick/Quick.git
3314
SpecTools:
3415
:path: ../
3516

36-
CHECKOUT OPTIONS:
37-
Nimble:
38-
:commit: a63252b16eba6cdebec4e4936388c90552165a68
39-
:git: https://github.com/Quick/Nimble.git
40-
Quick:
41-
:commit: 3665ae9570b682a562df847cccbb46811864676a
42-
:git: https://github.com/Quick/Quick.git
43-
4417
SPEC CHECKSUMS:
45-
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
46-
Nimble: 1b6670c36e5750169b9e4cc2e9cfa82a7603c69e
47-
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2
48-
Quick: 4700beb8056662b579facd79eaca7f04fb3d48e6
18+
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
19+
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
4920
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
50-
SpecTools: 731138aa656c7d9a91def6ab594f5bfaf9dc3f04
21+
SpecTools: 846ab3f895cff23cf406d0c2b18ff4b9feecc203
5122

52-
PODFILE CHECKSUM: dbc3aff592696d2f00d42e1ebbdaa97028d40e87
23+
PODFILE CHECKSUM: 75022a650debfd62f749637ced8ed249be1a9563
5324

5425
COCOAPODS: 1.3.1

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m

Lines changed: 0 additions & 27 deletions
This file was deleted.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.m

Lines changed: 0 additions & 134 deletions
This file was deleted.

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)