|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 549A79D1156E2F560030310A /* utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 549A79D0156E2F560030310A /* utils.m */; }; |
10 | 11 | 54CAE68E155E54D500C956CD /* MOMPrinter.m in Sources */ = {isa = PBXBuildFile; fileRef = 54CAE68D155E54D400C956CD /* MOMPrinter.m */; }; |
11 | 12 | 54F505ED1550FC8F00D4A631 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54F505EC1550FC8F00D4A631 /* Foundation.framework */; }; |
12 | 13 | 54F505F01550FC8F00D4A631 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F505EF1550FC8F00D4A631 /* main.m */; }; |
|
27 | 28 | /* End PBXCopyFilesBuildPhase section */ |
28 | 29 |
|
29 | 30 | /* Begin PBXFileReference section */ |
| 31 | + 549A79CF156E2F560030310A /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = "<group>"; }; |
| 32 | + 549A79D0156E2F560030310A /* utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = utils.m; sourceTree = "<group>"; }; |
30 | 33 | 54CAE68C155E54D400C956CD /* MOMPrinter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MOMPrinter.h; sourceTree = "<group>"; }; |
31 | 34 | 54CAE68D155E54D400C956CD /* MOMPrinter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MOMPrinter.m; sourceTree = "<group>"; }; |
32 | 35 | 54F505E81550FC8F00D4A631 /* XCDataModelPrinter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XCDataModelPrinter; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
83 | 86 | children = ( |
84 | 87 | 54F5060C1551234400D4A631 /* NSData_Base64 */, |
85 | 88 | 54F505EF1550FC8F00D4A631 /* main.m */, |
86 | | - 54F505F11550FC8F00D4A631 /* Supporting Files */, |
87 | 89 | 54CAE68C155E54D400C956CD /* MOMPrinter.h */, |
88 | 90 | 54CAE68D155E54D400C956CD /* MOMPrinter.m */, |
| 91 | + 54F505F11550FC8F00D4A631 /* Supporting Files */, |
| 92 | + 549A79CF156E2F560030310A /* utils.h */, |
| 93 | + 549A79D0156E2F560030310A /* utils.m */, |
89 | 94 | ); |
90 | 95 | path = src; |
91 | 96 | sourceTree = "<group>"; |
|
160 | 165 | 54F505F01550FC8F00D4A631 /* main.m in Sources */, |
161 | 166 | 54F5060F1551234400D4A631 /* NSData+Base64.m in Sources */, |
162 | 167 | 54CAE68E155E54D500C956CD /* MOMPrinter.m in Sources */, |
| 168 | + 549A79D1156E2F560030310A /* utils.m in Sources */, |
163 | 169 | ); |
164 | 170 | runOnlyForDeploymentPostprocessing = 0; |
165 | 171 | }; |
|
0 commit comments