]> git.saurik.com Git - apple/security.git/blob - sectask/SystemEntitlements.h
Security-59754.41.1.tar.gz
[apple/security.git] / sectask / SystemEntitlements.h
1 #ifndef SystemEntitlements_h
2 #define SystemEntitlements_h
3
4 /*
5 This file collects entitlements defined on the platform and in use by Security.
6 */
7
8 #include <CoreFoundation/CFString.h>
9
10 __BEGIN_DECLS
11
12 /* Entitlement denoting client task is an App Clip */
13 #define kSystemEntitlementOnDemandInstallCapable CFSTR("com.apple.developer.on-demand-install-capable")
14
15 __END_DECLS
16
17 #endif /* SystemEntitlements_h */