|
10 | 10 | A89D8FE717CFFDCE0077F2B5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A89D8FE617CFFDCE0077F2B5 /* Foundation.framework */; };
|
11 | 11 | A89D8FEA17CFFDCE0077F2B5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A89D8FE917CFFDCE0077F2B5 /* main.m */; };
|
12 | 12 | A89D8FEE17CFFDCE0077F2B5 /* assetgen.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = A89D8FED17CFFDCE0077F2B5 /* assetgen.1 */; };
|
| 13 | +A89D8FF617CFFED90077F2B5 /* AGCatalogParser.m in Sources */ = {isa = PBXBuildFile; fileRef = A89D8FF517CFFED90077F2B5 /* AGCatalogParser.m */; }; |
13 | 14 | /* End PBXBuildFile section */
|
14 | 15 |
|
15 | 16 | /* Begin PBXCopyFilesBuildPhase section */
|
|
26 | 27 | /* End PBXCopyFilesBuildPhase section */
|
27 | 28 |
|
28 | 29 | /* Begin PBXFileReference section */
|
29 |
| -A89D8FE317CFFDCE0077F2B5 /* assetgen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = assetgen; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 30 | +A89D8FE317CFFDCE0077F2B5 /*objc-assetgen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path ="objc-assetgen"; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 31 | A89D8FE617CFFDCE0077F2B5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
31 | 32 | A89D8FE917CFFDCE0077F2B5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
32 | 33 | A89D8FEC17CFFDCE0077F2B5 /* assetgen-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "assetgen-Prefix.pch"; sourceTree = "<group>"; };
|
33 | 34 | A89D8FED17CFFDCE0077F2B5 /* assetgen.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = assetgen.1; sourceTree = "<group>"; };
|
| 35 | +A89D8FF417CFFED90077F2B5 /* AGCatalogParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AGCatalogParser.h; sourceTree = "<group>"; }; |
| 36 | +A89D8FF517CFFED90077F2B5 /* AGCatalogParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGCatalogParser.m; sourceTree = "<group>"; }; |
34 | 37 | /* End PBXFileReference section */
|
35 | 38 |
|
36 | 39 | /* Begin PBXFrameworksBuildPhase section */
|
|
57 | 60 | A89D8FE417CFFDCE0077F2B5 /* Products */ = {
|
58 | 61 | isa = PBXGroup;
|
59 | 62 | children = (
|
60 |
| -A89D8FE317CFFDCE0077F2B5 /* assetgen */, |
| 63 | +A89D8FE317CFFDCE0077F2B5 /*objc-assetgen */, |
61 | 64 | );
|
62 | 65 | name = Products;
|
63 | 66 | sourceTree = "<group>";
|
|
73 | 76 | A89D8FE817CFFDCE0077F2B5 /* assetgen */ = {
|
74 | 77 | isa = PBXGroup;
|
75 | 78 | children = (
|
| 79 | +A89D8FF417CFFED90077F2B5 /* AGCatalogParser.h */, |
| 80 | +A89D8FF517CFFED90077F2B5 /* AGCatalogParser.m */, |
76 | 81 | A89D8FE917CFFDCE0077F2B5 /* main.m */,
|
77 | 82 | A89D8FED17CFFDCE0077F2B5 /* assetgen.1 */,
|
78 | 83 | A89D8FEB17CFFDCE0077F2B5 /* Supporting Files */,
|
|
105 | 110 | );
|
106 | 111 | name = assetgen;
|
107 | 112 | productName = assetgen;
|
108 |
| -productReference = A89D8FE317CFFDCE0077F2B5 /* assetgen */; |
| 113 | +productReference = A89D8FE317CFFDCE0077F2B5 /*objc-assetgen */; |
109 | 114 | productType = "com.apple.product-type.tool";
|
110 | 115 | };
|
111 | 116 | /* End PBXNativeTarget section */
|
|
139 | 144 | isa = PBXSourcesBuildPhase;
|
140 | 145 | buildActionMask = 2147483647;
|
141 | 146 | files = (
|
| 147 | +A89D8FF617CFFED90077F2B5 /* AGCatalogParser.m in Sources */, |
142 | 148 | A89D8FEA17CFFDCE0077F2B5 /* main.m in Sources */,
|
143 | 149 | );
|
144 | 150 | runOnlyForDeploymentPostprocessing = 0;
|
|
221 | 227 | buildSettings = {
|
222 | 228 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
223 | 229 | GCC_PREFIX_HEADER = "assetgen/assetgen-Prefix.pch";
|
224 |
| -PRODUCT_NAME = "$(TARGET_NAME)"; |
| 230 | +PRODUCT_NAME = "objc-assetgen"; |
225 | 231 | };
|
226 | 232 | name = Debug;
|
227 | 233 | };
|
|
230 | 236 | buildSettings = {
|
231 | 237 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
232 | 238 | GCC_PREFIX_HEADER = "assetgen/assetgen-Prefix.pch";
|
233 |
| -PRODUCT_NAME = "$(TARGET_NAME)"; |
| 239 | +PRODUCT_NAME = "objc-assetgen"; |
234 | 240 | };
|
235 | 241 | name = Release;
|
236 | 242 | };
|
|
253 | 259 | A89D8FF317CFFDCE0077F2B5 /* Release */,
|
254 | 260 | );
|
255 | 261 | defaultConfigurationIsVisible = 0;
|
| 262 | +defaultConfigurationName = Release; |
256 | 263 | };
|
257 | 264 | /* End XCConfigurationList section */
|
258 | 265 | };
|
|