diff --git a/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/CustomColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png b/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/CustomColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png index ac87cef..59a3b83 100644 Binary files a/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/CustomColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png and b/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/CustomColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png differ diff --git a/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/DefaultColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png b/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/DefaultColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png index 8c9e0f2..317f88c 100644 Binary files a/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/DefaultColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png and b/Example/SnapshotTests/GradientActivityIndicatorView/__Snapshots__/DefaultColorSnapshotTestCase/testGradientProgressIndicatorViewShouldContainCorrectColorsInitially.1.png differ diff --git a/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/GradientLoadingBarControllerTestCase/testGradientLoadingBarController.1.png b/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/GradientLoadingBarControllerTestCase/testGradientLoadingBarController.1.png index 831cd5a..e356bf9 100644 Binary files a/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/GradientLoadingBarControllerTestCase/testGradientLoadingBarController.1.png and b/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/GradientLoadingBarControllerTestCase/testGradientLoadingBarController.1.png differ diff --git a/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/NotchGradientLoadingBarControllerTestCase/testNotchGradientLoadingBarController.1.png b/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/NotchGradientLoadingBarControllerTestCase/testNotchGradientLoadingBarController.1.png index b93b665..51e959f 100644 Binary files a/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/NotchGradientLoadingBarControllerTestCase/testNotchGradientLoadingBarController.1.png and b/Example/SnapshotTests/GradientLoadingBarController/__Snapshots__/NotchGradientLoadingBarControllerTestCase/testNotchGradientLoadingBarController.1.png differ diff --git a/Example/SnapshotTests/README.md b/Example/SnapshotTests/README.md index 4b663f7..a005ad8 100644 --- a/Example/SnapshotTests/README.md +++ b/Example/SnapshotTests/README.md @@ -1,4 +1,4 @@ # Snapshot-Tests ## Device -Run test-cases with the `iPhone 13 Pro` using `iOS 15`. +Run test-cases with the `iPhone 11 Pro` using `iOS 13.5`. diff --git a/Example/fastlane/Fastfile b/Example/fastlane/Fastfile index b51a5f8..c08f4db 100644 --- a/Example/fastlane/Fastfile +++ b/Example/fastlane/Fastfile @@ -36,7 +36,7 @@ platform :ios do desc "Execute tests." lane :tests do run_tests(workspace: "GradientLoadingBar.xcworkspace", - devices: ["iPhone 13 Pro"], + devices: ["iPhone 11 Pro"], scheme: "GradientLoadingBar-Example") end