mirror of https://github.com/opa334/TrollStore.git
4 lines
154 B
C
4 lines
154 B
C
|
#import <stdbool.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
int codesign_sign_adhoc(const char *path, bool preserveMetadata, NSDictionary *customEntitlements);
|