Compare commits
2 commits
f31ac330d2
...
6885032e45
Author | SHA1 | Date | |
---|---|---|---|
|
6885032e45 | ||
|
6110e58365 |
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
}
|
||||
|
||||
- (void)parseFile:(NSString *)filename {
|
||||
NSStringEncoding encoding;
|
||||
NSError *error = nil;
|
||||
id sandboxBrokerClass = NSClassFromString(@"SandboxBroker");
|
||||
const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]];
|
||||
|
|
Loading…
Reference in a new issue