X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/6e51aaf823ae242f0fcd656cb7753b204bfe2efb..c8a0500b2fc78101e1a7f3b2c99939f88a33aa4d:/Trampoline.t.cpp diff --git a/Trampoline.t.cpp b/Trampoline.t.cpp index 267a253..f8780bc 100644 --- a/Trampoline.t.cpp +++ b/Trampoline.t.cpp @@ -32,6 +32,8 @@ static _finline void dlset(Baton *baton, Type_ &function, const char *name, void baton->dlerror(); } +// XXX: where you find this needs to be relative to CoreFoundation (or something) +// XXX: this needs to check if the framework is under PrivateFrameworks instead #define Framework(framework) \ "/System/Library/Frameworks/" #framework ".framework/" #framework