Scoped helper for loading and unloading the CEF framework library at runtime from the expected location in the app bundle. Loading at runtime instead of linking directly is a requirement of the macOS sandbox implementation. Example usage in the main process: #include "include/wrapper/cef_library_loader.h" int main(int argc, char* argv[]) { // Dynamically load the CEF framework library. Ce
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected