Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated device list #21

Merged
merged 1 commit into from
May 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion maintenance/maintenance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ screenDensity: 326
screenX: 750
screenY: 1334
supportedVersionIds[0]: 11.4
supportedVersionIds[1]: 12.2
tags[0]: deprecated=11.4
---
deviceCapabilities[0]: accelerometer
Expand Down
40 changes: 20 additions & 20 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@ inputs:

Available devices and its versions:
```
┌─────────────┬───────────────────────┬─────────────────────┬──────────────────────────────────┐
MODEL_ID NAME OS_VERSION_IDS TAGS
├─────────────┼───────────────────────┼─────────────────────┼──────────────────────────────────┤
ipad5 iPad (5th generation) 11.2,12.0 deprecated=11.2
ipadmini4 iPad mini 4 11.2,12.0 deprecated=11.2
ipadpro_105 iPad Pro (10.5-inch) 11.2 deprecated=11.2
iphone11 iPhone 11 13.3
iphone11pro iPhone 11 Pro 13.3
iphone6 iPhone 6 11.4,12.2 deprecated=11.4
iphone6s iPhone 6s 10.3,11.2,11.4,12.0 deprecated=10.3, deprecated=11.2
iphone7 iPhone 7 11.2,11.4,12.0,12.3 deprecated=11.2
iphone7plus iPhone 7 Plus 11.2,11.4,12.0 deprecated=11.2
iphone8 iPhone 8 11.2,11.4,12.0 deprecated=11.2, default
iphone8plus iPhone 8 Plus 11.2,11.4,12.0,12.3 deprecated=11.2
iphonese iPhone SE 11.2,11.4,12.0,12.3 deprecated=11.2
iphonex iPhone X 11.2,11.4,12.0,12.3 deprecated=11.2
iphonexr iPhone XR 13.2
iphonexs iPhone XS 12.0,12.1,12.3
iphonexsmax iPhone XS Max 12.0,12.1,12.3
└─────────────┴───────────────────────┴─────────────────────┴──────────────────────────────────┘
+-------------+-----------------------+---------------------+----------------------------------+
| MODEL_ID | NAME | OS_VERSION_IDS | TAGS |
+-------------+-----------------------+---------------------+----------------------------------+
| ipad5 | iPad (5th generation) | 11.2,12.0 | deprecated=11.2 |
| ipadmini4 | iPad mini 4 | 11.2,12.0 | deprecated=11.2 |
| ipadpro_105 | iPad Pro (10.5-inch) | 11.2 | deprecated=11.2 |
| iphone11 | iPhone 11 | 13.3 | |
| iphone11pro | iPhone 11 Pro | 13.3 | |
| iphone6 | iPhone 6 | 11.4 | deprecated=11.4 |
| iphone6s | iPhone 6s | 10.3,11.2,11.4,12.0 | deprecated=10.3, deprecated=11.2 |
| iphone7 | iPhone 7 | 11.2,11.4,12.0,12.3 | deprecated=11.2 |
| iphone7plus | iPhone 7 Plus | 11.2,11.4,12.0 | deprecated=11.2 |
| iphone8 | iPhone 8 | 11.2,11.4,12.0 | deprecated=11.2, default |
| iphone8plus | iPhone 8 Plus | 11.2,11.4,12.0,12.3 | deprecated=11.2 |
| iphonese | iPhone SE | 11.2,11.4,12.0,12.3 | deprecated=11.2 |
| iphonex | iPhone X | 11.2,11.4,12.0,12.3 | deprecated=11.2 |
| iphonexr | iPhone XR | 13.2 | |
| iphonexs | iPhone XS | 12.0,12.1,12.3 | |
| iphonexsmax | iPhone XS Max | 12.0,12.1,12.3 | |
+-------------+-----------------------+---------------------+----------------------------------+
```
summary: |
Format:
Expand Down