Skip to content

Commit da453d2

Browse files
Cleanup: Removing unused iOS 15 reference images (#240)
* removing unused iOS 15 reference images * removing other references to 15.5
1 parent 2eb9c3b commit da453d2

File tree

103 files changed

+1
-2
lines changed

Some content is hidden

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

103 files changed

+1
-2
lines changed

Example/README.md

+1-1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Example/SnapshotTests/SnapshotTestCase.swift

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class SnapshotTestCase: FBSnapshotTestCase {
4646
private static let testedDevices = [
4747
TestDeviceConfig(systemVersion: "17.2", screenSize: CGSize(width: 393, height: 852), screenScale: 3),
4848
TestDeviceConfig(systemVersion: "16.4", screenSize: CGSize(width: 393, height: 852), screenScale: 3),
49-
TestDeviceConfig(systemVersion: "15.5", screenSize: CGSize(width: 390, height: 844), screenScale: 3),
5049
]
5150

5251
// MARK: - FBSnapshotTestCase

0 commit comments

Comments
 (0)