Skip to content

Instantly share code, notes, and snippets.

@flandy84
Created March 8, 2012 22:24
Show Gist options
  • Save flandy84/2003852 to your computer and use it in GitHub Desktop.
Save flandy84/2003852 to your computer and use it in GitHub Desktop.
iOS "skip backup" file/directory flag since ios 5.1
- (BOOL)addSkipBackupAttributeToItemAtURL:(NSURL *)URL{
return [URL setResourceValue:[NSNumber numberWithBool:YES] forKey:NSURLIsExcludedFromBackupKey error:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment