Revert "♻️ :: Update tests for iOS 15 / iPhone 13"
This reverts commit a537a75c68. **GitHub Actions are still using Xcod 12.4**
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 95 KiB |
@@ -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`.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||