1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXAggregateTarget section */
10		D68D84BC10A504F500042EDD /* All */ = {
11			isa = PBXAggregateTarget;
12			buildConfigurationList = D68D84BF10A5051400042EDD /* Build configuration list for PBXAggregateTarget "All" */;
13			buildPhases = (
14			);
15			dependencies = (
16				D68D84C310A5051A00042EDD /* PBXTargetDependency */,
17				D68D84C110A5051500042EDD /* PBXTargetDependency */,
18			);
19			name = All;
20			productName = All;
21		};
22/* End PBXAggregateTarget section */
23
24/* Begin PBXBuildFile section */
25		D67ECAD6118F80A0005B80DF /* gssd_util.c in Sources */ = {isa = PBXBuildFile; fileRef = D68D83BA10A4E98600042EDD /* gssd_util.c */; };
26		D68D83BE10A4E98600042EDD /* gssd_util.c in Sources */ = {isa = PBXBuildFile; fileRef = D68D83BA10A4E98600042EDD /* gssd_util.c */; };
27		D68D83BF10A4E98600042EDD /* gssd.c in Sources */ = {isa = PBXBuildFile; fileRef = D68D83BB10A4E98600042EDD /* gssd.c */; };
28		D68D83D310A4EA6900042EDD /* gsstest.c in Sources */ = {isa = PBXBuildFile; fileRef = D68D83CA10A4EA2700042EDD /* gsstest.c */; };
29		D68D850D10A50BFA00042EDD /* gssd.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = D68D83B610A4E93700042EDD /* gssd.8 */; };
30		D68D851110A50C5A00042EDD /* com.apple.gssd.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = D68D83C110A4E99B00042EDD /* com.apple.gssd.plist */; };
31		D69CCC69116AB901002EA446 /* gssd_mach.defs in Sources */ = {isa = PBXBuildFile; fileRef = D69CCC68116AB901002EA446 /* gssd_mach.defs */; settings = {ATTRIBUTES = (Server, Client, ); }; };
32		D69CCC6A116AB901002EA446 /* gssd_mach.defs in Sources */ = {isa = PBXBuildFile; fileRef = D69CCC68116AB901002EA446 /* gssd_mach.defs */; };
33		D6E1FB9D10A8BF5F0009D272 /* Heimdal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6E1FB9C10A8BF5F0009D272 /* Heimdal.framework */; };
34		D6E1FB9E10A8BF5F0009D272 /* Heimdal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6E1FB9C10A8BF5F0009D272 /* Heimdal.framework */; };
35		D6E1FBA510A8BF990009D272 /* GSS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6E1FBA410A8BF990009D272 /* GSS.framework */; };
36		D6E1FBA810A8BFA50009D272 /* GSS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6E1FBA410A8BF990009D272 /* GSS.framework */; };
37/* End PBXBuildFile section */
38
39/* Begin PBXContainerItemProxy section */
40		D68D84C010A5051500042EDD /* PBXContainerItemProxy */ = {
41			isa = PBXContainerItemProxy;
42			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
43			proxyType = 1;
44			remoteGlobalIDString = 8DD76FA90486AB0100D96B5E;
45			remoteInfo = gssd;
46		};
47		D68D84C210A5051A00042EDD /* PBXContainerItemProxy */ = {
48			isa = PBXContainerItemProxy;
49			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
50			proxyType = 1;
51			remoteGlobalIDString = D68D83CE10A4EA5400042EDD;
52			remoteInfo = gsstest;
53		};
54		D6F6D02215F6BEDE0096802A /* PBXContainerItemProxy */ = {
55			isa = PBXContainerItemProxy;
56			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
57			proxyType = 1;
58			remoteGlobalIDString = 8DD76FA90486AB0100D96B5E;
59			remoteInfo = gssd;
60		};
61/* End PBXContainerItemProxy section */
62
63/* Begin PBXCopyFilesBuildPhase section */
64		8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
65			isa = PBXCopyFilesBuildPhase;
66			buildActionMask = 8;
67			dstPath = /usr/share/man/man8/;
68			dstSubfolderSpec = 0;
69			files = (
70				D68D850D10A50BFA00042EDD /* gssd.8 in CopyFiles */,
71			);
72			runOnlyForDeploymentPostprocessing = 1;
73		};
74		D68D850C10A50BC000042EDD /* CopyFiles */ = {
75			isa = PBXCopyFilesBuildPhase;
76			buildActionMask = 8;
77			dstPath = /System/Library/LaunchDaemons;
78			dstSubfolderSpec = 0;
79			files = (
80				D68D851110A50C5A00042EDD /* com.apple.gssd.plist in CopyFiles */,
81			);
82			runOnlyForDeploymentPostprocessing = 1;
83		};
84/* End PBXCopyFilesBuildPhase section */
85
86/* Begin PBXFileReference section */
87		8DD76FB20486AB0100D96B5E /* gssd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gssd; sourceTree = BUILT_PRODUCTS_DIR; };
88		D68D83B610A4E93700042EDD /* gssd.8 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gssd.8; sourceTree = "<group>"; };
89		D68D83BA10A4E98600042EDD /* gssd_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gssd_util.c; sourceTree = "<group>"; };
90		D68D83BB10A4E98600042EDD /* gssd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gssd.c; sourceTree = "<group>"; };
91		D68D83BC10A4E98600042EDD /* gssd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gssd.h; sourceTree = "<group>"; };
92		D68D83C110A4E99B00042EDD /* com.apple.gssd.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.gssd.plist; sourceTree = "<group>"; };
93		D68D83CA10A4EA2700042EDD /* gsstest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gsstest.c; sourceTree = "<group>"; };
94		D68D83CF10A4EA5400042EDD /* gsstest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gsstest; sourceTree = BUILT_PRODUCTS_DIR; };
95		D69509CD1471C5F0002063A2 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
96		D69509CF1471C5F0002063A2 /* getport.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = getport.1; sourceTree = "<group>"; };
97		D69CCC68116AB901002EA446 /* gssd_mach.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; name = gssd_mach.defs; path = /System/Library/Frameworks/System.framework/Versions/B/PrivateHeaders/gssd/gssd_mach.defs; sourceTree = "<absolute>"; };
98		D6E1FB9C10A8BF5F0009D272 /* Heimdal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Heimdal.framework; path = /System/Library/PrivateFrameworks/Heimdal.framework; sourceTree = "<absolute>"; };
99		D6E1FBA410A8BF990009D272 /* GSS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GSS.framework; path = /System/Library/Frameworks/GSS.framework; sourceTree = "<absolute>"; };
100		EB805B8A1492DB4300F1E44F /* gssd-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "gssd-Info.plist"; sourceTree = "<group>"; };
101/* End PBXFileReference section */
102
103/* Begin PBXFrameworksBuildPhase section */
104		8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
105			isa = PBXFrameworksBuildPhase;
106			buildActionMask = 2147483647;
107			files = (
108				D6E1FB9D10A8BF5F0009D272 /* Heimdal.framework in Frameworks */,
109				D6E1FBA510A8BF990009D272 /* GSS.framework in Frameworks */,
110			);
111			runOnlyForDeploymentPostprocessing = 0;
112		};
113		D68D83CD10A4EA5400042EDD /* Frameworks */ = {
114			isa = PBXFrameworksBuildPhase;
115			buildActionMask = 2147483647;
116			files = (
117				D6E1FBA810A8BFA50009D272 /* GSS.framework in Frameworks */,
118				D6E1FB9E10A8BF5F0009D272 /* Heimdal.framework in Frameworks */,
119			);
120			runOnlyForDeploymentPostprocessing = 0;
121		};
122/* End PBXFrameworksBuildPhase section */
123
124/* Begin PBXGroup section */
125		08FB7794FE84155DC02AAC07 /* gssd */ = {
126			isa = PBXGroup;
127			children = (
128				D69509CC1471C5F0002063A2 /* getport */,
129				D68D84CE10A507B300042EDD /* Frameworks */,
130				08FB7795FE84155DC02AAC07 /* Source */,
131				C6A0FF2B0290797F04C91782 /* Documentation */,
132				1AB674ADFE9D54B511CA2CBB /* Products */,
133			);
134			name = gssd;
135			sourceTree = "<group>";
136		};
137		08FB7795FE84155DC02AAC07 /* Source */ = {
138			isa = PBXGroup;
139			children = (
140				D69CCC68116AB901002EA446 /* gssd_mach.defs */,
141				D68D83CA10A4EA2700042EDD /* gsstest.c */,
142				D68D83C110A4E99B00042EDD /* com.apple.gssd.plist */,
143				D68D83BA10A4E98600042EDD /* gssd_util.c */,
144				D68D83BB10A4E98600042EDD /* gssd.c */,
145				D68D83BC10A4E98600042EDD /* gssd.h */,
146				EB805B8A1492DB4300F1E44F /* gssd-Info.plist */,
147			);
148			name = Source;
149			sourceTree = "<group>";
150		};
151		1AB674ADFE9D54B511CA2CBB /* Products */ = {
152			isa = PBXGroup;
153			children = (
154				8DD76FB20486AB0100D96B5E /* gssd */,
155				D68D83CF10A4EA5400042EDD /* gsstest */,
156			);
157			name = Products;
158			sourceTree = "<group>";
159		};
160		C6A0FF2B0290797F04C91782 /* Documentation */ = {
161			isa = PBXGroup;
162			children = (
163				D68D83B610A4E93700042EDD /* gssd.8 */,
164			);
165			name = Documentation;
166			sourceTree = "<group>";
167		};
168		D68D84CE10A507B300042EDD /* Frameworks */ = {
169			isa = PBXGroup;
170			children = (
171				D6E1FB9C10A8BF5F0009D272 /* Heimdal.framework */,
172				D6E1FBA410A8BF990009D272 /* GSS.framework */,
173			);
174			name = Frameworks;
175			sourceTree = "<group>";
176		};
177		D69509CC1471C5F0002063A2 /* getport */ = {
178			isa = PBXGroup;
179			children = (
180				D69509CD1471C5F0002063A2 /* main.c */,
181				D69509CF1471C5F0002063A2 /* getport.1 */,
182			);
183			path = getport;
184			sourceTree = "<group>";
185		};
186/* End PBXGroup section */
187
188/* Begin PBXNativeTarget section */
189		8DD76FA90486AB0100D96B5E /* gssd */ = {
190			isa = PBXNativeTarget;
191			buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "gssd" */;
192			buildPhases = (
193				8DD76FAB0486AB0100D96B5E /* Sources */,
194				8DD76FAD0486AB0100D96B5E /* Frameworks */,
195				D68D850C10A50BC000042EDD /* CopyFiles */,
196				8DD76FAF0486AB0100D96B5E /* CopyFiles */,
197			);
198			buildRules = (
199			);
200			dependencies = (
201			);
202			name = gssd;
203			productInstallPath = "$(HOME)/bin";
204			productName = gssd;
205			productReference = 8DD76FB20486AB0100D96B5E /* gssd */;
206			productType = "com.apple.product-type.tool";
207		};
208		D68D83CE10A4EA5400042EDD /* gsstest */ = {
209			isa = PBXNativeTarget;
210			buildConfigurationList = D68D83F210A4EB0800042EDD /* Build configuration list for PBXNativeTarget "gsstest" */;
211			buildPhases = (
212				D68D83CC10A4EA5400042EDD /* Sources */,
213				D68D83CD10A4EA5400042EDD /* Frameworks */,
214			);
215			buildRules = (
216			);
217			dependencies = (
218				D6F6D02315F6BEDE0096802A /* PBXTargetDependency */,
219			);
220			name = gsstest;
221			productName = gsstest;
222			productReference = D68D83CF10A4EA5400042EDD /* gsstest */;
223			productType = "com.apple.product-type.tool";
224		};
225/* End PBXNativeTarget section */
226
227/* Begin PBXProject section */
228		08FB7793FE84155DC02AAC07 /* Project object */ = {
229			isa = PBXProject;
230			attributes = {
231				LastUpgradeCheck = 0440;
232			};
233			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "gssd" */;
234			compatibilityVersion = "Xcode 3.2";
235			developmentRegion = English;
236			hasScannedForEncodings = 1;
237			knownRegions = (
238				English,
239				Japanese,
240				French,
241				German,
242			);
243			mainGroup = 08FB7794FE84155DC02AAC07 /* gssd */;
244			projectDirPath = "";
245			projectRoot = "";
246			targets = (
247				8DD76FA90486AB0100D96B5E /* gssd */,
248				D68D83CE10A4EA5400042EDD /* gsstest */,
249				D68D84BC10A504F500042EDD /* All */,
250			);
251		};
252/* End PBXProject section */
253
254/* Begin PBXSourcesBuildPhase section */
255		8DD76FAB0486AB0100D96B5E /* Sources */ = {
256			isa = PBXSourcesBuildPhase;
257			buildActionMask = 2147483647;
258			files = (
259				D68D83BE10A4E98600042EDD /* gssd_util.c in Sources */,
260				D68D83BF10A4E98600042EDD /* gssd.c in Sources */,
261				D69CCC69116AB901002EA446 /* gssd_mach.defs in Sources */,
262			);
263			runOnlyForDeploymentPostprocessing = 0;
264		};
265		D68D83CC10A4EA5400042EDD /* Sources */ = {
266			isa = PBXSourcesBuildPhase;
267			buildActionMask = 2147483647;
268			files = (
269				D67ECAD6118F80A0005B80DF /* gssd_util.c in Sources */,
270				D68D83D310A4EA6900042EDD /* gsstest.c in Sources */,
271				D69CCC6A116AB901002EA446 /* gssd_mach.defs in Sources */,
272			);
273			runOnlyForDeploymentPostprocessing = 0;
274		};
275/* End PBXSourcesBuildPhase section */
276
277/* Begin PBXTargetDependency section */
278		D68D84C110A5051500042EDD /* PBXTargetDependency */ = {
279			isa = PBXTargetDependency;
280			target = 8DD76FA90486AB0100D96B5E /* gssd */;
281			targetProxy = D68D84C010A5051500042EDD /* PBXContainerItemProxy */;
282		};
283		D68D84C310A5051A00042EDD /* PBXTargetDependency */ = {
284			isa = PBXTargetDependency;
285			target = D68D83CE10A4EA5400042EDD /* gsstest */;
286			targetProxy = D68D84C210A5051A00042EDD /* PBXContainerItemProxy */;
287		};
288		D6F6D02315F6BEDE0096802A /* PBXTargetDependency */ = {
289			isa = PBXTargetDependency;
290			target = 8DD76FA90486AB0100D96B5E /* gssd */;
291			targetProxy = D6F6D02215F6BEDE0096802A /* PBXContainerItemProxy */;
292		};
293/* End PBXTargetDependency section */
294
295/* Begin XCBuildConfiguration section */
296		1DEB928608733DD80010E9CD /* Debug */ = {
297			isa = XCBuildConfiguration;
298			buildSettings = {
299				ALWAYS_SEARCH_USER_PATHS = NO;
300				COPY_PHASE_STRIP = NO;
301				FRAMEWORK_SEARCH_PATHS = (
302					"$(inherited)",
303					"\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"",
304				);
305				GCC_DYNAMIC_NO_PIC = YES;
306				GCC_MODEL_TUNING = G5;
307				GCC_OPTIMIZATION_LEVEL = 0;
308				INFOPLIST_FILE = "gssd-Info.plist";
309				INSTALL_MODE_FLAG = "a-w,a+rX";
310				INSTALL_PATH = /usr/sbin;
311				OTHER_CFLAGS = "";
312				OTHER_LDFLAGS = (
313					"-lbsm",
314					"-sectcreate",
315					__TEXT,
316					__info_plist,
317					"$(INFOPLIST_FILE)",
318				);
319				PRODUCT_NAME = gssd;
320			};
321			name = Debug;
322		};
323		1DEB928708733DD80010E9CD /* Release */ = {
324			isa = XCBuildConfiguration;
325			buildSettings = {
326				ALWAYS_SEARCH_USER_PATHS = NO;
327				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
328				FRAMEWORK_SEARCH_PATHS = (
329					"$(inherited)",
330					"\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"",
331				);
332				GCC_MODEL_TUNING = G5;
333				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
334				INFOPLIST_FILE = "gssd-Info.plist";
335				INSTALL_MODE_FLAG = "a-w,a+rX";
336				INSTALL_PATH = /usr/sbin;
337				OTHER_LDFLAGS = (
338					"-lbsm",
339					"-sectcreate",
340					__TEXT,
341					__info_plist,
342					"$(INFOPLIST_FILE)",
343				);
344				PRODUCT_NAME = gssd;
345			};
346			name = Release;
347		};
348		1DEB928A08733DD80010E9CD /* Debug */ = {
349			isa = XCBuildConfiguration;
350			buildSettings = {
351				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
352				COPY_PHASE_STRIP = NO;
353				GCC_C_LANGUAGE_STANDARD = gnu99;
354				GCC_OPTIMIZATION_LEVEL = 0;
355				GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
356				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
357				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
358				GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
359				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
360				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
361				GCC_WARN_ABOUT_RETURN_TYPE = YES;
362				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
363				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
364				GCC_WARN_MISSING_PARENTHESES = YES;
365				GCC_WARN_PEDANTIC = NO;
366				GCC_WARN_PROTOTYPE_CONVERSION = NO;
367				GCC_WARN_SHADOW = YES;
368				GCC_WARN_SIGN_COMPARE = YES;
369				GCC_WARN_UNINITIALIZED_AUTOS = NO;
370				GCC_WARN_UNKNOWN_PRAGMAS = YES;
371				GCC_WARN_UNUSED_FUNCTION = YES;
372				GCC_WARN_UNUSED_LABEL = YES;
373				GCC_WARN_UNUSED_PARAMETER = YES;
374				GCC_WARN_UNUSED_VALUE = YES;
375				GCC_WARN_UNUSED_VARIABLE = YES;
376				ONLY_ACTIVE_ARCH = YES;
377				OTHER_CFLAGS = "";
378				RUN_CLANG_STATIC_ANALYZER = YES;
379				STRIP_INSTALLED_PRODUCT = NO;
380			};
381			name = Debug;
382		};
383		1DEB928B08733DD80010E9CD /* Release */ = {
384			isa = XCBuildConfiguration;
385			buildSettings = {
386				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
387				GCC_C_LANGUAGE_STANDARD = gnu99;
388				GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
389				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
390				GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
391				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
392				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
393				GCC_WARN_ABOUT_RETURN_TYPE = YES;
394				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
395				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
396				GCC_WARN_MISSING_PARENTHESES = YES;
397				GCC_WARN_PEDANTIC = NO;
398				GCC_WARN_PROTOTYPE_CONVERSION = NO;
399				GCC_WARN_SHADOW = YES;
400				GCC_WARN_SIGN_COMPARE = YES;
401				GCC_WARN_UNINITIALIZED_AUTOS = YES;
402				GCC_WARN_UNKNOWN_PRAGMAS = YES;
403				GCC_WARN_UNUSED_FUNCTION = YES;
404				GCC_WARN_UNUSED_LABEL = YES;
405				GCC_WARN_UNUSED_PARAMETER = YES;
406				GCC_WARN_UNUSED_VALUE = YES;
407				GCC_WARN_UNUSED_VARIABLE = YES;
408			};
409			name = Release;
410		};
411		D68D83D110A4EA5500042EDD /* Debug */ = {
412			isa = XCBuildConfiguration;
413			buildSettings = {
414				ALWAYS_SEARCH_USER_PATHS = NO;
415				COPY_PHASE_STRIP = NO;
416				FRAMEWORK_SEARCH_PATHS = (
417					"$(inherited)",
418					"\"$(SRCROOT)\"",
419					"\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"",
420				);
421				GCC_DYNAMIC_NO_PIC = YES;
422				GCC_MODEL_TUNING = G5;
423				GCC_OPTIMIZATION_LEVEL = 0;
424				INSTALL_MODE_FLAG = "u+w,go-w,a+rX,u+s";
425				INSTALL_PATH = /usr/local/bin;
426				PRODUCT_NAME = gsstest;
427			};
428			name = Debug;
429		};
430		D68D83D210A4EA5500042EDD /* Release */ = {
431			isa = XCBuildConfiguration;
432			buildSettings = {
433				"ALTERNATE_PERMISSIONS_FILES[sdk=*]" = "";
434				ALWAYS_SEARCH_USER_PATHS = NO;
435				COPY_PHASE_STRIP = YES;
436				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
437				FRAMEWORK_SEARCH_PATHS = (
438					"$(inherited)",
439					"\"$(SRCROOT)\"",
440					"\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"",
441				);
442				GCC_MODEL_TUNING = G5;
443				INSTALL_MODE_FLAG = "u+w,go-w,a+rX,u+s";
444				INSTALL_PATH = /usr/local/bin;
445				PRODUCT_NAME = gsstest;
446				ZERO_LINK = NO;
447			};
448			name = Release;
449		};
450		D68D84BD10A504F500042EDD /* Debug */ = {
451			isa = XCBuildConfiguration;
452			buildSettings = {
453				COMBINE_HIDPI_IMAGES = YES;
454				COPY_PHASE_STRIP = NO;
455				GCC_DYNAMIC_NO_PIC = NO;
456				GCC_OPTIMIZATION_LEVEL = 0;
457				PRODUCT_NAME = All;
458			};
459			name = Debug;
460		};
461		D68D84BE10A504F500042EDD /* Release */ = {
462			isa = XCBuildConfiguration;
463			buildSettings = {
464				COMBINE_HIDPI_IMAGES = YES;
465				COPY_PHASE_STRIP = YES;
466				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
467				PRODUCT_NAME = All;
468				ZERO_LINK = NO;
469			};
470			name = Release;
471		};
472/* End XCBuildConfiguration section */
473
474/* Begin XCConfigurationList section */
475		1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "gssd" */ = {
476			isa = XCConfigurationList;
477			buildConfigurations = (
478				1DEB928608733DD80010E9CD /* Debug */,
479				1DEB928708733DD80010E9CD /* Release */,
480			);
481			defaultConfigurationIsVisible = 0;
482			defaultConfigurationName = Release;
483		};
484		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "gssd" */ = {
485			isa = XCConfigurationList;
486			buildConfigurations = (
487				1DEB928A08733DD80010E9CD /* Debug */,
488				1DEB928B08733DD80010E9CD /* Release */,
489			);
490			defaultConfigurationIsVisible = 0;
491			defaultConfigurationName = Release;
492		};
493		D68D83F210A4EB0800042EDD /* Build configuration list for PBXNativeTarget "gsstest" */ = {
494			isa = XCConfigurationList;
495			buildConfigurations = (
496				D68D83D110A4EA5500042EDD /* Debug */,
497				D68D83D210A4EA5500042EDD /* Release */,
498			);
499			defaultConfigurationIsVisible = 0;
500			defaultConfigurationName = Release;
501		};
502		D68D84BF10A5051400042EDD /* Build configuration list for PBXAggregateTarget "All" */ = {
503			isa = XCConfigurationList;
504			buildConfigurations = (
505				D68D84BD10A504F500042EDD /* Debug */,
506				D68D84BE10A504F500042EDD /* Release */,
507			);
508			defaultConfigurationIsVisible = 0;
509			defaultConfigurationName = Release;
510		};
511/* End XCConfigurationList section */
512	};
513	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
514}
515