Removed Mac Finder mode

This commit is contained in:
Pierre-Olivier Latour
2014-04-09 01:41:54 -07:00
parent d2c0d6da2b
commit 9f0544b449
3 changed files with 4 additions and 11 deletions
-1
View File
@@ -47,7 +47,6 @@
@property(nonatomic, copy) NSArray* allowedFileExtensions; // Default is nil i.e. all file extensions are allowed
@property(nonatomic) BOOL showHiddenFiles; // Default is NO
- (instancetype)initWithUploadDirectory:(NSString*)path;
- (instancetype)initWithUploadDirectory:(NSString*)path macFinderMode:(BOOL)macFinderMode; // If Mac Finder mode is ON, WebDAV server can be mounted read-write instead of read-only in OS X Finder
@end
@interface GCDWebDAVServer (Subclassing)