Skip to content

Instantly share code, notes, and snippets.

View wired247's full-sized avatar

David Willoughby wired247

View GitHub Profile
@tibr
tibr / NSFileManager+DoNotBackup.h
Created March 8, 2012 09:42
Setting the do not backup attribute in different iOS versions
@interface NSFileManager (DoNotBackup)
- (BOOL)addSkipBackupAttributeToItemAtURL:(NSURL *)URL;
@end