project.pbxproj 15.7 KB
Newer Older
1
2
3
4
5
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
6
	objectVersion = 42;
7
8
	objects = {

9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* Begin PBXAggregateTarget section */
		4024D162113D7D2400C7059E /* Test */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */;
			buildPhases = (
				4024D161113D7D2400C7059E /* ShellScript */,
			);
			dependencies = (
				4024D166113D7D3100C7059E /* PBXTargetDependency */,
			);
			name = Test;
			productName = TestAndBuild;
		};
		4024D1E9113D83FF00C7059E /* TestAndBuild */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = 4024D1F0113D842B00C7059E /* Build configuration list for PBXAggregateTarget "TestAndBuild" */;
			buildPhases = (
			);
			dependencies = (
				4024D1ED113D840900C7059E /* PBXTargetDependency */,
				4024D1EF113D840D00C7059E /* PBXTargetDependency */,
			);
			name = TestAndBuild;
			productName = TestAndBuild;
		};
/* End PBXAggregateTarget section */

36
37
38
39
40
/* Begin PBXBuildFile section */
		3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1230E5AEE3500C7F239 /* widget.cc */; };
		3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7EB1240E5AEE3500C7F239 /* widget.h */; settings = {ATTRIBUTES = (Public, ); }; };
		3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */; };
		3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */; };
41
42
		4024D188113D7D7800C7059E /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4024D185113D7D5500C7059E /* libgtest.a */; };
		4024D189113D7D7A00C7059E /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4024D183113D7D5500C7059E /* libgtest_main.a */; };
43
44
45
46
47
48
49
50
51
52
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
			remoteInfo = gTestExample;
		};
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
		4024D165113D7D3100C7059E /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 3B07BDE90E3F3F9E00647869;
			remoteInfo = WidgetFrameworkTest;
		};
		4024D1EC113D840900C7059E /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
			remoteInfo = WidgetFramework;
		};
		4024D1EE113D840D00C7059E /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 4024D162113D7D2400C7059E;
			remoteInfo = Test;
		};
