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

Device: ensure simulator plist paths exist #649

Merged
merged 3 commits into from
Aug 30, 2017

Conversation

jmoody
Copy link
Contributor

@jmoody jmoody commented Aug 30, 2017

Motivation

In Xcode 9, many (more) plist are (more) lazily created after simulators are erased. This can break some of the tooling which either assumes the plist exist or waits for the plist to exist. Whenever run-loop needs to reference a plist, it now ensure that plist exists by creating it.

Progress on:

  • run-loop: cannot set language if AppleLanguage key does not already exist VSTS

@jmoody jmoody added this to the 2.5.4 milestone Aug 30, 2017
@jmoody jmoody self-assigned this Aug 30, 2017
@jmoody jmoody force-pushed the feature/Device-simulator-paths-may-need-to-be-created branch from 61a4186 to c1812dc Compare August 30, 2017 11:47
@jmoody jmoody force-pushed the feature/Device-simulator-paths-may-need-to-be-created branch from c1812dc to 896b87f Compare August 30, 2017 11:51
@jmoody jmoody merged commit 196beb4 into develop Aug 30, 2017
@jmoody jmoody deleted the feature/Device-simulator-paths-may-need-to-be-created branch August 30, 2017 12:32
@jmoody jmoody mentioned this pull request Aug 30, 2017
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.

2 participants