master
  1// !$*UTF8*$!
  2{
  3	archiveVersion = 1;
  4	classes = {
  5	};
  6	objectVersion = 46;
  7	objects = {
  8
  9/* Begin PBXBuildFile section */
 10		CDF196431739E5EC00509574 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF196421739E5EC00509574 /* Foundation.framework */; };
 11		CDF196461739E5EC00509574 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF196451739E5EC00509574 /* main.m */; };
 12		CDF1964A1739E5EC00509574 /* People.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = CDF196491739E5EC00509574 /* People.1 */; };
 13		CDF196581739E67300509574 /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF196571739E67300509574 /* Person.m */; };
 14/* End PBXBuildFile section */
 15
 16/* Begin PBXCopyFilesBuildPhase section */
 17		CDF1963D1739E5EC00509574 /* CopyFiles */ = {
 18			isa = PBXCopyFilesBuildPhase;
 19			buildActionMask = 2147483647;
 20			dstPath = /usr/share/man/man1/;
 21			dstSubfolderSpec = 0;
 22			files = (
 23				CDF1964A1739E5EC00509574 /* People.1 in CopyFiles */,
 24			);
 25			runOnlyForDeploymentPostprocessing = 1;
 26		};
 27/* End PBXCopyFilesBuildPhase section */
 28
 29/* Begin PBXFileReference section */
 30		CDF1963F1739E5EC00509574 /* People */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = People; sourceTree = BUILT_PRODUCTS_DIR; };
 31		CDF196421739E5EC00509574 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 32		CDF196451739E5EC00509574 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 33		CDF196481739E5EC00509574 /* People-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "People-Prefix.pch"; sourceTree = "<group>"; };
 34		CDF196491739E5EC00509574 /* People.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = People.1; sourceTree = "<group>"; };
 35		CDF196561739E67300509574 /* Person.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Person.h; path = People/Person.h; sourceTree = "<group>"; };
 36		CDF196571739E67300509574 /* Person.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Person.m; path = People/Person.m; sourceTree = "<group>"; };
 37/* End PBXFileReference section */
 38
 39/* Begin PBXFrameworksBuildPhase section */
 40		CDF1963C1739E5EC00509574 /* Frameworks */ = {
 41			isa = PBXFrameworksBuildPhase;
 42			buildActionMask = 2147483647;
 43			files = (
 44				CDF196431739E5EC00509574 /* Foundation.framework in Frameworks */,
 45			);
 46			runOnlyForDeploymentPostprocessing = 0;
 47		};
 48/* End PBXFrameworksBuildPhase section */
 49
 50/* Begin PBXGroup section */
 51		CDF196361739E5EC00509574 = {
 52			isa = PBXGroup;
 53			children = (
 54				CDF196561739E67300509574 /* Person.h */,
 55				CDF196571739E67300509574 /* Person.m */,
 56				CDF196441739E5EC00509574 /* People */,
 57				CDF196411739E5EC00509574 /* Frameworks */,
 58				CDF196401739E5EC00509574 /* Products */,
 59			);
 60			sourceTree = "<group>";
 61		};
 62		CDF196401739E5EC00509574 /* Products */ = {
 63			isa = PBXGroup;
 64			children = (
 65				CDF1963F1739E5EC00509574 /* People */,
 66			);
 67			name = Products;
 68			sourceTree = "<group>";
 69		};
 70		CDF196411739E5EC00509574 /* Frameworks */ = {
 71			isa = PBXGroup;
 72			children = (
 73				CDF196421739E5EC00509574 /* Foundation.framework */,
 74			);
 75			name = Frameworks;
 76			sourceTree = "<group>";
 77		};
 78		CDF196441739E5EC00509574 /* People */ = {
 79			isa = PBXGroup;
 80			children = (
 81				CDF196451739E5EC00509574 /* main.m */,
 82				CDF196491739E5EC00509574 /* People.1 */,
 83				CDF196471739E5EC00509574 /* Supporting Files */,
 84			);
 85			path = People;
 86			sourceTree = "<group>";
 87		};
 88		CDF196471739E5EC00509574 /* Supporting Files */ = {
 89			isa = PBXGroup;
 90			children = (
 91				CDF196481739E5EC00509574 /* People-Prefix.pch */,
 92			);
 93			name = "Supporting Files";
 94			sourceTree = "<group>";
 95		};
 96/* End PBXGroup section */
 97
 98/* Begin PBXNativeTarget section */
 99		CDF1963E1739E5EC00509574 /* People */ = {
100			isa = PBXNativeTarget;
101			buildConfigurationList = CDF1964D1739E5EC00509574 /* Build configuration list for PBXNativeTarget "People" */;
102			buildPhases = (
103				CDF1963B1739E5EC00509574 /* Sources */,
104				CDF1963C1739E5EC00509574 /* Frameworks */,
105				CDF1963D1739E5EC00509574 /* CopyFiles */,
106			);
107			buildRules = (
108			);
109			dependencies = (
110			);
111			name = People;
112			productName = People;
113			productReference = CDF1963F1739E5EC00509574 /* People */;
114			productType = "com.apple.product-type.tool";
115		};
116/* End PBXNativeTarget section */
117
118/* Begin PBXProject section */
119		CDF196371739E5EC00509574 /* Project object */ = {
120			isa = PBXProject;
121			attributes = {
122				LastUpgradeCheck = 0460;
123				ORGANIZATIONNAME = "mo khan";
124			};
125			buildConfigurationList = CDF1963A1739E5EC00509574 /* Build configuration list for PBXProject "People" */;
126			compatibilityVersion = "Xcode 3.2";
127			developmentRegion = English;
128			hasScannedForEncodings = 0;
129			knownRegions = (
130				en,
131			);
132			mainGroup = CDF196361739E5EC00509574;
133			productRefGroup = CDF196401739E5EC00509574 /* Products */;
134			projectDirPath = "";
135			projectRoot = "";
136			targets = (
137				CDF1963E1739E5EC00509574 /* People */,
138			);
139		};
140/* End PBXProject section */
141
142/* Begin PBXSourcesBuildPhase section */
143		CDF1963B1739E5EC00509574 /* Sources */ = {
144			isa = PBXSourcesBuildPhase;
145			buildActionMask = 2147483647;
146			files = (
147				CDF196461739E5EC00509574 /* main.m in Sources */,
148				CDF196581739E67300509574 /* Person.m in Sources */,
149			);
150			runOnlyForDeploymentPostprocessing = 0;
151		};
152/* End PBXSourcesBuildPhase section */
153
154/* Begin XCBuildConfiguration section */
155		CDF1964B1739E5EC00509574 /* Debug */ = {
156			isa = XCBuildConfiguration;
157			buildSettings = {
158				ALWAYS_SEARCH_USER_PATHS = NO;
159				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
160				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
161				CLANG_CXX_LIBRARY = "libc++";
162				CLANG_ENABLE_OBJC_ARC = YES;
163				CLANG_WARN_CONSTANT_CONVERSION = YES;
164				CLANG_WARN_EMPTY_BODY = YES;
165				CLANG_WARN_ENUM_CONVERSION = YES;
166				CLANG_WARN_INT_CONVERSION = YES;
167				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
168				COPY_PHASE_STRIP = NO;
169				GCC_C_LANGUAGE_STANDARD = gnu99;
170				GCC_DYNAMIC_NO_PIC = NO;
171				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
172				GCC_OPTIMIZATION_LEVEL = 0;
173				GCC_PREPROCESSOR_DEFINITIONS = (
174					"DEBUG=1",
175					"$(inherited)",
176				);
177				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
178				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
179				GCC_WARN_ABOUT_RETURN_TYPE = YES;
180				GCC_WARN_UNINITIALIZED_AUTOS = YES;
181				GCC_WARN_UNUSED_VARIABLE = YES;
182				MACOSX_DEPLOYMENT_TARGET = 10.8;
183				ONLY_ACTIVE_ARCH = YES;
184				SDKROOT = macosx;
185			};
186			name = Debug;
187		};
188		CDF1964C1739E5EC00509574 /* Release */ = {
189			isa = XCBuildConfiguration;
190			buildSettings = {
191				ALWAYS_SEARCH_USER_PATHS = NO;
192				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
193				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
194				CLANG_CXX_LIBRARY = "libc++";
195				CLANG_ENABLE_OBJC_ARC = YES;
196				CLANG_WARN_CONSTANT_CONVERSION = YES;
197				CLANG_WARN_EMPTY_BODY = YES;
198				CLANG_WARN_ENUM_CONVERSION = YES;
199				CLANG_WARN_INT_CONVERSION = YES;
200				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
201				COPY_PHASE_STRIP = YES;
202				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
203				GCC_C_LANGUAGE_STANDARD = gnu99;
204				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
205				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
206				GCC_WARN_ABOUT_RETURN_TYPE = YES;
207				GCC_WARN_UNINITIALIZED_AUTOS = YES;
208				GCC_WARN_UNUSED_VARIABLE = YES;
209				MACOSX_DEPLOYMENT_TARGET = 10.8;
210				SDKROOT = macosx;
211			};
212			name = Release;
213		};
214		CDF1964E1739E5EC00509574 /* Debug */ = {
215			isa = XCBuildConfiguration;
216			buildSettings = {
217				GCC_PRECOMPILE_PREFIX_HEADER = YES;
218				GCC_PREFIX_HEADER = "People/People-Prefix.pch";
219				PRODUCT_NAME = "$(TARGET_NAME)";
220			};
221			name = Debug;
222		};
223		CDF1964F1739E5EC00509574 /* Release */ = {
224			isa = XCBuildConfiguration;
225			buildSettings = {
226				GCC_PRECOMPILE_PREFIX_HEADER = YES;
227				GCC_PREFIX_HEADER = "People/People-Prefix.pch";
228				PRODUCT_NAME = "$(TARGET_NAME)";
229			};
230			name = Release;
231		};
232/* End XCBuildConfiguration section */
233
234/* Begin XCConfigurationList section */
235		CDF1963A1739E5EC00509574 /* Build configuration list for PBXProject "People" */ = {
236			isa = XCConfigurationList;
237			buildConfigurations = (
238				CDF1964B1739E5EC00509574 /* Debug */,
239				CDF1964C1739E5EC00509574 /* Release */,
240			);
241			defaultConfigurationIsVisible = 0;
242			defaultConfigurationName = Release;
243		};
244		CDF1964D1739E5EC00509574 /* Build configuration list for PBXNativeTarget "People" */ = {
245			isa = XCConfigurationList;
246			buildConfigurations = (
247				CDF1964E1739E5EC00509574 /* Debug */,
248				CDF1964F1739E5EC00509574 /* Release */,
249			);
250			defaultConfigurationIsVisible = 0;
251		};
252/* End XCConfigurationList section */
253	};
254	rootObject = CDF196371739E5EC00509574 /* Project object */;
255}