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

Fix change in Preferences path for Xcode6.1 simulators #82

Closed
wants to merge 2 commits into from

Conversation

krukow
Copy link
Contributor

@krukow krukow commented Oct 21, 2014

In Xcode 6.1 preferences changed again to:

~/Library/Developer/CoreSimulator/Devices/2471BD90-9A5E-484A-B31B-2B65CA39FBAE/data/Containers/Data/Application/580B0EC9-4552-43B5-A0A1-A188AAE589A5/Library/Preferences/[bundle id].plist


-(BOOL)isXcode60StylePreferences {
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_8_1
return NO;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This check did not sufficiently work for xcode 6.0

@jmoody
Copy link
Contributor

jmoody commented Oct 21, 2014

Replaced by #83

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