CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Eldon Ahrold.
Simple class to check the code sign of an app bundle or executable.
Currently there are only three methods
+ (NSString*)certNameOfItemAtPath:(NSString*)path
error:(NSError**)error;
+ (BOOL)codeSignOfItemAtPathIsValid:(NSString *)path
error:(NSError**)error;
+ (BOOL)codesignOfItemAtPath:(NSString*)item1
isSameAsItemAtPath:(NSString*)item2
error:(NSError**)error;
* I use this in priviledged helper tools to check that the NSXPC message sender is valid
See AHCodesignVerifier.h for more details