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

Add missing iOS, tvOS and watchOS versions #827

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

palperin
Copy link

Motivation

Display correct OS versions when listing simulators.

Test Plan

idb_companion --list 1 now returns correct os_version for iOS 15.4 Simulators:

{"model":"iPhone 12","os_version":"iOS 16.4","udid":"66C4D576-500A-4CE1-9AF0-3AAD17BE249D","architecture":"x86_64","type":"Simulator","name":"15_4_iPhone12","state":"Shutdown"}

{"model":"iPhone 12","os_version":"iOS 16.4","udid":"4173C584-9BD5-47F6-95C4-7BBEE1972D52","architecture":"x86_64","type":"Simulator","name":"16_4_iPhone12","state":"Shutdown"}

Prior to this change, the default (latest == 16.4) version was returned.

Related PRs

#656

Copy link

@mforys mforys left a comment

Choose a reason for hiding this comment

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

These changes are very necessary!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants