Retry build

pull/1/head
Craig Gidney 11 years ago
parent 9e36872644
commit a3b438b040

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

Loading…
Cancel
Save