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

#835 Added printing available iOS software versions #897

Merged
merged 4 commits into from
Jul 17, 2020

Conversation

piotradamczyk5
Copy link
Contributor

Fixes #835

Test Plan

How do we know the code works?

Use on of a new CLI option to test this PR:

  • flank firebase test ios versions list or flank ios versions list - print iOS available versions to test against
Sample iOS versions list output:

┌───────────────┬───────────────┬───────────────┬─────────┬──────────────────────────────────────────┐
│ OS_VERSION_ID │ MAJOR_VERSION │ MINOR_VERSION │  TAGS   │       SUPPORTED_XCODE_VERSION_IDS        │
├───────────────┼───────────────┼───────────────┼─────────┼──────────────────────────────────────────┤
│     10.3      │      10       │       3       │         │ 10.2.1, 10.3, 11.0, 11.1, 11.2.1, 11.3.1 │
│     11.2      │      11       │       2       │ default │ 10.2.1, 10.3, 11.0, 11.1, 11.2.1, 11.3.1 │
│     11.4      │      11       │       4       │         │ 10.2.1, 10.3, 11.0, 11.1, 11.2.1, 11.3.1 │
│     12.0      │      12       │               │         │ 10.2.1, 10.3, 11.0, 11.1, 11.2.1, 11.3.1 │
│     12.1      │      12       │       1       │         │ 10.2.1, 10.3, 11.0, 11.1, 11.2.1, 11.3.1 │
│     12.2      │      12       │       2       │         │ 10.2.1, 10.3, 11.0, 11.1, 11.2.1, 11.3.1 │
│     12.3      │      12       │       3       │         │     10.3, 11.0, 11.1, 11.2.1, 11.3.1     │
│     13.2      │      13       │       2       │         │              11.2.1, 11.3.1              │
│     13.3      │      13       │       3       │         │                  11.3.1                  │
└───────────────┴───────────────┴───────────────┴─────────┴──────────────────────────────────────────┘

More listing options of the test environment will be added in the next tasks

Checklist

  • printing iOS software versions list
  • Documented
  • Unit tested
  • release_notes.md updated

@piotradamczyk5 piotradamczyk5 self-assigned this Jul 17, 2020
adamfilipow92
adamfilipow92 previously approved these changes Jul 17, 2020
Copy link
Contributor

@adamfilipow92 adamfilipow92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@piotradamczyk5 piotradamczyk5 merged commit 742030d into master Jul 17, 2020
@piotradamczyk5 piotradamczyk5 deleted the #835-ios-software branch July 17, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show available devices
2 participants