Skip to content

Instantly share code, notes, and snippets.

@olivM
Created June 28, 2012 09:02
Show Gist options
  • Save olivM/3010047 to your computer and use it in GitHub Desktop.
Save olivM/3010047 to your computer and use it in GitHub Desktop.
less /System/Library/Frameworks/CoreServices.framework/Versions/A/Headers/CoreServices.h
/*
File: CoreServices/CoreServices.h
Contains: Master include for CoreServices (non-UI toolbox)
Version: CoreServices-53~104
Copyright: � 1999-2008 by Apple Computer, Inc., all rights reserved.
Bugs?: For bug reports, consult the following page on
the World Wide Web:
http://developer.apple.com/bugreporter/
*/
#ifndef __CORESERVICES__
#define __CORESERVICES__
#ifndef __AE__
#include <AE/AE.h>
#endif
#ifndef __CARBONCORE__
#include <CarbonCore/CarbonCore.h>
#endif
#ifndef __OSSERVICES__
#include <OSServices/OSServices.h>
#endif
#ifndef __COREFOUNDATION__
#include <CoreFoundation/CoreFoundation.h>
#endif
#ifndef __CFNETWORK__
#include <CFNetwork/CFNetwork.h>
#endif
#ifndef __LAUNCHSERVICES__
#include <LaunchServices/LaunchServices.h>
#endif
#ifndef __SEARCHKIT__
#include <SearchKit/SearchKit.h>
#endif
#include <Metadata/Metadata.h>
#include <DictionaryServices/DictionaryServices.h>
#endif /* __CORESERVICES__ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment