]>
git.saurik.com Git - apple/security.git/blob - RegressionTests/manifeststresstest/mark.h
5 // Created by Ben Williamson on 6/2/17.
9 #import <Foundation/Foundation.h>
13 NSDictionary
<NSString
*, NSString
*> *markForIdent(NSString
*ident
);
14 NSDictionary
<NSString
*, NSString
*> *updateForIdent(NSString
*ident
);
16 void writeMark(NSString
*ident
, NSString
*view
);
18 void deleteMark(NSString
*ident
);
20 void updateMark(NSString
*ident
);
22 // Returns YES if the access group contains exactly the expected items
23 // of the given idents (and no other items) or NO otherwise.
24 BOOL
verifyMarks(NSArray
<NSString
*> *idents
);
25 BOOL
verifyUpdateMarks(NSArray
<NSString
*> *idents
);