Skip to content

Commit

Permalink
Update STAAppDelegate.m
Browse files Browse the repository at this point in the history
  • Loading branch information
beelsebob committed Mar 30, 2013
1 parent 95d9456 commit d71b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stash/STAAppDelegate.m
Expand Up @@ -347,7 +347,7 @@ - (void)indexDocsetsWithPermissionInRoots:(NSArray *)roots withContinuation:(voi


- (NSString *)pathForArchive - (NSString *)pathForArchive
{ {
return [[NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDirectory, YES) objectAtIndex:0] stringByAppendingPathComponent:@"Stash"]; return [[NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, YES) objectAtIndex:0] stringByAppendingPathComponent:@"Stash"];
} }


- (void)requestAccessToDirectory:(NSString *)directory continuation:(void(^)(NSURL *))cont - (void)requestAccessToDirectory:(NSString *)directory continuation:(void(^)(NSURL *))cont
Expand Down

0 comments on commit d71b322

Please sign in to comment.