(file)
| 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); |