Changeset 3464
- Timestamp:
- 01/10/06 19:24:28 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPUMonitor/trunk/CPUMonitor.xcodeproj/project.pbxproj
r3410 r3464 210 210 32CA4F630368D1EE00C91783 /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefix.pch; sourceTree = "<group>"; }; 211 211 778E7925096A844900258FE6 /* CPUMonitor.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = CPUMonitor.xcconfig; sourceTree = "<group>"; }; 212 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WiredAdditions.xcodeproj; path = ../WiredAdditions/WiredAdditions.xcodeproj; sourceTree = SOURCE_ROOT; };212 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WiredAdditions.xcodeproj; path = WiredAdditions/WiredAdditions.xcodeproj; sourceTree = SOURCE_ROOT; }; 213 213 77CDAD10083A3AAF003BE654 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/ReleaseNotes.rtf; sourceTree = "<group>"; }; 214 214 77CDAD6F083A3F9D003BE654 /* CPUPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUPanel.h; sourceTree = "<group>"; }; … … 224 224 A51B24520820132A00D76064 /* CPUFloatingView.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = CPUFloatingView.m; sourceTree = "<group>"; }; 225 225 A51B24530820132A00D76064 /* CPUFloatingView.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = CPUFloatingView.h; sourceTree = "<group>"; }; 226 A51B2550082020AD00D76064 /* WiredAdditions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WiredAdditions.framework; path = ../WiredAdditions/build/WiredAdditions.framework; sourceTree = SOURCE_ROOT; };226 A51B2550082020AD00D76064 /* WiredAdditions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WiredAdditions.framework; path = WiredAdditions/build/WiredAdditions.framework; sourceTree = SOURCE_ROOT; }; 227 227 A51B258C082020C700D76064 /* CPUSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUSettings.h; sourceTree = "<group>"; }; 228 228 A51B258D082020C700D76064 /* CPUSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPUSettings.m; sourceTree = "<group>"; }; … … 428 428 ); 429 429 buildSettings = { 430 FRAMEWORK_SEARCH_PATHS = ../WiredAdditions/build;430 FRAMEWORK_SEARCH_PATHS = WiredAdditions/build; 431 431 GCC_PRECOMPILE_PREFIX_HEADER = YES; 432 432 GCC_PREFIX_HEADER = prefix.h; … … 566 566 runOnlyForDeploymentPostprocessing = 0; 567 567 shellPath = /bin/sh; 568 shellScript = "cd ../WiredAdditions/\n/usr/bin/xcodebuild -target \"Wired Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1";568 shellScript = "cd WiredAdditions/\n/usr/bin/xcodebuild -target \"Wired Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1"; 569 569 }; 570 570 A5D2C75A0822E041007EB5F3 /* Run Script (Version) */ = {
