this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

LaunchServices constants (#445)

+8
+8
src/CoreServices/constants.m
··· 15 15 const CFStringRef kUTTypeZipArchive = CFSTR("public.zip-archive"); 16 16 const CFStringRef kUTTypeAppleICNS = CFSTR("com.apple.icns"); 17 17 const CFStringRef kUTTypeFileURL = CFSTR("public.file-url"); 18 + const CFStringRef kUTTypeCHeader = CFSTR("public.c-header"); 19 + const CFStringRef kUTTypeCPlusPlusHeader = CFSTR("public.c-plus-plus-header"); 20 + const CFStringRef kUTTypeCPlusPlusSource = CFSTR("public.c-plus-plus-source"); 21 + const CFStringRef kUTTypeCSource = CFSTR("public.c-source"); 22 + const CFStringRef kUTTypeFolder = CFSTR("public.folder"); 23 + const CFStringRef kUTTypeObjectiveCPlusPlusSource = CFSTR("public.objective-c-plus-plus-source"); 24 + const CFStringRef kUTTypeObjectiveCSource = CFSTR("public.objective-c-source"); 25 + const CFStringRef kUTTypeTagSpecificationKey = CFSTR("UTTypeTagSpecification"); 18 26 19 27 const CFStringRef _kLSASNKey = CFSTR("LSASN"); 20 28 const CFStringRef _kLSApplicationTypeKey = CFSTR("ApplicationType");