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