aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-03-26 02:21:02 +0000
committerrowanbeentje <rowan@beent.je>2009-03-26 02:21:02 +0000
commit805aacd10db95bfe5db463a4a4e79efb8a9c8a95 (patch)
treececd9b50dc4a4b20f5b5fac4feac995ffba6d9fe /Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h
parent1c0cd9c68a62dd2da96939946c93d78f95a4f793 (diff)
downloadsequelpro-805aacd10db95bfe5db463a4a4e79efb8a9c8a95.tar.gz
sequelpro-805aacd10db95bfe5db463a4a4e79efb8a9c8a95.tar.bz2
sequelpro-805aacd10db95bfe5db463a4a4e79efb8a9c8a95.zip
- Remove the old Sparkle framework version prior to updating
Diffstat (limited to 'Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h')
-rw-r--r--Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h b/Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h
deleted file mode 100644
index 80b91a9b..00000000
--- a/Frameworks/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// NSFileManager+Authentication.m
-// Sparkle
-//
-// Created by Andy Matuschak on 3/9/06.
-// Copyright 2006 Andy Matuschak. All rights reserved.
-//
-
-#ifndef NSFILEMANAGER_PLUS_AUTHENTICATION_H
-#define NSFILEMANAGER_PLUS_AUTHENTICATION_H
-
-@interface NSFileManager (SUAuthenticationAdditions)
-- (BOOL)copyPathWithAuthentication:(NSString *)src overPath:(NSString *)dst error:(NSError **)error;
-@end
-
-#endif