Skip to content

Commit 6dcf453

Browse files
author
Ryan Nystrom
committed
switch to FBSnapShotTestCase
1 parent 10c2f04 commit 6dcf453

File tree

79 files changed

+2242
-1360
lines changed

Some content is hidden

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

79 files changed

+2242
-1360
lines changed

Podfile

+2-9
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ inhibit_all_warnings!
55
workspace 'StyledTextKit'
66

77
target 'Tests' do
8-
pod 'Snap.swift', :git => 'https://github.com/skyweb07/Snap.swift.git', :branch => 'feature/fix_image_generation_for_directory_with_spaces'
8+
use_frameworks!
9+
pod 'iOSSnapshotTestCase'
910
end
10-
11-
# https://github.com/evgenyneu/Cosmos/issues/105#issuecomment-383402667
12-
post_install do |installer|
13-
installer.pods_project.build_configurations.each do |config|
14-
config.build_settings.delete('CODE_SIGNING_ALLOWED')
15-
config.build_settings.delete('CODE_SIGNING_REQUIRED')
16-
end
17-
end

Podfile.lock

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
PODS:
2-
- Snap.swift (0.2.2)
2+
- iOSSnapshotTestCase (6.0.3):
3+
- iOSSnapshotTestCase/SwiftSupport (= 6.0.3)
4+
- iOSSnapshotTestCase/Core (6.0.3)
5+
- iOSSnapshotTestCase/SwiftSupport (6.0.3):
6+
- iOSSnapshotTestCase/Core
37

48
DEPENDENCIES:
5-
- Snap.swift (from `https://github.com/skyweb07/Snap.swift.git`, branch `feature/fix_image_generation_for_directory_with_spaces`)
9+
- iOSSnapshotTestCase
610

7-
EXTERNAL SOURCES:
8-
Snap.swift:
9-
:branch: feature/fix_image_generation_for_directory_with_spaces
10-
:git: https://github.com/skyweb07/Snap.swift.git
11-
12-
CHECKOUT OPTIONS:
13-
Snap.swift:
14-
:commit: cea3ab786d1f9d7538363b33ec0e1c6cdb57b9c8
15-
:git: https://github.com/skyweb07/Snap.swift.git
11+
SPEC REPOS:
12+
https://github.com/cocoapods/specs.git:
13+
- iOSSnapshotTestCase
1614

1715
SPEC CHECKSUMS:
18-
Snap.swift: 278be4849c3829e9a2425709de7319cae01195b7
16+
iOSSnapshotTestCase: 944a73f6d9676302811a86c0cf35f0e6ef5ab2a0
1917

20-
PODFILE CHECKSUM: 6b691d0cb1537b3777105f356bce0b0ad13a65af
18+
PODFILE CHECKSUM: 99cb3cf124245f4a0036e3f5a1414809234f4427
2119

2220
COCOAPODS: 1.7.1

Pods/Local Podspecs/Snap.swift.podspec.json

-32
This file was deleted.

Pods/Manifest.lock

+11-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

+231-277
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Snap.swift/README.md

-156
This file was deleted.

Pods/Snap.swift/Snap/Core/Application/Actions/AddAttachment.swift

-29
This file was deleted.

Pods/Snap.swift/Snap/Core/Application/Actions/CompareImages.swift

-73
This file was deleted.

0 commit comments

Comments
 (0)