diff options
author | Damiano Galassi <[email protected]> | 2017-01-25 11:03:00 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-01-25 11:03:00 +0100 |
commit | 178071e0ce842af53e8c51e6275e8956fc4aa27c (patch) | |
tree | 6337430f7ec1900ce562bf394954469cc68b80d2 /macosx/HBJob.h | |
parent | 79c33c0ca996311224bbd3719c85238a3358cb5e (diff) |
MacGui: improve management of security scoped resources. Fix external SRT in the sandboxed build.
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index ff4af8d09..66a42ccec 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -86,14 +86,6 @@ typedef NS_ENUM(NSUInteger, HBJobState){ @property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo; -/* Given a HBJob created by NSSecureCoding, make the resource referenced by the job accessible to the process. - */ -- (BOOL)startAccessingSecurityScopedResource; - -/* Revokes the access granted to the url by a prior successful call to startAccessingSecurityScopedResource. - */ -- (void)stopAccessingSecurityScopedResource; - @end NS_ASSUME_NONNULL_END |