Skip to content

Commit

Permalink
LaunchServices constants (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hyatt committed Jan 16, 2019
1 parent 81e1bd1 commit d0c42cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/CoreServices/constants.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
const CFStringRef kUTTypeZipArchive = CFSTR("public.zip-archive");
const CFStringRef kUTTypeAppleICNS = CFSTR("com.apple.icns");
const CFStringRef kUTTypeFileURL = CFSTR("public.file-url");
const CFStringRef kUTTypeCHeader = CFSTR("public.c-header");
const CFStringRef kUTTypeCPlusPlusHeader = CFSTR("public.c-plus-plus-header");
const CFStringRef kUTTypeCPlusPlusSource = CFSTR("public.c-plus-plus-source");
const CFStringRef kUTTypeCSource = CFSTR("public.c-source");
const CFStringRef kUTTypeFolder = CFSTR("public.folder");
const CFStringRef kUTTypeObjectiveCPlusPlusSource = CFSTR("public.objective-c-plus-plus-source");
const CFStringRef kUTTypeObjectiveCSource = CFSTR("public.objective-c-source");
const CFStringRef kUTTypeTagSpecificationKey = CFSTR("UTTypeTagSpecification");

const CFStringRef _kLSASNKey = CFSTR("LSASN");
const CFStringRef _kLSApplicationTypeKey = CFSTR("ApplicationType");
Expand Down

0 comments on commit d0c42cc

Please sign in to comment.