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 Xcode 6.1 simulator preferences path #83

Merged
merged 5 commits into from
Oct 22, 2014

Conversation

jmoody
Copy link
Contributor

@jmoody jmoody commented Oct 21, 2014

Replaces #82

// we set a token using NSUserDefaults and look for the plist that contains
// the token.
static NSString *const tokenKey = @"sh.calabash.preferences-token";
CFUUIDRef udid = CFUUIDCreate(NULL);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this object leaks (although only one instance)

jmoody added a commit that referenced this pull request Oct 22, 2014
…th-write-to-defaults

Fix Xcode 6.1 simulator preferences path
@jmoody jmoody merged commit 04f1421 into develop Oct 22, 2014
@jmoody jmoody deleted the feature/fix-xcode61-sim-prefs-path-write-to-defaults branch November 6, 2014 16:18
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.

2 participants