Added compatibility with OS X Finder for WebDAV

This commit is contained in:
Pierre-Olivier Latour
2014-04-09 01:37:15 -07:00
parent b494e40442
commit d5811fe6df
4 changed files with 158 additions and 40 deletions
+1
View File
@@ -47,6 +47,7 @@
@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)