this repo has no description
1
fork

Configure Feed

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

Only include C++ headers in CoreAnalytics when compiling for C++

+3
+3
src/private-frameworks/CoreAnalytics/include/CoreAnalytics/CoreAnalytics.h
··· 20 20 #ifndef _CoreAnalytics_H_ 21 21 #define _CoreAnalytics_H_ 22 22 23 + #ifdef __cplusplus 23 24 #include <string> 24 25 #include <functional> 25 26 #include <memory> 26 27 #include <string_view> 27 28 #include <AppleSauce/AppleSauce.h> 28 29 #include <dispatch/dispatch.h> 30 + #endif 31 + 29 32 #include <xpc/xpc.h> 30 33 31 34 #import <Foundation/Foundation.h>