74
75
76
77
78
79
80
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = WidgetFrameworkTest; sourceTree = BUILT_PRODUCTS_DIR; };
		3B7EB1230E5AEE3500C7F239 /* widget.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget.cc; sourceTree = "<group>"; };
		3B7EB1240E5AEE3500C7F239 /* widget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = widget.h; sourceTree = "<group>"; };
		3B7EB1270E5AEE4600C7F239 /* widget_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget_test.cc; sourceTree = "<group>"; };
81
82
83
		4024D183113D7D5500C7059E /* libgtest_main.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest_main.a; path = /usr/local/lib/libgtest_main.a; sourceTree = "<absolute>"; };
		4024D185113D7D5500C7059E /* libgtest.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest.a; path = /usr/local/lib/libgtest.a; sourceTree = "<absolute>"; };
		4024D1E2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = runtests.sh; sourceTree = "<group>"; };
84
85
86
87
88
89
90
91
92
		8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
		8D07F2C80486CC7A007CD1D0 /* Widget.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Widget.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		3B07BDE80E3F3F9E00647869 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
93
94
				4024D189113D7D7A00C7059E /* libgtest_main.a in Frameworks */,
				4024D188113D7D7800C7059E /* libgtest.a in Frameworks */,
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
				3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		034768DDFF38A45A11DB9C8B /* Products */ = {
			isa = PBXGroup;
			children = (
				8D07F2C80486CC7A007CD1D0 /* Widget.framework */,
				3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		0867D691FE84028FC02AAC07 /* gTestExample */ = {
			isa = PBXGroup;
			children = (
121
				4024D1E1113D836C00C7059E /* Scripts */,
122
123
124
125
126
127
128
129
130
131
132
133
				08FB77ACFE841707C02AAC07 /* Source */,
				089C1665FE841158C02AAC07 /* Resources */,
				3B07BE350E4094E400647869 /* Test */,
				0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
				034768DDFF38A45A11DB9C8B /* Products */,
			);
			name = gTestExample;
			sourceTree = "<group>";
		};
		0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
			isa = PBXGroup;
			children = (
134
135
				4024D183113D7D5500C7059E /* libgtest_main.a */,
				4024D185113D7D5500C7059E /* libgtest.a */,
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
			);
			name = "External Frameworks and Libraries";
			sourceTree = "<group>";
		};
		089C1665FE841158C02AAC07 /* Resources */ = {
			isa = PBXGroup;
			children = (
				8D07F2C70486CC7A007CD1D0 /* Info.plist */,
			);
			name = Resources;
			sourceTree = "<group>";
		};
		08FB77ACFE841707C02AAC07 /* Source */ = {
			isa = PBXGroup;
			children = (
				3B7EB1230E5AEE3500C7F239 /* widget.cc */,
				3B7EB1240E5AEE3500C7F239 /* widget.h */,
			);
			name = Source;
			sourceTree = "<group>";
		};
		3B07BE350E4094E400647869 /* Test */ = {
			isa = PBXGroup;
			children = (
				3B7EB1270E5AEE4600C7F239 /* widget_test.cc */,
			);
			name = Test;
			sourceTree = "<group>";
		};
165
166
167
168
169
170
171
172
		4024D1E1113D836C00C7059E /* Scripts */ = {
			isa = PBXGroup;
			children = (
				4024D1E2113D838200C7059E /* runtests.sh */,
			);
			name = Scripts;
			sourceTree = "<group>";
		};
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */;
			buildPhases = (
				3B07BDE70E3F3F9E00647869 /* Sources */,
				3B07BDE80E3F3F9E00647869 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
				3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */,
			);
			name = WidgetFrameworkTest;
			productName = gTestExampleTest;
			productReference = 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */;
			productType = "com.apple.product-type.tool";
		};
		8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */;
			buildPhases = (
				8D07F2C10486CC7A007CD1D0 /* Sources */,
				8D07F2C30486CC7A007CD1D0 /* Frameworks */,
				8D07F2BD0486CC7A007CD1D0 /* Headers */,
				8D07F2BF0486CC7A007CD1D0 /* Resources */,
				8D07F2C50486CC7A007CD1D0 /* Rez */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = WidgetFramework;
			productInstallPath = "$(HOME)/Library/Frameworks";
			productName = gTestExample;
			productReference = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */;
			productType = "com.apple.product-type.framework";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		0867D690FE84028FC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */;
230
			compatibilityVersion = "Xcode 2.4";
231
232
233
234
235
236
237
238
			hasScannedForEncodings = 1;
			mainGroup = 0867D691FE84028FC02AAC07 /* gTestExample */;
			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */,
				3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */,
239
240
				4024D162113D7D2400C7059E /* Test */,
				4024D1E9113D83FF00C7059E /* TestAndBuild */,
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXRezBuildPhase section */
		8D07F2C50486CC7A007CD1D0 /* Rez */ = {
			isa = PBXRezBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXRezBuildPhase section */

265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
/* Begin PBXShellScriptBuildPhase section */
		4024D161113D7D2400C7059E /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
		};
/* End PBXShellScriptBuildPhase section */

281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
/* Begin PBXSourcesBuildPhase section */
		3B07BDE70E3F3F9E00647869 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		8D07F2C10486CC7A007CD1D0 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */;
			targetProxy = 3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */;
		};
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
		4024D166113D7D3100C7059E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */;
			targetProxy = 4024D165113D7D3100C7059E /* PBXContainerItemProxy */;
		};
		4024D1ED113D840900C7059E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */;
			targetProxy = 4024D1EC113D840900C7059E /* PBXContainerItemProxy */;
		};
		4024D1EF113D840D00C7059E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4024D162113D7D2400C7059E /* Test */;
			targetProxy = 4024D1EE113D840D00C7059E /* PBXContainerItemProxy */;
		};
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		3B07BDEC0E3F3F9F00647869 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = WidgetFrameworkTest;
			};
			name = Debug;
		};
		3B07BDED0E3F3F9F00647869 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = WidgetFrameworkTest;
			};
			name = Release;
		};
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
		4024D163113D7D2400C7059E /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = TestAndBuild;
			};
			name = Debug;
		};
		4024D164113D7D2400C7059E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = TestAndBuild;
			};
			name = Release;
		};
		4024D1EA113D83FF00C7059E /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = TestAndBuild;
			};
			name = Debug;
		};
		4024D1EB113D83FF00C7059E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = TestAndBuild;
			};
			name = Release;
		};
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
		4FADC24308B4156D00ABE55E /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_VERSION = A;
				INFOPLIST_FILE = Info.plist;
				INSTALL_PATH = "@loader_path/../Frameworks";
				PRODUCT_NAME = Widget;
			};
			name = Debug;
		};
		4FADC24408B4156D00ABE55E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_VERSION = A;
				INFOPLIST_FILE = Info.plist;
				INSTALL_PATH = "@loader_path/../Frameworks";
				PRODUCT_NAME = Widget;
			};
			name = Release;
		};
		4FADC24708B4156D00ABE55E /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
393
394
				GCC_VERSION = 4.0;
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
395
396
397
398
399
400
			};
			name = Debug;
		};
		4FADC24808B4156D00ABE55E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
401
402
				GCC_VERSION = 4.0;
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3B07BDEC0E3F3F9F00647869 /* Debug */,
				3B07BDED0E3F3F9F00647869 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
		4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4024D163113D7D2400C7059E /* Debug */,
				4024D164113D7D2400C7059E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		4024D1F0113D842B00C7059E /* Build configuration list for PBXAggregateTarget "TestAndBuild" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4024D1EA113D83FF00C7059E /* Debug */,
				4024D1EB113D83FF00C7059E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
		4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4FADC24308B4156D00ABE55E /* Debug */,
				4FADC24408B4156D00ABE55E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4FADC24708B4156D00ABE55E /* Debug */,
				4FADC24808B4156D00ABE55E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}