|
28 | 28 | /* End PBXCopyFilesBuildPhase section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */ |
31 | | - 54F505E81550FC8F00D4A631 /* MOMPrinter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MOMPrinter; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 31 | + 54F505E81550FC8F00D4A631 /* XCDataModelPrinter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XCDataModelPrinter; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 32 | 54F505EC1550FC8F00D4A631 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
33 | 33 | 54F505EF1550FC8F00D4A631 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
34 | | - 54F505F21550FC8F00D4A631 /* MOMPrinter-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MOMPrinter-Prefix.pch"; sourceTree = "<group>"; }; |
| 34 | + 54F505F21550FC8F00D4A631 /* XCDataModelPrinter-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCDataModelPrinter-Prefix.pch"; sourceTree = "<group>"; }; |
35 | 35 | 54F505F31550FC8F00D4A631 /* MOMPrinter.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = MOMPrinter.1; sourceTree = "<group>"; }; |
36 | 36 | 54F505FA1550FCA300D4A631 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; |
37 | 37 | 54F5060D1551234400D4A631 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; }; |
|
54 | 54 | 54F505DD1550FC8F00D4A631 = { |
55 | 55 | isa = PBXGroup; |
56 | 56 | children = ( |
57 | | - 54F505EE1550FC8F00D4A631 /* MOMPrinter */, |
| 57 | + 54F505EE1550FC8F00D4A631 /* src */, |
58 | 58 | 54F505EB1550FC8F00D4A631 /* Frameworks */, |
59 | 59 | 54F505E91550FC8F00D4A631 /* Products */, |
60 | 60 | ); |
|
64 | 64 | 54F505E91550FC8F00D4A631 /* Products */ = { |
65 | 65 | isa = PBXGroup; |
66 | 66 | children = ( |
67 | | - 54F505E81550FC8F00D4A631 /* MOMPrinter */, |
| 67 | + 54F505E81550FC8F00D4A631 /* XCDataModelPrinter */, |
68 | 68 | ); |
69 | 69 | name = Products; |
70 | 70 | sourceTree = "<group>"; |
|
78 | 78 | name = Frameworks; |
79 | 79 | sourceTree = "<group>"; |
80 | 80 | }; |
81 | | - 54F505EE1550FC8F00D4A631 /* MOMPrinter */ = { |
| 81 | + 54F505EE1550FC8F00D4A631 /* src */ = { |
82 | 82 | isa = PBXGroup; |
83 | 83 | children = ( |
84 | 84 | 54F5060C1551234400D4A631 /* NSData_Base64 */, |
85 | 85 | 54F505EF1550FC8F00D4A631 /* main.m */, |
86 | 86 | 54F505F31550FC8F00D4A631 /* MOMPrinter.1 */, |
87 | 87 | 54F505F11550FC8F00D4A631 /* Supporting Files */, |
88 | 88 | ); |
89 | | - path = MOMPrinter; |
| 89 | + path = src; |
90 | 90 | sourceTree = "<group>"; |
91 | 91 | }; |
92 | 92 | 54F505F11550FC8F00D4A631 /* Supporting Files */ = { |
93 | 93 | isa = PBXGroup; |
94 | 94 | children = ( |
95 | | - 54F505F21550FC8F00D4A631 /* MOMPrinter-Prefix.pch */, |
| 95 | + 54F505F21550FC8F00D4A631 /* XCDataModelPrinter-Prefix.pch */, |
96 | 96 | ); |
97 | 97 | name = "Supporting Files"; |
98 | 98 | sourceTree = "<group>"; |
|
109 | 109 | /* End PBXGroup section */ |
110 | 110 |
|
111 | 111 | /* Begin PBXNativeTarget section */ |
112 | | - 54F505E71550FC8F00D4A631 /* MOMPrinter */ = { |
| 112 | + 54F505E71550FC8F00D4A631 /* XCDataModelPrinter */ = { |
113 | 113 | isa = PBXNativeTarget; |
114 | | - buildConfigurationList = 54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "MOMPrinter" */; |
| 114 | + buildConfigurationList = 54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "XCDataModelPrinter" */; |
115 | 115 | buildPhases = ( |
116 | 116 | 54F505E41550FC8F00D4A631 /* Sources */, |
117 | 117 | 54F505E51550FC8F00D4A631 /* Frameworks */, |
|
121 | 121 | ); |
122 | 122 | dependencies = ( |
123 | 123 | ); |
124 | | - name = MOMPrinter; |
| 124 | + name = XCDataModelPrinter; |
125 | 125 | productName = MOMPrinter; |
126 | | - productReference = 54F505E81550FC8F00D4A631 /* MOMPrinter */; |
| 126 | + productReference = 54F505E81550FC8F00D4A631 /* XCDataModelPrinter */; |
127 | 127 | productType = "com.apple.product-type.tool"; |
128 | 128 | }; |
129 | 129 | /* End PBXNativeTarget section */ |
|
134 | 134 | attributes = { |
135 | 135 | LastUpgradeCheck = 0430; |
136 | 136 | }; |
137 | | - buildConfigurationList = 54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "MOMPrinter" */; |
| 137 | + buildConfigurationList = 54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "XCDataModelPrinter" */; |
138 | 138 | compatibilityVersion = "Xcode 3.2"; |
139 | 139 | developmentRegion = English; |
140 | 140 | hasScannedForEncodings = 0; |
|
146 | 146 | projectDirPath = ""; |
147 | 147 | projectRoot = ""; |
148 | 148 | targets = ( |
149 | | - 54F505E71550FC8F00D4A631 /* MOMPrinter */, |
| 149 | + 54F505E71550FC8F00D4A631 /* XCDataModelPrinter */, |
150 | 150 | ); |
151 | 151 | }; |
152 | 152 | /* End PBXProject section */ |
|
213 | 213 | isa = XCBuildConfiguration; |
214 | 214 | buildSettings = { |
215 | 215 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
216 | | - GCC_PREFIX_HEADER = "MOMPrinter/MOMPrinter-Prefix.pch"; |
217 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 216 | + GCC_PREFIX_HEADER = "src/XCDataModelPrinter-Prefix.pch"; |
| 217 | + PRODUCT_NAME = XCDataModelPrinter; |
218 | 218 | }; |
219 | 219 | name = Debug; |
220 | 220 | }; |
221 | 221 | 54F505F91550FC8F00D4A631 /* Release */ = { |
222 | 222 | isa = XCBuildConfiguration; |
223 | 223 | buildSettings = { |
224 | 224 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
225 | | - GCC_PREFIX_HEADER = "MOMPrinter/MOMPrinter-Prefix.pch"; |
226 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 225 | + GCC_PREFIX_HEADER = "src/XCDataModelPrinter-Prefix.pch"; |
| 226 | + PRODUCT_NAME = XCDataModelPrinter; |
227 | 227 | }; |
228 | 228 | name = Release; |
229 | 229 | }; |
230 | 230 | /* End XCBuildConfiguration section */ |
231 | 231 |
|
232 | 232 | /* Begin XCConfigurationList section */ |
233 | | - 54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "MOMPrinter" */ = { |
| 233 | + 54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "XCDataModelPrinter" */ = { |
234 | 234 | isa = XCConfigurationList; |
235 | 235 | buildConfigurations = ( |
236 | 236 | 54F505F51550FC8F00D4A631 /* Debug */, |
|
239 | 239 | defaultConfigurationIsVisible = 0; |
240 | 240 | defaultConfigurationName = Release; |
241 | 241 | }; |
242 | | - 54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "MOMPrinter" */ = { |
| 242 | + 54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "XCDataModelPrinter" */ = { |
243 | 243 | isa = XCConfigurationList; |
244 | 244 | buildConfigurations = ( |
245 | 245 | 54F505F81550FC8F00D4A631 /* Debug */, |
|
0 commit comments