]> git.saurik.com Git - apple/xnu.git/blob - tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/project.pbxproj
0aa6e053d82b994bb38e2ca0a424e3d34a0629ee
[apple/xnu.git] / tools / tests / unit_tests / monitor_stress_12901965_src / monitor_stress.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 15181D991683B73E0002FB18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15181D981683B73E0002FB18 /* Foundation.framework */; };
11 15181D9E1683B73E0002FB18 /* monitor_stress.m in Sources */ = {isa = PBXBuildFile; fileRef = 15181D9D1683B73E0002FB18 /* monitor_stress.m */; };
12 15181DA91683B7550002FB18 /* monitor_stress.m in Sources */ = {isa = PBXBuildFile; fileRef = 15181D9D1683B73E0002FB18 /* monitor_stress.m */; };
13 15181DAB1683B7550002FB18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15181D981683B73E0002FB18 /* Foundation.framework */; };
14 /* End PBXBuildFile section */
15
16 /* Begin PBXCopyFilesBuildPhase section */
17 15181D931683B73E0002FB18 /* CopyFiles */ = {
18 isa = PBXCopyFilesBuildPhase;
19 buildActionMask = 2147483647;
20 dstPath = /usr/share/man/man1/;
21 dstSubfolderSpec = 0;
22 files = (
23 );
24 runOnlyForDeploymentPostprocessing = 1;
25 };
26 15181DAC1683B7550002FB18 /* CopyFiles */ = {
27 isa = PBXCopyFilesBuildPhase;
28 buildActionMask = 2147483647;
29 dstPath = /usr/share/man/man1/;
30 dstSubfolderSpec = 0;
31 files = (
32 );
33 runOnlyForDeploymentPostprocessing = 1;
34 };
35 /* End PBXCopyFilesBuildPhase section */
36
37 /* Begin PBXFileReference section */
38 15181D951683B73E0002FB18 /* monitor_stress */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = monitor_stress; sourceTree = BUILT_PRODUCTS_DIR; };
39 15181D981683B73E0002FB18 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
40 15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = AspenFamily.xcconfig; path = AppleInternal/XcodeConfig/AspenFamily.xcconfig; sourceTree = DEVELOPER_DIR; };
41 15181D9D1683B73E0002FB18 /* monitor_stress.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = monitor_stress.m; sourceTree = "<group>"; };
42 15181DB11683B7550002FB18 /* monitor_stress */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = monitor_stress; sourceTree = BUILT_PRODUCTS_DIR; };
43 /* End PBXFileReference section */
44
45 /* Begin PBXFrameworksBuildPhase section */
46 15181D921683B73E0002FB18 /* Frameworks */ = {
47 isa = PBXFrameworksBuildPhase;
48 buildActionMask = 2147483647;
49 files = (
50 15181D991683B73E0002FB18 /* Foundation.framework in Frameworks */,
51 );
52 runOnlyForDeploymentPostprocessing = 0;
53 };
54 15181DAA1683B7550002FB18 /* Frameworks */ = {
55 isa = PBXFrameworksBuildPhase;
56 buildActionMask = 2147483647;
57 files = (
58 15181DAB1683B7550002FB18 /* Foundation.framework in Frameworks */,
59 );
60 runOnlyForDeploymentPostprocessing = 0;
61 };
62 /* End PBXFrameworksBuildPhase section */
63
64 /* Begin PBXGroup section */
65 15181D8C1683B73E0002FB18 = {
66 isa = PBXGroup;
67 children = (
68 15181D9A1683B73E0002FB18 /* monitor_stress */,
69 15181D971683B73E0002FB18 /* Frameworks */,
70 15181D961683B73E0002FB18 /* Products */,
71 );
72 sourceTree = "<group>";
73 };
74 15181D961683B73E0002FB18 /* Products */ = {
75 isa = PBXGroup;
76 children = (
77 15181D951683B73E0002FB18 /* monitor_stress */,
78 15181DB11683B7550002FB18 /* monitor_stress */,
79 );
80 name = Products;
81 sourceTree = "<group>";
82 };
83 15181D971683B73E0002FB18 /* Frameworks */ = {
84 isa = PBXGroup;
85 children = (
86 15181D981683B73E0002FB18 /* Foundation.framework */,
87 );
88 name = Frameworks;
89 sourceTree = "<group>";
90 };
91 15181D9A1683B73E0002FB18 /* monitor_stress */ = {
92 isa = PBXGroup;
93 children = (
94 15181D9D1683B73E0002FB18 /* monitor_stress.m */,
95 15181D9B1683B73E0002FB18 /* Supporting Files */,
96 );
97 path = monitor_stress;
98 sourceTree = "<group>";
99 };
100 15181D9B1683B73E0002FB18 /* Supporting Files */ = {
101 isa = PBXGroup;
102 children = (
103 15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */,
104 );
105 name = "Supporting Files";
106 sourceTree = "<group>";
107 };
108 /* End PBXGroup section */
109
110 /* Begin PBXNativeTarget section */
111 15181D941683B73E0002FB18 /* ios */ = {
112 isa = PBXNativeTarget;
113 buildConfigurationList = 15181DA41683B73E0002FB18 /* Build configuration list for PBXNativeTarget "ios" */;
114 buildPhases = (
115 15181D911683B73E0002FB18 /* Sources */,
116 15181D921683B73E0002FB18 /* Frameworks */,
117 15181D931683B73E0002FB18 /* CopyFiles */,
118 );
119 buildRules = (
120 );
121 dependencies = (
122 );
123 name = ios;
124 productName = monitor_stress;
125 productReference = 15181D951683B73E0002FB18 /* monitor_stress */;
126 productType = "com.apple.product-type.tool";
127 };
128 15181DA71683B7550002FB18 /* osx */ = {
129 isa = PBXNativeTarget;
130 buildConfigurationList = 15181DAE1683B7550002FB18 /* Build configuration list for PBXNativeTarget "osx" */;
131 buildPhases = (
132 15181DA81683B7550002FB18 /* Sources */,
133 15181DAA1683B7550002FB18 /* Frameworks */,
134 15181DAC1683B7550002FB18 /* CopyFiles */,
135 );
136 buildRules = (
137 );
138 dependencies = (
139 );
140 name = osx;
141 productName = monitor_stress;
142 productReference = 15181DB11683B7550002FB18 /* monitor_stress */;
143 productType = "com.apple.product-type.tool";
144 };
145 /* End PBXNativeTarget section */
146
147 /* Begin PBXProject section */
148 15181D8D1683B73E0002FB18 /* Project object */ = {
149 isa = PBXProject;
150 attributes = {
151 LastUpgradeCheck = 0460;
152 ORGANIZATIONNAME = apple;
153 };
154 buildConfigurationList = 15181D901683B73E0002FB18 /* Build configuration list for PBXProject "monitor_stress" */;
155 compatibilityVersion = "Xcode 3.2";
156 developmentRegion = English;
157 hasScannedForEncodings = 0;
158 knownRegions = (
159 en,
160 );
161 mainGroup = 15181D8C1683B73E0002FB18;
162 productRefGroup = 15181D961683B73E0002FB18 /* Products */;
163 projectDirPath = "";
164 projectRoot = "";
165 targets = (
166 15181DA71683B7550002FB18 /* osx */,
167 15181D941683B73E0002FB18 /* ios */,
168 );
169 };
170 /* End PBXProject section */
171
172 /* Begin PBXSourcesBuildPhase section */
173 15181D911683B73E0002FB18 /* Sources */ = {
174 isa = PBXSourcesBuildPhase;
175 buildActionMask = 2147483647;
176 files = (
177 15181D9E1683B73E0002FB18 /* monitor_stress.m in Sources */,
178 );
179 runOnlyForDeploymentPostprocessing = 0;
180 };
181 15181DA81683B7550002FB18 /* Sources */ = {
182 isa = PBXSourcesBuildPhase;
183 buildActionMask = 2147483647;
184 files = (
185 15181DA91683B7550002FB18 /* monitor_stress.m in Sources */,
186 );
187 runOnlyForDeploymentPostprocessing = 0;
188 };
189 /* End PBXSourcesBuildPhase section */
190
191 /* Begin XCBuildConfiguration section */
192 15181DA21683B73E0002FB18 /* Debug */ = {
193 isa = XCBuildConfiguration;
194 baseConfigurationReference = 15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */;
195 buildSettings = {
196 ALWAYS_SEARCH_USER_PATHS = NO;
197 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
198 CLANG_CXX_LIBRARY = "libc++";
199 CLANG_ENABLE_OBJC_ARC = YES;
200 CLANG_WARN_CONSTANT_CONVERSION = YES;
201 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
202 CLANG_WARN_EMPTY_BODY = YES;
203 CLANG_WARN_INT_CONVERSION = YES;
204 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
205 COPY_PHASE_STRIP = NO;
206 GCC_C_LANGUAGE_STANDARD = gnu99;
207 GCC_DYNAMIC_NO_PIC = NO;
208 GCC_OPTIMIZATION_LEVEL = 0;
209 GCC_PREPROCESSOR_DEFINITIONS = (
210 "DEBUG=1",
211 "$(inherited)",
212 );
213 GCC_STRICT_ALIASING = YES;
214 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
215 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
216 GCC_WARN_ABOUT_RETURN_TYPE = YES;
217 GCC_WARN_UNINITIALIZED_AUTOS = YES;
218 GCC_WARN_UNUSED_VARIABLE = YES;
219 IPHONEOS_DEPLOYMENT_TARGET = 7.0;
220 ONLY_ACTIVE_ARCH = YES;
221 SDKROOT = iphoneos.internal;
222 };
223 name = Debug;
224 };
225 15181DA31683B73E0002FB18 /* Release */ = {
226 isa = XCBuildConfiguration;
227 baseConfigurationReference = 15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */;
228 buildSettings = {
229 ALWAYS_SEARCH_USER_PATHS = NO;
230 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
231 CLANG_CXX_LIBRARY = "libc++";
232 CLANG_ENABLE_OBJC_ARC = YES;
233 CLANG_WARN_CONSTANT_CONVERSION = YES;
234 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
235 CLANG_WARN_EMPTY_BODY = YES;
236 CLANG_WARN_INT_CONVERSION = YES;
237 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
238 COPY_PHASE_STRIP = NO;
239 GCC_C_LANGUAGE_STANDARD = gnu99;
240 GCC_STRICT_ALIASING = YES;
241 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
242 GCC_WARN_ABOUT_RETURN_TYPE = YES;
243 GCC_WARN_UNINITIALIZED_AUTOS = YES;
244 GCC_WARN_UNUSED_VARIABLE = YES;
245 IPHONEOS_DEPLOYMENT_TARGET = 7.0;
246 SDKROOT = iphoneos.internal;
247 VALIDATE_PRODUCT = YES;
248 };
249 name = Release;
250 };
251 15181DA51683B73E0002FB18 /* Debug */ = {
252 isa = XCBuildConfiguration;
253 buildSettings = {
254 CODE_SIGN_ENTITLEMENTS = "monitor_stress-Entitlements.plist";
255 CODE_SIGN_IDENTITY = "-";
256 PRODUCT_NAME = "$(PROJECT_NAME)";
257 PROVISIONING_PROFILE = "";
258 };
259 name = Debug;
260 };
261 15181DA61683B73E0002FB18 /* Release */ = {
262 isa = XCBuildConfiguration;
263 buildSettings = {
264 CODE_SIGN_ENTITLEMENTS = "monitor_stress-Entitlements.plist";
265 CODE_SIGN_IDENTITY = "-";
266 PRODUCT_NAME = "$(PROJECT_NAME)";
267 PROVISIONING_PROFILE = "";
268 };
269 name = Release;
270 };
271 15181DAF1683B7550002FB18 /* Debug */ = {
272 isa = XCBuildConfiguration;
273 buildSettings = {
274 CLANG_ENABLE_OBJC_ARC = NO;
275 PRODUCT_NAME = "$(PROJECT_NAME)";
276 SDKROOT = macosx.internal;
277 SUPPORTED_PLATFORMS = macosx;
278 };
279 name = Debug;
280 };
281 15181DB01683B7550002FB18 /* Release */ = {
282 isa = XCBuildConfiguration;
283 buildSettings = {
284 CLANG_ENABLE_OBJC_ARC = NO;
285 PRODUCT_NAME = "$(PROJECT_NAME)";
286 SDKROOT = macosx.internal;
287 SUPPORTED_PLATFORMS = macosx;
288 };
289 name = Release;
290 };
291 /* End XCBuildConfiguration section */
292
293 /* Begin XCConfigurationList section */
294 15181D901683B73E0002FB18 /* Build configuration list for PBXProject "monitor_stress" */ = {
295 isa = XCConfigurationList;
296 buildConfigurations = (
297 15181DA21683B73E0002FB18 /* Debug */,
298 15181DA31683B73E0002FB18 /* Release */,
299 );
300 defaultConfigurationIsVisible = 0;
301 defaultConfigurationName = Release;
302 };
303 15181DA41683B73E0002FB18 /* Build configuration list for PBXNativeTarget "ios" */ = {
304 isa = XCConfigurationList;
305 buildConfigurations = (
306 15181DA51683B73E0002FB18 /* Debug */,
307 15181DA61683B73E0002FB18 /* Release */,
308 );
309 defaultConfigurationIsVisible = 0;
310 defaultConfigurationName = Release;
311 };
312 15181DAE1683B7550002FB18 /* Build configuration list for PBXNativeTarget "osx" */ = {
313 isa = XCConfigurationList;
314 buildConfigurations = (
315 15181DAF1683B7550002FB18 /* Debug */,
316 15181DB01683B7550002FB18 /* Release */,
317 );
318 defaultConfigurationIsVisible = 0;
319 defaultConfigurationName = Release;
320 };
321 /* End XCConfigurationList section */
322 };
323 rootObject = 15181D8D1683B73E0002FB18 /* Project object */;
324 }