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

Differentiate DeveloperDiskImage download for different devices #45

Closed
Schlaubischlump opened this issue Dec 16, 2020 · 0 comments
Closed
Labels
bug Something isn't working enhancement New feature or request

Comments

@Schlaubischlump
Copy link
Owner

Schlaubischlump commented Dec 16, 2020

WatchOS and TvOS use different DeveloperDiskImages. We need to find a way to differentiate the kind of device connected and decide based on that which DeveloperDiskImage to download. iDeviceInfo provides a way to read the device model maybe the version number also includes this info. That should be enough to identify the kind of device. Each DeveloperDiskImage should be placed in a subfolder e.g:

iOS/14.2/
watchOS/7.1/
iPadOS/... (This can be the same as iOS)
TvOS/...

Currently watchOS and TvOS are not supported. You have to upload the DeveloperDiskImage before starting LocationSimulator.

@Schlaubischlump Schlaubischlump added bug Something isn't working enhancement New feature or request labels Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant