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

[TIMOB-23141] iOS: Fix Ti.Filesystem.File.remoteBackup #7910

Merged
merged 3 commits into from Apr 5, 2016

Conversation

hansemannn
Copy link
Collaborator

JIRA: https://jira.appcelerator.org/browse/TIMOB-23141

The initial implementation is outdated and was replaced by a cleaner API in iOS 5.1.

@hansemannn hansemannn changed the title [TIMOB-23141] Fix Ti.Filesystem.File.remoteBackup [TIMOB-23141] iOS: Fix Ti.Filesystem.File.remoteBackup Apr 3, 2016
return [NSNumber numberWithBool:YES];
NSURL *URL = [NSURL fileURLWithPath: [self path]];
NSError *error;
NSNumber *isExcluced;
Copy link
Contributor

Choose a reason for hiding this comment

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

minor spelling error. should be isExcluded

@hansemannn
Copy link
Collaborator Author

Done

@cheekiatng
Copy link
Contributor

APPROVED!

@cheekiatng cheekiatng merged commit 7753cac into tidev:master Apr 5, 2016
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.

None yet

2 participants