Changeset 5113 for CPUMonitor/trunk
- Timestamp:
- 12/11/07 16:46:39 (8 months ago)
- Files:
-
- CPUMonitor/trunk/CPUMonitor.xcconfig (modified) (1 diff)
- CPUMonitor/trunk/CPUMonitor.xcodeproj/project.pbxproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPUMonitor/trunk/CPUMonitor.xcconfig
r4446 r5113 27 27 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4 28 28 MACOSX_DEPLOYMENT_TARGET_ppc64 = 10.5 29 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk30 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.5.sdk31 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk32 SDKROOT_ppc64 = /Developer/SDKs/MacOSX10.5.sdk29 SDKROOT_i386 = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 30 SDKROOT_x86_64 = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk 31 SDKROOT_ppc = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 32 SDKROOT_ppc64 = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk 33 33 WARNING_CFLAGS = CPUMonitor/trunk/CPUMonitor.xcodeproj/project.pbxproj
r4446 r5113 4 4 classes = { 5 5 }; 6 objectVersion = 4 2;6 objectVersion = 44; 7 7 objects = { 8 8 … … 95 95 remoteGlobalIDString = 8DC2EF5B0486A6940098B216; 96 96 remoteInfo = "Wired Additions"; 97 };98 778E7954096A84C900258FE6 /* PBXContainerItemProxy */ = {99 isa = PBXContainerItemProxy;100 containerPortal = 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */;101 proxyType = 2;102 remoteGlobalIDString = A5E4B39E07A9797200BD6812;103 remoteInfo = "ZAAutoreleasePool Test";104 };105 778E7956096A84C900258FE6 /* PBXContainerItemProxy */ = {106 isa = PBXContainerItemProxy;107 containerPortal = 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */;108 proxyType = 2;109 remoteGlobalIDString = A553B5E007AAF56E005EE3E5;110 remoteInfo = "ZANotificationCenter Test";111 };112 778E7958096A84C900258FE6 /* PBXContainerItemProxy */ = {113 isa = PBXContainerItemProxy;114 containerPortal = 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */;115 proxyType = 2;116 remoteGlobalIDString = A5E4B55207A98AEE00BD6812;117 remoteInfo = "ZAObject Test";118 97 }; 119 98 A5D2C7690822E139007EB5F3 /* PBXContainerItemProxy */ = { … … 328 307 children = ( 329 308 778E7953096A84C900258FE6 /* WiredAdditions.framework */, 330 778E7955096A84C900258FE6 /* WIAutoreleasePool Test.app */,331 778E7957096A84C900258FE6 /* WINotificationCenter Test.app */,332 778E7959096A84C900258FE6 /* WIObject Test.app */,333 309 ); 334 310 name = Products; … … 382 358 isa = PBXProject; 383 359 buildConfigurationList = 778E7902096A842900258FE6 /* Build configuration list for PBXProject "CPUMonitor" */; 360 compatibilityVersion = "Xcode 3.0"; 384 361 hasScannedForEncodings = 1; 385 362 mainGroup = 29B97314FDCFA39411CA2CEA /* CPUMonitor */; … … 391 368 }, 392 369 ); 370 projectRoot = ""; 393 371 targets = ( 394 372 8D1107260486CEB800E47090 /* CPU Monitor */, … … 406 384 path = WiredAdditions.framework; 407 385 remoteRef = 778E7952096A84C900258FE6 /* PBXContainerItemProxy */; 408 sourceTree = BUILT_PRODUCTS_DIR;409 };410 778E7955096A84C900258FE6 /* WIAutoreleasePool Test.app */ = {411 isa = PBXReferenceProxy;412 fileType = wrapper.application;413 path = "WIAutoreleasePool Test.app";414 remoteRef = 778E7954096A84C900258FE6 /* PBXContainerItemProxy */;415 sourceTree = BUILT_PRODUCTS_DIR;416 };417 778E7957096A84C900258FE6 /* WINotificationCenter Test.app */ = {418 isa = PBXReferenceProxy;419 fileType = wrapper.application;420 path = "WINotificationCenter Test.app";421 remoteRef = 778E7956096A84C900258FE6 /* PBXContainerItemProxy */;422 sourceTree = BUILT_PRODUCTS_DIR;423 };424 778E7959096A84C900258FE6 /* WIObject Test.app */ = {425 isa = PBXReferenceProxy;426 fileType = wrapper.application;427 path = "WIObject Test.app";428 remoteRef = 778E7958096A84C900258FE6 /* PBXContainerItemProxy */;429 386 sourceTree = BUILT_PRODUCTS_DIR; 430 387 };
