almost signing ios

This commit is contained in:
2026-01-02 17:45:00 +02:00
parent 0524866eca
commit 1897035d8e
14 changed files with 614 additions and 25 deletions

View File

@@ -155,5 +155,10 @@ findbuild:
CommandLine()->CreateCommandLine(c, v);
if (CommandLine()->CheckParam("build"))
return build();
const char *szDeployDevice = CommandLine()->ParamValue("deploy");
if (szDeployDevice)
{
}
return 0;
};