]>
Commit | Line | Data |
---|---|---|
a61fdf0a A |
1 | // !$*UTF8*$! |
2 | { | |
3 | archiveVersion = 1; | |
4 | classes = { | |
5 | }; | |
6 | objectVersion = 42; | |
7 | objects = { | |
8 | ||
9 | /* Begin PBXBuildFile section */ | |
10 | 8DD76F9A0486AA7600D96B5E /* xmlparser.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* xmlparser.m */; settings = {ATTRIBUTES = (); }; }; | |
11 | 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; }; | |
12 | 8DD76F9F0486AA7600D96B5E /* xmlparser.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859EA3029092ED04C91782 /* xmlparser.1 */; }; | |
13 | /* End PBXBuildFile section */ | |
14 | ||
15 | /* Begin PBXCopyFilesBuildPhase section */ | |
16 | 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = { | |
17 | isa = PBXCopyFilesBuildPhase; | |
18 | buildActionMask = 8; | |
19 | dstPath = /usr/share/man/man1/; | |
20 | dstSubfolderSpec = 0; | |
21 | files = ( | |
22 | 8DD76F9F0486AA7600D96B5E /* xmlparser.1 in CopyFiles */, | |
23 | ); | |
24 | runOnlyForDeploymentPostprocessing = 1; | |
25 | }; | |
26 | /* End PBXCopyFilesBuildPhase section */ | |
27 | ||
28 | /* Begin PBXFileReference section */ | |
29 | 08FB7796FE84155DC02AAC07 /* xmlparser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = xmlparser.m; sourceTree = "<group>"; }; | |
30 | 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; | |
31 | 32A70AAB03705E1F00C91783 /* xmlparser_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlparser_Prefix.pch; sourceTree = "<group>"; }; | |
32 | 8DD76FA10486AA7600D96B5E /* xmlparser */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xmlparser; sourceTree = BUILT_PRODUCTS_DIR; }; | |
33 | C6859EA3029092ED04C91782 /* xmlparser.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = xmlparser.1; sourceTree = "<group>"; }; | |
34 | /* End PBXFileReference section */ | |
35 | ||
36 | /* Begin PBXFrameworksBuildPhase section */ | |
37 | 8DD76F9B0486AA7600D96B5E /* Frameworks */ = { | |
38 | isa = PBXFrameworksBuildPhase; | |
39 | buildActionMask = 2147483647; | |
40 | files = ( | |
41 | 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */, | |
42 | ); | |
43 | runOnlyForDeploymentPostprocessing = 0; | |
44 | }; | |
45 | /* End PBXFrameworksBuildPhase section */ | |
46 | ||
47 | /* Begin PBXGroup section */ | |
48 | 08FB7794FE84155DC02AAC07 /* xmlparser */ = { | |
49 | isa = PBXGroup; | |
50 | children = ( | |
51 | 08FB7795FE84155DC02AAC07 /* Source */, | |
52 | C6859EA2029092E104C91782 /* Documentation */, | |
53 | 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */, | |
54 | 1AB674ADFE9D54B511CA2CBB /* Products */, | |
55 | ); | |
56 | name = xmlparser; | |
57 | sourceTree = "<group>"; | |
58 | }; | |
59 | 08FB7795FE84155DC02AAC07 /* Source */ = { | |
60 | isa = PBXGroup; | |
61 | children = ( | |
62 | 32A70AAB03705E1F00C91783 /* xmlparser_Prefix.pch */, | |
63 | 08FB7796FE84155DC02AAC07 /* xmlparser.m */, | |
64 | ); | |
65 | name = Source; | |
66 | sourceTree = "<group>"; | |
67 | }; | |
68 | 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { | |
69 | isa = PBXGroup; | |
70 | children = ( | |
71 | 08FB779EFE84155DC02AAC07 /* Foundation.framework */, | |
72 | ); | |
73 | name = "External Frameworks and Libraries"; | |
74 | sourceTree = "<group>"; | |
75 | }; | |
76 | 1AB674ADFE9D54B511CA2CBB /* Products */ = { | |
77 | isa = PBXGroup; | |
78 | children = ( | |
79 | 8DD76FA10486AA7600D96B5E /* xmlparser */, | |
80 | ); | |
81 | name = Products; | |
82 | sourceTree = "<group>"; | |
83 | }; | |
84 | C6859EA2029092E104C91782 /* Documentation */ = { | |
85 | isa = PBXGroup; | |
86 | children = ( | |
87 | C6859EA3029092ED04C91782 /* xmlparser.1 */, | |
88 | ); | |
89 | name = Documentation; | |
90 | sourceTree = "<group>"; | |
91 | }; | |
92 | /* End PBXGroup section */ | |
93 | ||
94 | /* Begin PBXNativeTarget section */ | |
95 | 8DD76F960486AA7600D96B5E /* xmlparser */ = { | |
96 | isa = PBXNativeTarget; | |
97 | buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "xmlparser" */; | |
98 | buildPhases = ( | |
99 | 8DD76F990486AA7600D96B5E /* Sources */, | |
100 | 8DD76F9B0486AA7600D96B5E /* Frameworks */, | |
101 | 8DD76F9E0486AA7600D96B5E /* CopyFiles */, | |
102 | ); | |
103 | buildRules = ( | |
104 | ); | |
105 | dependencies = ( | |
106 | ); | |
107 | name = xmlparser; | |
108 | productInstallPath = "$(HOME)/bin"; | |
109 | productName = xmlparser; | |
110 | productReference = 8DD76FA10486AA7600D96B5E /* xmlparser */; | |
111 | productType = "com.apple.product-type.tool"; | |
112 | }; | |
113 | /* End PBXNativeTarget section */ | |
114 | ||
115 | /* Begin PBXProject section */ | |
116 | 08FB7793FE84155DC02AAC07 /* Project object */ = { | |
117 | isa = PBXProject; | |
118 | buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "xmlparser" */; | |
119 | hasScannedForEncodings = 1; | |
120 | mainGroup = 08FB7794FE84155DC02AAC07 /* xmlparser */; | |
121 | projectDirPath = ""; | |
122 | targets = ( | |
123 | 8DD76F960486AA7600D96B5E /* xmlparser */, | |
124 | ); | |
125 | }; | |
126 | /* End PBXProject section */ | |
127 | ||
128 | /* Begin PBXSourcesBuildPhase section */ | |
129 | 8DD76F990486AA7600D96B5E /* Sources */ = { | |
130 | isa = PBXSourcesBuildPhase; | |
131 | buildActionMask = 2147483647; | |
132 | files = ( | |
133 | 8DD76F9A0486AA7600D96B5E /* xmlparser.m in Sources */, | |
134 | ); | |
135 | runOnlyForDeploymentPostprocessing = 0; | |
136 | }; | |
137 | /* End PBXSourcesBuildPhase section */ | |
138 | ||
139 | /* Begin XCBuildConfiguration section */ | |
140 | 1DEB927508733DD40010E9CD /* Debug */ = { | |
141 | isa = XCBuildConfiguration; | |
142 | buildSettings = { | |
143 | COPY_PHASE_STRIP = NO; | |
144 | GCC_DYNAMIC_NO_PIC = NO; | |
145 | GCC_ENABLE_FIX_AND_CONTINUE = YES; | |
146 | GCC_MODEL_TUNING = G5; | |
147 | GCC_OPTIMIZATION_LEVEL = 0; | |
148 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
149 | GCC_PREFIX_HEADER = xmlparser_Prefix.pch; | |
150 | INSTALL_PATH = "$(HOME)/bin"; | |
151 | PRODUCT_NAME = xmlparser; | |
152 | ZERO_LINK = YES; | |
153 | }; | |
154 | name = Debug; | |
155 | }; | |
156 | 1DEB927608733DD40010E9CD /* Release */ = { | |
157 | isa = XCBuildConfiguration; | |
158 | buildSettings = { | |
159 | ARCHS = ( | |
160 | ppc, | |
161 | i386, | |
162 | ); | |
163 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |
164 | GCC_MODEL_TUNING = G5; | |
165 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
166 | GCC_PREFIX_HEADER = xmlparser_Prefix.pch; | |
167 | INSTALL_PATH = "$(HOME)/bin"; | |
168 | PRODUCT_NAME = xmlparser; | |
169 | }; | |
170 | name = Release; | |
171 | }; | |
172 | 1DEB927908733DD40010E9CD /* Debug */ = { | |
173 | isa = XCBuildConfiguration; | |
174 | buildSettings = { | |
175 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
176 | GCC_WARN_UNUSED_VARIABLE = YES; | |
177 | PREBINDING = NO; | |
178 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | |
179 | ZERO_LINK = YES; | |
180 | }; | |
181 | name = Debug; | |
182 | }; | |
183 | 1DEB927A08733DD40010E9CD /* Release */ = { | |
184 | isa = XCBuildConfiguration; | |
185 | buildSettings = { | |
186 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
187 | GCC_WARN_UNUSED_VARIABLE = YES; | |
188 | PREBINDING = NO; | |
189 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | |
190 | ZERO_LINK = NO; | |
191 | }; | |
192 | name = Release; | |
193 | }; | |
194 | /* End XCBuildConfiguration section */ | |
195 | ||
196 | /* Begin XCConfigurationList section */ | |
197 | 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "xmlparser" */ = { | |
198 | isa = XCConfigurationList; | |
199 | buildConfigurations = ( | |
200 | 1DEB927508733DD40010E9CD /* Debug */, | |
201 | 1DEB927608733DD40010E9CD /* Release */, | |
202 | ); | |
203 | defaultConfigurationIsVisible = 0; | |
204 | defaultConfigurationName = Release; | |
205 | }; | |
206 | 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "xmlparser" */ = { | |
207 | isa = XCConfigurationList; | |
208 | buildConfigurations = ( | |
209 | 1DEB927908733DD40010E9CD /* Debug */, | |
210 | 1DEB927A08733DD40010E9CD /* Release */, | |
211 | ); | |
212 | defaultConfigurationIsVisible = 0; | |
213 | defaultConfigurationName = Release; | |
214 | }; | |
215 | /* End XCConfigurationList section */ | |
216 | }; | |
217 | rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; | |
218 | } |