]> git.saurik.com Git - apple/xnu.git/blame_incremental - tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/project.pbxproj
xnu-3248.60.10.tar.gz
[apple/xnu.git] / tools / tests / perf_index / PerfIndex_COPS_Module / PerfIndex.xcodeproj / project.pbxproj
... / ...
CommitLineData
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_ENABLE_OBJC_ARC = YES;
206 CLANG_WARN_BOOL_CONVERSION = YES;
207 CLANG_WARN_CONSTANT_CONVERSION = YES;
208 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
209 CLANG_WARN_EMPTY_BODY = YES;
210 CLANG_WARN_ENUM_CONVERSION = YES;
211 CLANG_WARN_INT_CONVERSION = YES;
212 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
213 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
214 COMBINE_HIDPI_IMAGES = YES;
215 COPY_PHASE_STRIP = NO;
216 GCC_C_LANGUAGE_STANDARD = gnu99;
217 GCC_DYNAMIC_NO_PIC = NO;
218 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
219 GCC_OPTIMIZATION_LEVEL = s;
220 GCC_PRECOMPILE_PREFIX_HEADER = YES;
221 GCC_PREFIX_HEADER = Prefix.pch;
222 GCC_PREPROCESSOR_DEFINITIONS = (
223 "DEBUG=1",
224 "$(inherited)",
225 );
226 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
227 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
228 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
229 GCC_WARN_UNDECLARED_SELECTOR = YES;
230 GCC_WARN_UNINITIALIZED_AUTOS = YES;
231 GCC_WARN_UNUSED_FUNCTION = YES;
232 GCC_WARN_UNUSED_VARIABLE = YES;
233 INFOPLIST_FILE = Info.plist;
234 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
235 MACOSX_DEPLOYMENT_TARGET = 10.9;
236 ONLY_ACTIVE_ARCH = YES;
237 PRODUCT_NAME = PerfIndex;
238 STRIP_INSTALLED_PRODUCT = NO;
239 STRIP_STYLE = debugging;
240 SUPPORTED_PLATFORMS = macosx;
241 VALID_ARCHS = x86_64;
242 WRAPPER_EXTENSION = bundle;
243 };
244 name = Debug;
245 };
246 4DB6141417C453F30014BDC5 /* Release */ = {
247 isa = XCBuildConfiguration;
248 buildSettings = {
249 ALWAYS_SEARCH_USER_PATHS = NO;
250 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
251 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
252 CLANG_CXX_LIBRARY = "libc++";
253 CLANG_ENABLE_MODULES = YES;
254 CLANG_ENABLE_OBJC_ARC = YES;
255 CLANG_WARN_BOOL_CONVERSION = YES;
256 CLANG_WARN_CONSTANT_CONVERSION = YES;
257 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
258 CLANG_WARN_EMPTY_BODY = YES;
259 CLANG_WARN_ENUM_CONVERSION = YES;
260 CLANG_WARN_INT_CONVERSION = YES;
261 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
262 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
263 COMBINE_HIDPI_IMAGES = YES;
264 COPY_PHASE_STRIP = NO;
265 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
266 ENABLE_NS_ASSERTIONS = NO;
267 GCC_C_LANGUAGE_STANDARD = gnu99;
268 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
269 GCC_PRECOMPILE_PREFIX_HEADER = YES;
270 GCC_PREFIX_HEADER = Prefix.pch;
271 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
272 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
273 GCC_WARN_UNDECLARED_SELECTOR = YES;
274 GCC_WARN_UNINITIALIZED_AUTOS = YES;
275 GCC_WARN_UNUSED_FUNCTION = YES;
276 GCC_WARN_UNUSED_VARIABLE = YES;
277 INFOPLIST_FILE = Info.plist;
278 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
279 MACOSX_DEPLOYMENT_TARGET = 10.9;
280 PRODUCT_NAME = PerfIndex;
281 STRIP_INSTALLED_PRODUCT = NO;
282 STRIP_STYLE = debugging;
283 SUPPORTED_PLATFORMS = macosx;
284 VALID_ARCHS = x86_64;
285 WRAPPER_EXTENSION = bundle;
286 };
287 name = Release;
288 };
289 4DB6142517C454030014BDC5 /* Debug */ = {
290 isa = XCBuildConfiguration;
291 buildSettings = {
292 ALWAYS_SEARCH_USER_PATHS = NO;
293 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
294 CLANG_CXX_LIBRARY = "libc++";
295 CLANG_ENABLE_MODULES = YES;
296 CLANG_ENABLE_OBJC_ARC = YES;
297 CLANG_WARN_BOOL_CONVERSION = YES;
298 CLANG_WARN_CONSTANT_CONVERSION = YES;
299 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
300 CLANG_WARN_EMPTY_BODY = YES;
301 CLANG_WARN_ENUM_CONVERSION = YES;
302 CLANG_WARN_INT_CONVERSION = YES;
303 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
304 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
305 COPY_PHASE_STRIP = NO;
306 GCC_C_LANGUAGE_STANDARD = gnu99;
307 GCC_DYNAMIC_NO_PIC = NO;
308 GCC_OPTIMIZATION_LEVEL = s;
309 GCC_PRECOMPILE_PREFIX_HEADER = YES;
310 GCC_PREFIX_HEADER = Prefix.pch;
311 GCC_PREPROCESSOR_DEFINITIONS = (
312 "DEBUG=1",
313 "$(inherited)",
314 );
315 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
316 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
317 GCC_WARN_UNDECLARED_SELECTOR = YES;
318 GCC_WARN_UNINITIALIZED_AUTOS = YES;
319 GCC_WARN_UNUSED_FUNCTION = YES;
320 GCC_WARN_UNUSED_VARIABLE = YES;
321 INFOPLIST_FILE = Info.plist;
322 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
323 IPHONEOS_DEPLOYMENT_TARGET = 7.0;
324 ONLY_ACTIVE_ARCH = YES;
325 PRODUCT_NAME = PerfIndex;
326 SDKROOT = iphoneos.internal;
327 TARGETED_DEVICE_FAMILY = "1,2";
328 WRAPPER_EXTENSION = bundle;
329 };
330 name = Debug;
331 };
332 4DB6142617C454030014BDC5 /* Release */ = {
333 isa = XCBuildConfiguration;
334 buildSettings = {
335 ALWAYS_SEARCH_USER_PATHS = NO;
336 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
337 CLANG_CXX_LIBRARY = "libc++";
338 CLANG_ENABLE_MODULES = YES;
339 CLANG_ENABLE_OBJC_ARC = YES;
340 CLANG_WARN_BOOL_CONVERSION = YES;
341 CLANG_WARN_CONSTANT_CONVERSION = YES;
342 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
343 CLANG_WARN_EMPTY_BODY = YES;
344 CLANG_WARN_ENUM_CONVERSION = YES;
345 CLANG_WARN_INT_CONVERSION = YES;
346 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
347 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
348 COPY_PHASE_STRIP = YES;
349 ENABLE_NS_ASSERTIONS = NO;
350 GCC_C_LANGUAGE_STANDARD = gnu99;
351 GCC_PRECOMPILE_PREFIX_HEADER = YES;
352 GCC_PREFIX_HEADER = Prefix.pch;
353 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
354 GCC_WARN_UNDECLARED_SELECTOR = YES;
355 GCC_WARN_UNINITIALIZED_AUTOS = YES;
356 GCC_WARN_UNUSED_FUNCTION = YES;
357 GCC_WARN_UNUSED_VARIABLE = YES;
358 INFOPLIST_FILE = Info.plist;
359 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
360 IPHONEOS_DEPLOYMENT_TARGET = 7.0;
361 PRODUCT_NAME = PerfIndex;
362 SDKROOT = iphoneos.internal;
363 TARGETED_DEVICE_FAMILY = "1,2";
364 VALIDATE_PRODUCT = YES;
365 WRAPPER_EXTENSION = bundle;
366 };
367 name = Release;
368 };
369/* End XCBuildConfiguration section */
370
371/* Begin XCConfigurationList section */
372 4DB613FF17C453C70014BDC5 /* Build configuration list for PBXProject "PerfIndex" */ = {
373 isa = XCConfigurationList;
374 buildConfigurations = (
375 4DB6140017C453C70014BDC5 /* Debug */,
376 4DB6140117C453C70014BDC5 /* Release */,
377 );
378 defaultConfigurationIsVisible = 0;
379 defaultConfigurationName = Release;
380 };
381 4DB6141217C453F30014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-osx" */ = {
382 isa = XCConfigurationList;
383 buildConfigurations = (
384 4DB6141317C453F30014BDC5 /* Debug */,
385 4DB6141417C453F30014BDC5 /* Release */,
386 );
387 defaultConfigurationIsVisible = 0;
388 defaultConfigurationName = Release;
389 };
390 4DB6142417C454030014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-ios" */ = {
391 isa = XCConfigurationList;
392 buildConfigurations = (
393 4DB6142517C454030014BDC5 /* Debug */,
394 4DB6142617C454030014BDC5 /* Release */,
395 );
396 defaultConfigurationIsVisible = 0;
397 defaultConfigurationName = Release;
398 };
399/* End XCConfigurationList section */
400 };
401 rootObject = 4DB613FC17C453C70014BDC5 /* Project object */;
402}