1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		4D95B51817C560DE00637699 /* PITest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D95B51717C560DE00637699 /* PITest.m */; };
11		4D95B51917C560DE00637699 /* PITest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D95B51717C560DE00637699 /* PITest.m */; };
12		4DB6141B17C454030014BDC5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DB6141A17C454030014BDC5 /* Foundation.framework */; };
13		4DF4EAE717C45A850031AFFB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DB6141A17C454030014BDC5 /* Foundation.framework */; };
14/* End PBXBuildFile section */
15
16/* Begin PBXFileReference section */
17		4D95B51617C560DE00637699 /* PITest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PITest.h; sourceTree = "<group>"; };
18		4D95B51717C560DE00637699 /* PITest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PITest.m; sourceTree = "<group>"; };
19		4DB6140617C453F30014BDC5 /* PerfIndex.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PerfIndex.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
20		4DB6141917C454030014BDC5 /* PerfIndex.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PerfIndex.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
21		4DB6141A17C454030014BDC5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
22		4DB6144917C455EB0014BDC5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
23		4DB6144C17C4560D0014BDC5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };
24		4DB6145017C4572A0014BDC5 /* PerfIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerfIndex.h; sourceTree = "<group>"; };
25/* End PBXFileReference section */
26
27/* Begin PBXFrameworksBuildPhase section */
28		4DB6140317C453F30014BDC5 /* Frameworks */ = {
29			isa = PBXFrameworksBuildPhase;
30			buildActionMask = 2147483647;
31			files = (
32				4DF4EAE717C45A850031AFFB /* Foundation.framework in Frameworks */,
33			);
34			runOnlyForDeploymentPostprocessing = 0;
35		};
36		4DB6141617C454030014BDC5 /* Frameworks */ = {
37			isa = PBXFrameworksBuildPhase;
38			buildActionMask = 2147483647;
39			files = (
40				4DB6141B17C454030014BDC5 /* Foundation.framework in Frameworks */,
41			);
42			runOnlyForDeploymentPostprocessing = 0;
43		};
44/* End PBXFrameworksBuildPhase section */
45
46/* Begin PBXGroup section */
47		4DB613FB17C453C70014BDC5 = {
48			isa = PBXGroup;
49			children = (
50				4DB6144617C455980014BDC5 /* PerfIndex.bundle */,
51				4DB6140817C453F30014BDC5 /* Frameworks */,
52				4DB6140717C453F30014BDC5 /* Products */,
53			);
54			sourceTree = "<group>";
55		};
56		4DB6140717C453F30014BDC5 /* Products */ = {
57			isa = PBXGroup;
58			children = (
59				4DB6140617C453F30014BDC5 /* PerfIndex.bundle */,
60				4DB6141917C454030014BDC5 /* PerfIndex.bundle */,
61			);
62			name = Products;
63			sourceTree = "<group>";
64		};
65		4DB6140817C453F30014BDC5 /* Frameworks */ = {
66			isa = PBXGroup;
67			children = (
68				4DB6141A17C454030014BDC5 /* Foundation.framework */,
69			);
70			name = Frameworks;
71			sourceTree = "<group>";
72		};
73		4DB6144617C455980014BDC5 /* PerfIndex.bundle */ = {
74			isa = PBXGroup;
75			children = (
76				4DB6144917C455EB0014BDC5 /* Info.plist */,
77				4DB6144C17C4560D0014BDC5 /* Prefix.pch */,
78				4DB6145017C4572A0014BDC5 /* PerfIndex.h */,
79				4D95B51617C560DE00637699 /* PITest.h */,
80				4D95B51717C560DE00637699 /* PITest.m */,
81			);
82			name = PerfIndex.bundle;
83			sourceTree = "<group>";
84		};
85/* End PBXGroup section */
86
87/* Begin PBXNativeTarget section */
88		4DB6140517C453F30014BDC5 /* PerfIndex.bundle-osx */ = {
89			isa = PBXNativeTarget;
90			buildConfigurationList = 4DB6141217C453F30014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-osx" */;
91			buildPhases = (
92				4DB6140217C453F30014BDC5 /* Sources */,
93				4DB6140317C453F30014BDC5 /* Frameworks */,
94				4DB6140417C453F30014BDC5 /* Resources */,
95			);
96			buildRules = (
97			);
98			dependencies = (
99			);
100			name = "PerfIndex.bundle-osx";
101			productName = "PerfIndex.bundle-osx";
102			productReference = 4DB6140617C453F30014BDC5 /* PerfIndex.bundle */;
103			productType = "com.apple.product-type.bundle";
104		};
105		4DB6141817C454030014BDC5 /* PerfIndex.bundle-ios */ = {
106			isa = PBXNativeTarget;
107			buildConfigurationList = 4DB6142417C454030014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-ios" */;
108			buildPhases = (
109				4DB6141517C454030014BDC5 /* Sources */,
110				4DB6141617C454030014BDC5 /* Frameworks */,
111				4DB6141717C454030014BDC5 /* Resources */,
112			);
113			buildRules = (
114			);
115			dependencies = (
116			);
117			name = "PerfIndex.bundle-ios";
118			productName = "PerfIndex.bundle-ios";
119			productReference = 4DB6141917C454030014BDC5 /* PerfIndex.bundle */;
120			productType = "com.apple.product-type.bundle";
121		};
122/* End PBXNativeTarget section */
123
124/* Begin PBXProject section */
125		4DB613FC17C453C70014BDC5 /* Project object */ = {
126			isa = PBXProject;
127			attributes = {
128				LastUpgradeCheck = 0500;
129			};
130			buildConfigurationList = 4DB613FF17C453C70014BDC5 /* Build configuration list for PBXProject "PerfIndex" */;
131			compatibilityVersion = "Xcode 3.2";
132			developmentRegion = English;
133			hasScannedForEncodings = 0;
134			knownRegions = (
135				en,
136			);
137			mainGroup = 4DB613FB17C453C70014BDC5;
138			productRefGroup = 4DB6140717C453F30014BDC5 /* Products */;
139			projectDirPath = "";
140			projectRoot = "";
141			targets = (
142				4DB6140517C453F30014BDC5 /* PerfIndex.bundle-osx */,
143				4DB6141817C454030014BDC5 /* PerfIndex.bundle-ios */,
144			);
145		};
146/* End PBXProject section */
147
148/* Begin PBXResourcesBuildPhase section */
149		4DB6140417C453F30014BDC5 /* Resources */ = {
150			isa = PBXResourcesBuildPhase;
151			buildActionMask = 2147483647;
152			files = (
153			);
154			runOnlyForDeploymentPostprocessing = 0;
155		};
156		4DB6141717C454030014BDC5 /* Resources */ = {
157			isa = PBXResourcesBuildPhase;
158			buildActionMask = 2147483647;
159			files = (
160			);
161			runOnlyForDeploymentPostprocessing = 0;
162		};
163/* End PBXResourcesBuildPhase section */
164
165/* Begin PBXSourcesBuildPhase section */
166		4DB6140217C453F30014BDC5 /* Sources */ = {
167			isa = PBXSourcesBuildPhase;
168			buildActionMask = 2147483647;
169			files = (
170				4D95B51817C560DE00637699 /* PITest.m in Sources */,
171			);
172			runOnlyForDeploymentPostprocessing = 0;
173		};
174		4DB6141517C454030014BDC5 /* Sources */ = {
175			isa = PBXSourcesBuildPhase;
176			buildActionMask = 2147483647;
177			files = (
178				4D95B51917C560DE00637699 /* PITest.m in Sources */,
179			);
180			runOnlyForDeploymentPostprocessing = 0;
181		};
182/* End PBXSourcesBuildPhase section */
183
184/* Begin XCBuildConfiguration section */
185		4DB6140017C453C70014BDC5 /* Debug */ = {
186			isa = XCBuildConfiguration;
187			buildSettings = {
188			};
189			name = Debug;
190		};
191		4DB6140117C453C70014BDC5 /* Release */ = {
192			isa = XCBuildConfiguration;
193			buildSettings = {
194			};
195			name = Release;
196		};
197		4DB6141317C453F30014BDC5 /* Debug */ = {
198			isa = XCBuildConfiguration;
199			buildSettings = {
200				ALWAYS_SEARCH_USER_PATHS = NO;
201				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
202				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
203				CLANG_CXX_LIBRARY = "libc++";
204				CLANG_ENABLE_MODULES = YES;
205				CLANG_WARN_BOOL_CONVERSION = YES;
206				CLANG_WARN_CONSTANT_CONVERSION = YES;
207				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
208				CLANG_WARN_EMPTY_BODY = YES;
209				CLANG_WARN_ENUM_CONVERSION = YES;
210				CLANG_WARN_INT_CONVERSION = YES;
211				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
212				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213				COMBINE_HIDPI_IMAGES = YES;
214				COPY_PHASE_STRIP = NO;
215				GCC_C_LANGUAGE_STANDARD = gnu99;
216				GCC_DYNAMIC_NO_PIC = NO;
217				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
218				GCC_OPTIMIZATION_LEVEL = s;
219				GCC_PRECOMPILE_PREFIX_HEADER = YES;
220				GCC_PREFIX_HEADER = Prefix.pch;
221				GCC_PREPROCESSOR_DEFINITIONS = (
222					"DEBUG=1",
223					"$(inherited)",
224				);
225				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
226				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
227				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
228				GCC_WARN_UNDECLARED_SELECTOR = YES;
229				GCC_WARN_UNINITIALIZED_AUTOS = YES;
230				GCC_WARN_UNUSED_FUNCTION = YES;
231				GCC_WARN_UNUSED_VARIABLE = YES;
232				INFOPLIST_FILE = Info.plist;
233				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
234				MACOSX_DEPLOYMENT_TARGET = 10.9;
235				ONLY_ACTIVE_ARCH = YES;
236				PRODUCT_NAME = PerfIndex;
237				STRIP_INSTALLED_PRODUCT = NO;
238				STRIP_STYLE = debugging;
239				SUPPORTED_PLATFORMS = macosx;
240				VALID_ARCHS = x86_64;
241				WRAPPER_EXTENSION = bundle;
242			};
243			name = Debug;
244		};
245		4DB6141417C453F30014BDC5 /* Release */ = {
246			isa = XCBuildConfiguration;
247			buildSettings = {
248				ALWAYS_SEARCH_USER_PATHS = NO;
249				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
250				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
251				CLANG_CXX_LIBRARY = "libc++";
252				CLANG_ENABLE_MODULES = YES;
253				CLANG_WARN_BOOL_CONVERSION = YES;
254				CLANG_WARN_CONSTANT_CONVERSION = YES;
255				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
256				CLANG_WARN_EMPTY_BODY = YES;
257				CLANG_WARN_ENUM_CONVERSION = YES;
258				CLANG_WARN_INT_CONVERSION = YES;
259				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
260				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
261				COMBINE_HIDPI_IMAGES = YES;
262				COPY_PHASE_STRIP = NO;
263				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
264				ENABLE_NS_ASSERTIONS = NO;
265				GCC_C_LANGUAGE_STANDARD = gnu99;
266				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
267				GCC_PRECOMPILE_PREFIX_HEADER = YES;
268				GCC_PREFIX_HEADER = Prefix.pch;
269				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
270				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
271				GCC_WARN_UNDECLARED_SELECTOR = YES;
272				GCC_WARN_UNINITIALIZED_AUTOS = YES;
273				GCC_WARN_UNUSED_FUNCTION = YES;
274				GCC_WARN_UNUSED_VARIABLE = YES;
275				INFOPLIST_FILE = Info.plist;
276				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
277				MACOSX_DEPLOYMENT_TARGET = 10.9;
278				PRODUCT_NAME = PerfIndex;
279				STRIP_INSTALLED_PRODUCT = NO;
280				STRIP_STYLE = debugging;
281				SUPPORTED_PLATFORMS = macosx;
282				VALID_ARCHS = x86_64;
283				WRAPPER_EXTENSION = bundle;
284			};
285			name = Release;
286		};
287		4DB6142517C454030014BDC5 /* Debug */ = {
288			isa = XCBuildConfiguration;
289			buildSettings = {
290				ALWAYS_SEARCH_USER_PATHS = NO;
291				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
292				CLANG_CXX_LIBRARY = "libc++";
293				CLANG_ENABLE_MODULES = YES;
294				CLANG_WARN_BOOL_CONVERSION = YES;
295				CLANG_WARN_CONSTANT_CONVERSION = YES;
296				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
297				CLANG_WARN_EMPTY_BODY = YES;
298				CLANG_WARN_ENUM_CONVERSION = YES;
299				CLANG_WARN_INT_CONVERSION = YES;
300				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
301				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
302				COPY_PHASE_STRIP = NO;
303				GCC_C_LANGUAGE_STANDARD = gnu99;
304				GCC_DYNAMIC_NO_PIC = NO;
305				GCC_OPTIMIZATION_LEVEL = s;
306				GCC_PRECOMPILE_PREFIX_HEADER = YES;
307				GCC_PREFIX_HEADER = Prefix.pch;
308				GCC_PREPROCESSOR_DEFINITIONS = (
309					"DEBUG=1",
310					"$(inherited)",
311				);
312				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
313				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
314				GCC_WARN_UNDECLARED_SELECTOR = YES;
315				GCC_WARN_UNINITIALIZED_AUTOS = YES;
316				GCC_WARN_UNUSED_FUNCTION = YES;
317				GCC_WARN_UNUSED_VARIABLE = YES;
318				INFOPLIST_FILE = Info.plist;
319				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
320				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
321				ONLY_ACTIVE_ARCH = YES;
322				PRODUCT_NAME = PerfIndex;
323				SDKROOT = iphoneos.internal;
324				TARGETED_DEVICE_FAMILY = "1,2";
325				WRAPPER_EXTENSION = bundle;
326			};
327			name = Debug;
328		};
329		4DB6142617C454030014BDC5 /* Release */ = {
330			isa = XCBuildConfiguration;
331			buildSettings = {
332				ALWAYS_SEARCH_USER_PATHS = NO;
333				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
334				CLANG_CXX_LIBRARY = "libc++";
335				CLANG_ENABLE_MODULES = YES;
336				CLANG_WARN_BOOL_CONVERSION = YES;
337				CLANG_WARN_CONSTANT_CONVERSION = YES;
338				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
339				CLANG_WARN_EMPTY_BODY = YES;
340				CLANG_WARN_ENUM_CONVERSION = YES;
341				CLANG_WARN_INT_CONVERSION = YES;
342				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
343				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
344				COPY_PHASE_STRIP = YES;
345				ENABLE_NS_ASSERTIONS = NO;
346				GCC_C_LANGUAGE_STANDARD = gnu99;
347				GCC_PRECOMPILE_PREFIX_HEADER = YES;
348				GCC_PREFIX_HEADER = Prefix.pch;
349				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
350				GCC_WARN_UNDECLARED_SELECTOR = YES;
351				GCC_WARN_UNINITIALIZED_AUTOS = YES;
352				GCC_WARN_UNUSED_FUNCTION = YES;
353				GCC_WARN_UNUSED_VARIABLE = YES;
354				INFOPLIST_FILE = Info.plist;
355				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
356				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
357				PRODUCT_NAME = PerfIndex;
358				SDKROOT = iphoneos.internal;
359				TARGETED_DEVICE_FAMILY = "1,2";
360				VALIDATE_PRODUCT = YES;
361				WRAPPER_EXTENSION = bundle;
362			};
363			name = Release;
364		};
365/* End XCBuildConfiguration section */
366
367/* Begin XCConfigurationList section */
368		4DB613FF17C453C70014BDC5 /* Build configuration list for PBXProject "PerfIndex" */ = {
369			isa = XCConfigurationList;
370			buildConfigurations = (
371				4DB6140017C453C70014BDC5 /* Debug */,
372				4DB6140117C453C70014BDC5 /* Release */,
373			);
374			defaultConfigurationIsVisible = 0;
375			defaultConfigurationName = Release;
376		};
377		4DB6141217C453F30014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-osx" */ = {
378			isa = XCConfigurationList;
379			buildConfigurations = (
380				4DB6141317C453F30014BDC5 /* Debug */,
381				4DB6141417C453F30014BDC5 /* Release */,
382			);
383			defaultConfigurationIsVisible = 0;
384			defaultConfigurationName = Release;
385		};
386		4DB6142417C454030014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-ios" */ = {
387			isa = XCConfigurationList;
388			buildConfigurations = (
389				4DB6142517C454030014BDC5 /* Debug */,
390				4DB6142617C454030014BDC5 /* Release */,
391			);
392			defaultConfigurationIsVisible = 0;
393			defaultConfigurationName = Release;
394		};
395/* End XCConfigurationList section */
396	};
397	rootObject = 4DB613FC17C453C70014BDC5 /* Project object */;
398}
399