|
|
|
@ -83,7 +83,8 @@
|
|
|
|
|
|
|
|
|
|
for (NSUInteger i = 0; i < pathsToExclude.count; i++) {
|
|
|
|
|
[[NSURL fileURLWithPath:pathsToExclude[i]] setResourceValue:@YES
|
|
|
|
|
forKey: NSURLIsExcludedFromBackupKey error: &error];
|
|
|
|
|
forKey:NSURLIsExcludedFromBackupKey
|
|
|
|
|
error:&error];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (error) {
|
|
|
|
|