(file)
| 849 | } |
| 850 | } |
| 851 | generatePBXCopyFilesBuildPhase(file) { |
| 852 | if (file.fileType == "wrapper.framework" && file.copyFileID) { |
| 853 | this.write("\t\t\t\t"); |
| 854 | this.writeID(file.copyFileID); |
| 855 | this.write(" /* "); |
| 856 | this.write(file.name); |
| 857 | this.write(file.extension); |
| 858 | this.line(" in Embed Frameworks */,"); |
| 859 | } |
| 860 | } |
| 861 | generatePBXFrameworksBuildPhase(file) { |
| 862 | if (file.fileType == "wrapper.framework") { |
| 863 | this.write("\t\t\t\t"); |