this repo has no description
1
fork

Configure Feed

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

Add OpenScriptingUtilPriv.h dummy for Security

+11
+11
src/OpenScripting/OpenScriptingUtilPriv.h
··· 1 + #ifndef OPENSCRIPTINGUTILPRIV_H_ 2 + #define OPENSCRIPTINGUTILPRIV_H_ 3 + #include <CoreFoundation/CFURL.h> 4 + 5 + static inline BOOL OSAIsRecognizedExecutableURL(CFURLRef url, SInt32* error) 6 + { 7 + return NO; 8 + } 9 + 10 + #endif 11 +