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

Method generatePBXResourcesBuildPhase

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

Source from the content-addressed store, hash-verified

869 }
870 }
871 generatePBXResourcesBuildPhase(file) {
872 if (file.fileType != "wrapper.framework") {
873 this.write("\t\t\t\t");
874 this.writeID(file.buildFileID);
875 this.write(" /* ");
876 this.write(file.name);
877 this.write(file.extension);
878 this.line(" in Resources */,");
879 }
880 }
881 generatePBXBuildPhase(file) {
882 this.write("\t\t\t\t");
883 this.writeID(file.buildFileID);

Callers 1

generateMethod · 0.95

Calls 3

writeIDMethod · 0.95
writeMethod · 0.65
lineMethod · 0.45

Tested by

no test coverage detected