Revert "♻️ :: Update tests for iOS 15 / iPhone 13"

This reverts commit a537a75c68. **GitHub Actions are still using Xcod 12.4**
This commit is contained in:
Felix Mau
2021-10-02 14:02:06 +02:00
parent a537a75c68
commit dbec8e5cdb
6 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 95 KiB

+1 -1
View File
@@ -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`.
+1 -1
View File
@@ -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