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

Method generatePBXFrameworksBuildPhase

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

Source from the content-addressed store, hash-verified

859 }
860 }
861 generatePBXFrameworksBuildPhase(file) {
862 if (file.fileType == "wrapper.framework") {
863 this.write("\t\t\t\t");
864 this.writeID(file.buildFileID);
865 this.write(" /* ");
866 this.write(file.name);
867 this.write(file.extension);
868 this.line(" in Frameworks */,");
869 }
870 }
871 generatePBXResourcesBuildPhase(file) {
872 if (file.fileType != "wrapper.framework") {
873 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