this repo has no description
1
fork

Configure Feed

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

Improve FSEvents header compatibility with Apple's examples

+5
+1
src/frameworks/CoreServices/include/CoreServices/CoreServices.h
··· 26 26 27 27 #include <LaunchServices/LaunchServices.h> 28 28 #include <AE/AE.h> 29 + #include <FSEvents/FSEvents.h> 29 30 30 31 #endif 31 32
+4
src/frameworks/CoreServices/include/FSEvents/FSEvents.h
··· 67 67 kFSEventStreamCreateFlagUseExtendedData = 0x40, 68 68 }; 69 69 70 + enum { 71 + kFSEventStreamEventIdSinceNow = 0xFFFFFFFFFFFFFFFFULL, 72 + }; 73 + 70 74 #define kFSEventStreamEventExtendedDataPathKey CFSTR("path") 71 75 #define kFSEventStreamEventExtendedFileIDKey CFSTR("fileID") 72 76