valdi_core/README.md
Files under generated-src are built by djinni. Djinni can be invoked through a shell script with the target module directory as the first parameter:
sh ../../tools/run_djinni.sh ../../src/open_source/valdi_core
The following generated file requires manual editing:
open_source/valdi_core/generated-src/jni/valdi_core/NativeHTTPRequestManagerCompletion.cpp
Add the following to the header includes:
#include "valdi_core/bindings/UndefExceptions_jni.hpp"
The following generated file requires manual editing:
open_source/valdi_core/generated-src/objc/valdi_core/SCNValdiCoreHTTPRequestManagerCompletion+Private.mm
Add the following to the header includes:
#include "valdi_core/bindings/UndefExceptions_objc.hpp"