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 support for watch os, disable iCloud for watch. #1319

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

Conversation

awesomejue
Copy link

No description provided.

if (cloudURL) //iCloud is available
{
NSMutableDictionary *iCloudOptions = [[NSMutableDictionary alloc] init];
[iCloudOptions setObject:cloudURL forKey:NSPersistentStoreUbiquitousContentURLKey];
// [iCloudOptions setObject:cloudURL forKey:NSPersistentStoreUbiquitousContentURLKey];
Copy link
Collaborator

Choose a reason for hiding this comment

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

You forgot to undo something here?

@Coeur Coeur self-assigned this May 31, 2019
@Coeur
Copy link
Collaborator

Coeur commented Jun 20, 2019

I've done the relevant code change for watchOS compatibility on master (see #1362). Now someone just needs to add the targets in a non-conflicting pull request.

@Coeur Coeur assigned awesomejue and unassigned Coeur Jun 21, 2019
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.

None yet

2 participants