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