]> git.cameronkatri.com Git - apple_cmds.git/blob - basic_cmds/basic_cmds.xcodeproj/project.pbxproj
remote_cmds: Fix .PATH
[apple_cmds.git] / basic_cmds / basic_cmds.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 721D59C60FC5FA20009D810A /* Build All */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 721D59C90FC5FA4E009D810A /* Build configuration list for PBXAggregateTarget "Build All" */;
13 buildPhases = (
14 );
15 dependencies = (
16 721D59D50FC5FB18009D810A /* PBXTargetDependency */,
17 721D59D30FC5FB18009D810A /* PBXTargetDependency */,
18 721D59D10FC5FB18009D810A /* PBXTargetDependency */,
19 721D59CF0FC5FB18009D810A /* PBXTargetDependency */,
20 );
21 name = "Build All";
22 productName = "Build All";
23 };
24 /* End PBXAggregateTarget section */
25
26 /* Begin PBXBuildFile section */
27 721D59850FC5F414009D810A /* mesg.c in Sources */ = {isa = PBXBuildFile; fileRef = 721D59840FC5F414009D810A /* mesg.c */; };
28 721D598D0FC5F49F009D810A /* mesg.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 721D59830FC5F414009D810A /* mesg.1 */; };
29 721D59920FC5F53E009D810A /* write.c in Sources */ = {isa = PBXBuildFile; fileRef = 721D59900FC5F533009D810A /* write.c */; };
30 721D59940FC5F566009D810A /* write.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 721D598F0FC5F533009D810A /* write.1 */; };
31 721D599C0FC5F593009D810A /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 721D599A0FC5F593009D810A /* base64.c */; };
32 721D599D0FC5F593009D810A /* uudecode.c in Sources */ = {isa = PBXBuildFile; fileRef = 721D599B0FC5F593009D810A /* uudecode.c */; };
33 721D59A10FC5F5C3009D810A /* uudecode.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 721D599F0FC5F5A8009D810A /* uudecode.1 */; };
34 721D59B30FC5F6D9009D810A /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 721D59AF0FC5F6D9009D810A /* base64.c */; };
35 721D59B40FC5F6D9009D810A /* uuencode.c in Sources */ = {isa = PBXBuildFile; fileRef = 721D59B20FC5F6D9009D810A /* uuencode.c */; };
36 721D59B60FC5F6F4009D810A /* uuencode.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 721D59B00FC5F6D9009D810A /* uuencode.1 */; };
37 721D59B70FC5F6F4009D810A /* uuencode.5 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 721D59B10FC5F6D9009D810A /* uuencode.5 */; };
38 /* End PBXBuildFile section */
39
40 /* Begin PBXContainerItemProxy section */
41 721D59CE0FC5FB18009D810A /* PBXContainerItemProxy */ = {
42 isa = PBXContainerItemProxy;
43 containerPortal = 721D59560FC5F325009D810A /* Project object */;
44 proxyType = 1;
45 remoteGlobalIDString = 721D597C0FC5F36F009D810A;
46 remoteInfo = write;
47 };
48 721D59D00FC5FB18009D810A /* PBXContainerItemProxy */ = {
49 isa = PBXContainerItemProxy;
50 containerPortal = 721D59560FC5F325009D810A /* Project object */;
51 proxyType = 1;
52 remoteGlobalIDString = 721D59730FC5F347009D810A;
53 remoteInfo = mesg;
54 };
55 721D59D20FC5FB18009D810A /* PBXContainerItemProxy */ = {
56 isa = PBXContainerItemProxy;
57 containerPortal = 721D59560FC5F325009D810A /* Project object */;
58 proxyType = 1;
59 remoteGlobalIDString = 721D596C0FC5F33E009D810A;
60 remoteInfo = uudecode;
61 };
62 721D59D40FC5FB18009D810A /* PBXContainerItemProxy */ = {
63 isa = PBXContainerItemProxy;
64 containerPortal = 721D59560FC5F325009D810A /* Project object */;
65 proxyType = 1;
66 remoteGlobalIDString = 721D59630FC5F336009D810A;
67 remoteInfo = uuencode;
68 };
69 /* End PBXContainerItemProxy section */
70
71 /* Begin PBXCopyFilesBuildPhase section */
72 721D598C0FC5F43F009D810A /* CopyFiles */ = {
73 isa = PBXCopyFilesBuildPhase;
74 buildActionMask = 8;
75 dstPath = /usr/share/man/man1;
76 dstSubfolderSpec = 0;
77 files = (
78 721D598D0FC5F49F009D810A /* mesg.1 in CopyFiles */,
79 );
80 runOnlyForDeploymentPostprocessing = 1;
81 };
82 721D59980FC5F56F009D810A /* CopyFiles */ = {
83 isa = PBXCopyFilesBuildPhase;
84 buildActionMask = 8;
85 dstPath = /usr/share/man/man1;
86 dstSubfolderSpec = 0;
87 files = (
88 721D59940FC5F566009D810A /* write.1 in CopyFiles */,
89 );
90 runOnlyForDeploymentPostprocessing = 1;
91 };
92 721D59A40FC5F5CA009D810A /* CopyFiles */ = {
93 isa = PBXCopyFilesBuildPhase;
94 buildActionMask = 8;
95 dstPath = /usr/share/man/man1;
96 dstSubfolderSpec = 0;
97 files = (
98 721D59A10FC5F5C3009D810A /* uudecode.1 in CopyFiles */,
99 );
100 runOnlyForDeploymentPostprocessing = 1;
101 };
102 721D59BC0FC5F70F009D810A /* CopyFiles */ = {
103 isa = PBXCopyFilesBuildPhase;
104 buildActionMask = 8;
105 dstPath = /usr/share/man/man1;
106 dstSubfolderSpec = 0;
107 files = (
108 721D59B60FC5F6F4009D810A /* uuencode.1 in CopyFiles */,
109 );
110 runOnlyForDeploymentPostprocessing = 1;
111 };
112 721D59CD0FC5FA9D009D810A /* CopyFiles */ = {
113 isa = PBXCopyFilesBuildPhase;
114 buildActionMask = 2147483647;
115 dstPath = /usr/share/man/man5;
116 dstSubfolderSpec = 0;
117 files = (
118 721D59B70FC5F6F4009D810A /* uuencode.5 in CopyFiles */,
119 );
120 runOnlyForDeploymentPostprocessing = 0;
121 };
122 /* End PBXCopyFilesBuildPhase section */
123
124 /* Begin PBXFileReference section */
125 721D59640FC5F336009D810A /* uuencode */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = uuencode; sourceTree = BUILT_PRODUCTS_DIR; };
126 721D596D0FC5F33E009D810A /* uudecode */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = uudecode; sourceTree = BUILT_PRODUCTS_DIR; };
127 721D59740FC5F347009D810A /* mesg */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mesg; sourceTree = BUILT_PRODUCTS_DIR; };
128 721D597D0FC5F370009D810A /* write */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = write; sourceTree = BUILT_PRODUCTS_DIR; };
129 721D59830FC5F414009D810A /* mesg.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = mesg.1; sourceTree = "<group>"; };
130 721D59840FC5F414009D810A /* mesg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mesg.c; sourceTree = "<group>"; };
131 721D598F0FC5F533009D810A /* write.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = write.1; sourceTree = "<group>"; };
132 721D59900FC5F533009D810A /* write.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = write.c; sourceTree = "<group>"; };
133 721D599A0FC5F593009D810A /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = "<group>"; };
134 721D599B0FC5F593009D810A /* uudecode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uudecode.c; sourceTree = "<group>"; };
135 721D599F0FC5F5A8009D810A /* uudecode.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = uudecode.1; sourceTree = "<group>"; };
136 721D59AF0FC5F6D9009D810A /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = "<group>"; };
137 721D59B00FC5F6D9009D810A /* uuencode.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = uuencode.1; sourceTree = "<group>"; };
138 721D59B10FC5F6D9009D810A /* uuencode.5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uuencode.5; sourceTree = "<group>"; };
139 721D59B20FC5F6D9009D810A /* uuencode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uuencode.c; sourceTree = "<group>"; };
140 /* End PBXFileReference section */
141
142 /* Begin PBXFrameworksBuildPhase section */
143 721D59620FC5F336009D810A /* Frameworks */ = {
144 isa = PBXFrameworksBuildPhase;
145 buildActionMask = 2147483647;
146 files = (
147 );
148 runOnlyForDeploymentPostprocessing = 0;
149 };
150 721D596B0FC5F33E009D810A /* Frameworks */ = {
151 isa = PBXFrameworksBuildPhase;
152 buildActionMask = 2147483647;
153 files = (
154 );
155 runOnlyForDeploymentPostprocessing = 0;
156 };
157 721D59720FC5F347009D810A /* Frameworks */ = {
158 isa = PBXFrameworksBuildPhase;
159 buildActionMask = 2147483647;
160 files = (
161 );
162 runOnlyForDeploymentPostprocessing = 0;
163 };
164 721D597B0FC5F36F009D810A /* Frameworks */ = {
165 isa = PBXFrameworksBuildPhase;
166 buildActionMask = 2147483647;
167 files = (
168 );
169 runOnlyForDeploymentPostprocessing = 0;
170 };
171 /* End PBXFrameworksBuildPhase section */
172
173 /* Begin PBXGroup section */
174 721D59540FC5F325009D810A = {
175 isa = PBXGroup;
176 children = (
177 721D59A70FC5F613009D810A /* uuencode */,
178 721D59970FC5F56F009D810A /* uudecode */,
179 721D59810FC5F38E009D810A /* mesg */,
180 721D598E0FC5F4AC009D810A /* write */,
181 721D59650FC5F336009D810A /* Products */,
182 );
183 sourceTree = "<group>";
184 };
185 721D59650FC5F336009D810A /* Products */ = {
186 isa = PBXGroup;
187 children = (
188 721D59640FC5F336009D810A /* uuencode */,
189 721D596D0FC5F33E009D810A /* uudecode */,
190 721D59740FC5F347009D810A /* mesg */,
191 721D597D0FC5F370009D810A /* write */,
192 );
193 name = Products;
194 sourceTree = "<group>";
195 };
196 721D59810FC5F38E009D810A /* mesg */ = {
197 isa = PBXGroup;
198 children = (
199 721D59830FC5F414009D810A /* mesg.1 */,
200 721D59840FC5F414009D810A /* mesg.c */,
201 );
202 path = mesg;
203 sourceTree = "<group>";
204 };
205 721D598E0FC5F4AC009D810A /* write */ = {
206 isa = PBXGroup;
207 children = (
208 721D598F0FC5F533009D810A /* write.1 */,
209 721D59900FC5F533009D810A /* write.c */,
210 );
211 path = write;
212 sourceTree = "<group>";
213 };
214 721D59970FC5F56F009D810A /* uudecode */ = {
215 isa = PBXGroup;
216 children = (
217 721D599A0FC5F593009D810A /* base64.c */,
218 721D599F0FC5F5A8009D810A /* uudecode.1 */,
219 721D599B0FC5F593009D810A /* uudecode.c */,
220 );
221 path = uudecode;
222 sourceTree = "<group>";
223 };
224 721D59A70FC5F613009D810A /* uuencode */ = {
225 isa = PBXGroup;
226 children = (
227 721D59AF0FC5F6D9009D810A /* base64.c */,
228 721D59B00FC5F6D9009D810A /* uuencode.1 */,
229 721D59B10FC5F6D9009D810A /* uuencode.5 */,
230 721D59B20FC5F6D9009D810A /* uuencode.c */,
231 );
232 path = uuencode;
233 sourceTree = "<group>";
234 };
235 /* End PBXGroup section */
236
237 /* Begin PBXNativeTarget section */
238 721D59630FC5F336009D810A /* uuencode */ = {
239 isa = PBXNativeTarget;
240 buildConfigurationList = 721D59690FC5F337009D810A /* Build configuration list for PBXNativeTarget "uuencode" */;
241 buildPhases = (
242 721D59610FC5F336009D810A /* Sources */,
243 721D59620FC5F336009D810A /* Frameworks */,
244 721D59BC0FC5F70F009D810A /* CopyFiles */,
245 721D59CD0FC5FA9D009D810A /* CopyFiles */,
246 );
247 buildRules = (
248 );
249 dependencies = (
250 );
251 name = uuencode;
252 productName = uuencode;
253 productReference = 721D59640FC5F336009D810A /* uuencode */;
254 productType = "com.apple.product-type.tool";
255 };
256 721D596C0FC5F33E009D810A /* uudecode */ = {
257 isa = PBXNativeTarget;
258 buildConfigurationList = 721D59780FC5F348009D810A /* Build configuration list for PBXNativeTarget "uudecode" */;
259 buildPhases = (
260 721D596A0FC5F33E009D810A /* Sources */,
261 721D596B0FC5F33E009D810A /* Frameworks */,
262 721D59A40FC5F5CA009D810A /* CopyFiles */,
263 );
264 buildRules = (
265 );
266 dependencies = (
267 );
268 name = uudecode;
269 productName = uudecode;
270 productReference = 721D596D0FC5F33E009D810A /* uudecode */;
271 productType = "com.apple.product-type.tool";
272 };
273 721D59730FC5F347009D810A /* mesg */ = {
274 isa = PBXNativeTarget;
275 buildConfigurationList = 721D59790FC5F348009D810A /* Build configuration list for PBXNativeTarget "mesg" */;
276 buildPhases = (
277 721D59710FC5F347009D810A /* Sources */,
278 721D59720FC5F347009D810A /* Frameworks */,
279 721D598C0FC5F43F009D810A /* CopyFiles */,
280 );
281 buildRules = (
282 );
283 dependencies = (
284 );
285 name = mesg;
286 productName = mesg;
287 productReference = 721D59740FC5F347009D810A /* mesg */;
288 productType = "com.apple.product-type.tool";
289 };
290 721D597C0FC5F36F009D810A /* write */ = {
291 isa = PBXNativeTarget;
292 buildConfigurationList = 721D59820FC5F38E009D810A /* Build configuration list for PBXNativeTarget "write" */;
293 buildPhases = (
294 721D597A0FC5F36F009D810A /* Sources */,
295 721D597B0FC5F36F009D810A /* Frameworks */,
296 721D59980FC5F56F009D810A /* CopyFiles */,
297 );
298 buildRules = (
299 );
300 dependencies = (
301 );
302 name = write;
303 productName = write;
304 productReference = 721D597D0FC5F370009D810A /* write */;
305 productType = "com.apple.product-type.tool";
306 };
307 /* End PBXNativeTarget section */
308
309 /* Begin PBXProject section */
310 721D59560FC5F325009D810A /* Project object */ = {
311 isa = PBXProject;
312 attributes = {
313 LastUpgradeCheck = 0500;
314 };
315 buildConfigurationList = 721D59590FC5F325009D810A /* Build configuration list for PBXProject "basic_cmds" */;
316 compatibilityVersion = "Xcode 3.2";
317 developmentRegion = English;
318 hasScannedForEncodings = 0;
319 knownRegions = (
320 en,
321 );
322 mainGroup = 721D59540FC5F325009D810A;
323 productRefGroup = 721D59650FC5F336009D810A /* Products */;
324 projectDirPath = "";
325 projectRoot = "";
326 targets = (
327 721D59C60FC5FA20009D810A /* Build All */,
328 721D59630FC5F336009D810A /* uuencode */,
329 721D596C0FC5F33E009D810A /* uudecode */,
330 721D59730FC5F347009D810A /* mesg */,
331 721D597C0FC5F36F009D810A /* write */,
332 );
333 };
334 /* End PBXProject section */
335
336 /* Begin PBXSourcesBuildPhase section */
337 721D59610FC5F336009D810A /* Sources */ = {
338 isa = PBXSourcesBuildPhase;
339 buildActionMask = 2147483647;
340 files = (
341 721D59B30FC5F6D9009D810A /* base64.c in Sources */,
342 721D59B40FC5F6D9009D810A /* uuencode.c in Sources */,
343 );
344 runOnlyForDeploymentPostprocessing = 0;
345 };
346 721D596A0FC5F33E009D810A /* Sources */ = {
347 isa = PBXSourcesBuildPhase;
348 buildActionMask = 2147483647;
349 files = (
350 721D599C0FC5F593009D810A /* base64.c in Sources */,
351 721D599D0FC5F593009D810A /* uudecode.c in Sources */,
352 );
353 runOnlyForDeploymentPostprocessing = 0;
354 };
355 721D59710FC5F347009D810A /* Sources */ = {
356 isa = PBXSourcesBuildPhase;
357 buildActionMask = 2147483647;
358 files = (
359 721D59850FC5F414009D810A /* mesg.c in Sources */,
360 );
361 runOnlyForDeploymentPostprocessing = 0;
362 };
363 721D597A0FC5F36F009D810A /* Sources */ = {
364 isa = PBXSourcesBuildPhase;
365 buildActionMask = 2147483647;
366 files = (
367 721D59920FC5F53E009D810A /* write.c in Sources */,
368 );
369 runOnlyForDeploymentPostprocessing = 0;
370 };
371 /* End PBXSourcesBuildPhase section */
372
373 /* Begin PBXTargetDependency section */
374 721D59CF0FC5FB18009D810A /* PBXTargetDependency */ = {
375 isa = PBXTargetDependency;
376 target = 721D597C0FC5F36F009D810A /* write */;
377 targetProxy = 721D59CE0FC5FB18009D810A /* PBXContainerItemProxy */;
378 };
379 721D59D10FC5FB18009D810A /* PBXTargetDependency */ = {
380 isa = PBXTargetDependency;
381 target = 721D59730FC5F347009D810A /* mesg */;
382 targetProxy = 721D59D00FC5FB18009D810A /* PBXContainerItemProxy */;
383 };
384 721D59D30FC5FB18009D810A /* PBXTargetDependency */ = {
385 isa = PBXTargetDependency;
386 target = 721D596C0FC5F33E009D810A /* uudecode */;
387 targetProxy = 721D59D20FC5FB18009D810A /* PBXContainerItemProxy */;
388 };
389 721D59D50FC5FB18009D810A /* PBXTargetDependency */ = {
390 isa = PBXTargetDependency;
391 target = 721D59630FC5F336009D810A /* uuencode */;
392 targetProxy = 721D59D40FC5FB18009D810A /* PBXContainerItemProxy */;
393 };
394 /* End PBXTargetDependency section */
395
396 /* Begin XCBuildConfiguration section */
397 721D59580FC5F325009D810A /* Release */ = {
398 isa = XCBuildConfiguration;
399 buildSettings = {
400 ALWAYS_SEARCH_USER_PATHS = NO;
401 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
402 COPY_PHASE_STRIP = YES;
403 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
404 DEAD_CODE_STRIPPING = YES;
405 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
406 INSTALL_MODE_FLAG = "gou-w,a+rX";
407 INSTALL_PATH = /usr/bin;
408 PREBINDING = NO;
409 USE_HEADERMAP = NO;
410 VERSIONING_SYSTEM = "apple-generic";
411 VERSION_INFO_BUILDER = "$(USER)";
412 VERSION_INFO_FILE = "$(PRODUCT_NAME)_vers.c";
413 VERSION_INFO_PREFIX = __;
414 ZERO_LINK = NO;
415 };
416 name = Release;
417 };
418 721D59680FC5F337009D810A /* Release */ = {
419 isa = XCBuildConfiguration;
420 buildSettings = {
421 ALWAYS_SEARCH_USER_PATHS = NO;
422 COPY_PHASE_STRIP = YES;
423 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
424 GCC_ENABLE_FIX_AND_CONTINUE = NO;
425 GCC_MODEL_TUNING = G5;
426 INSTALL_PATH = /usr/bin;
427 PREBINDING = NO;
428 PRODUCT_NAME = uuencode;
429 ZERO_LINK = NO;
430 };
431 name = Release;
432 };
433 721D59700FC5F33F009D810A /* Release */ = {
434 isa = XCBuildConfiguration;
435 buildSettings = {
436 ALWAYS_SEARCH_USER_PATHS = NO;
437 COPY_PHASE_STRIP = YES;
438 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
439 GCC_ENABLE_FIX_AND_CONTINUE = NO;
440 GCC_MODEL_TUNING = G5;
441 INSTALL_PATH = /usr/bin;
442 PREBINDING = NO;
443 PRODUCT_NAME = uudecode;
444 ZERO_LINK = NO;
445 };
446 name = Release;
447 };
448 721D59770FC5F348009D810A /* Release */ = {
449 isa = XCBuildConfiguration;
450 buildSettings = {
451 ALWAYS_SEARCH_USER_PATHS = NO;
452 COPY_PHASE_STRIP = YES;
453 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
454 GCC_ENABLE_FIX_AND_CONTINUE = NO;
455 GCC_MODEL_TUNING = G5;
456 INSTALL_PATH = /usr/bin;
457 PREBINDING = NO;
458 PRODUCT_NAME = mesg;
459 ZERO_LINK = NO;
460 };
461 name = Release;
462 };
463 721D59800FC5F370009D810A /* Release */ = {
464 isa = XCBuildConfiguration;
465 buildSettings = {
466 ALWAYS_SEARCH_USER_PATHS = NO;
467 COPY_PHASE_STRIP = YES;
468 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
469 GCC_ENABLE_FIX_AND_CONTINUE = NO;
470 GCC_MODEL_TUNING = G5;
471 INSTALL_GROUP = tty;
472 INSTALL_MODE_FLAG = "gou-w,a+rX,g+s";
473 INSTALL_PATH = /usr/bin;
474 PREBINDING = NO;
475 PRODUCT_NAME = write;
476 ZERO_LINK = NO;
477 };
478 name = Release;
479 };
480 721D59C80FC5FA20009D810A /* Release */ = {
481 isa = XCBuildConfiguration;
482 buildSettings = {
483 COMBINE_HIDPI_IMAGES = YES;
484 COPY_PHASE_STRIP = YES;
485 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
486 GCC_ENABLE_FIX_AND_CONTINUE = NO;
487 PRODUCT_NAME = basic_cmds;
488 ZERO_LINK = NO;
489 };
490 name = Release;
491 };
492 /* End XCBuildConfiguration section */
493
494 /* Begin XCConfigurationList section */
495 721D59590FC5F325009D810A /* Build configuration list for PBXProject "basic_cmds" */ = {
496 isa = XCConfigurationList;
497 buildConfigurations = (
498 721D59580FC5F325009D810A /* Release */,
499 );
500 defaultConfigurationIsVisible = 0;
501 defaultConfigurationName = Release;
502 };
503 721D59690FC5F337009D810A /* Build configuration list for PBXNativeTarget "uuencode" */ = {
504 isa = XCConfigurationList;
505 buildConfigurations = (
506 721D59680FC5F337009D810A /* Release */,
507 );
508 defaultConfigurationIsVisible = 0;
509 defaultConfigurationName = Release;
510 };
511 721D59780FC5F348009D810A /* Build configuration list for PBXNativeTarget "uudecode" */ = {
512 isa = XCConfigurationList;
513 buildConfigurations = (
514 721D59700FC5F33F009D810A /* Release */,
515 );
516 defaultConfigurationIsVisible = 0;
517 defaultConfigurationName = Release;
518 };
519 721D59790FC5F348009D810A /* Build configuration list for PBXNativeTarget "mesg" */ = {
520 isa = XCConfigurationList;
521 buildConfigurations = (
522 721D59770FC5F348009D810A /* Release */,
523 );
524 defaultConfigurationIsVisible = 0;
525 defaultConfigurationName = Release;
526 };
527 721D59820FC5F38E009D810A /* Build configuration list for PBXNativeTarget "write" */ = {
528 isa = XCConfigurationList;
529 buildConfigurations = (
530 721D59800FC5F370009D810A /* Release */,
531 );
532 defaultConfigurationIsVisible = 0;
533 defaultConfigurationName = Release;
534 };
535 721D59C90FC5FA4E009D810A /* Build configuration list for PBXAggregateTarget "Build All" */ = {
536 isa = XCConfigurationList;
537 buildConfigurations = (
538 721D59C80FC5FA20009D810A /* Release */,
539 );
540 defaultConfigurationIsVisible = 0;
541 defaultConfigurationName = Release;
542 };
543 /* End XCConfigurationList section */
544 };
545 rootObject = 721D59560FC5F325009D810A /* Project object */;
546 }