MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / generatePBXCopyFilesBuildPhase

Method generatePBXCopyFilesBuildPhase

tools/mcconfig.js:851–860  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

849 }
850 }
851 generatePBXCopyFilesBuildPhase(file) {
852 if (file.fileType == "wrapper.framework" && file.copyFileID) {
853 this.write("\t\t\t\t");
854 this.writeID(file.copyFileID);
855 this.write(" /* ");
856 this.write(file.name);
857 this.write(file.extension);
858 this.line(" in Embed Frameworks */,");
859 }
860 }
861 generatePBXFrameworksBuildPhase(file) {
862 if (file.fileType == "wrapper.framework") {
863 this.write("\t\t\t\t");

Callers 1

generateMethod · 0.95

Calls 3

writeIDMethod · 0.95
writeMethod · 0.65
lineMethod · 0.45

Tested by

no test coverage detected