We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb08a commit 1816a9dCopy full SHA for 1816a9d
1 file changed
supports/hudapp-prefix.pch
@@ -13,6 +13,8 @@
13
#if !TARGET_OS_SIMULATOR
14
#if __has_include(<roothide.h>)
15
#import <roothide.h>
16
+ #define JBROOT_PATH_CSTRING(cPath) jbroot(cPath)
17
+ #define JBROOT_PATH_NSSTRING(nsPath) jbroot(nsPath)
18
#elif __has_include(<libroot.h>)
19
#import <libroot.h>
20
#endif
0 commit comments