Files
codeql/swift/xcode-autobuilder/XcodeBuildRunner.h

10 lines
343 B
C++

#pragma once
#include "swift/xcode-autobuilder/XcodeTarget.h"
#include "swift/xcode-autobuilder/XcodeProjectParser.h"
#include <filesystem>
void installDependencies(ProjectStructure& target, bool dryRun);
bool buildXcodeTarget(XcodeTarget& target, bool dryRun);
bool buildSwiftPackage(const std::filesystem::path& packageFile, bool dryRun);