#pragma once #include #include struct XcodeTarget { std::string workspace; std::string project; std::string name; std::string type; size_t fileCount; }; BINLOG_ADAPT_STRUCT(XcodeTarget, workspace, project, name, type, fileCount);