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

Method generatePBXBuildPhase

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

Source from the content-addressed store, hash-verified

879 }
880 }
881 generatePBXBuildPhase(file) {
882 this.write("\t\t\t\t");
883 this.writeID(file.buildFileID);
884 this.write(" /* ");
885 this.write(file.name);
886 this.write(file.extension);
887 this.line(" in Sources */,");
888 }
889 generatePBXFileReference(file) {
890 this.write("\t\t");
891 this.writeID(file.fileReferenceID);

Callers 1

generateMethod · 0.95

Calls 3

writeIDMethod · 0.95
writeMethod · 0.65
lineMethod · 0.45

Tested by

no test coverage detected