Changeset 3468
- Timestamp:
- 01/10/06 19:24:55 (2 years ago)
- Files:
-
- Tuna/trunk/Tuna.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/Tuna.xcodeproj/project.pbxproj
r3409 r3468 198 198 A5554EA3083633FF0044855A /* NSDocumentController-TNAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDocumentController-TNAdditions.m"; sourceTree = "<group>"; }; 199 199 A555512C083668B30044855A /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; 200 A57F85C30833E1BC00DEFE69 /* WiredAdditions.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WiredAdditions.xcodeproj; path = ../WiredAdditions/WiredAdditions.xcodeproj; sourceTree = SOURCE_ROOT; };200 A57F85C30833E1BC00DEFE69 /* WiredAdditions.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WiredAdditions.xcodeproj; path = WiredAdditions/WiredAdditions.xcodeproj; sourceTree = SOURCE_ROOT; }; 201 201 A57F862F0833EA9700DEFE69 /* TNDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TNDocument.h; sourceTree = "<group>"; }; 202 202 A57F86300833EA9700DEFE69 /* TNDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TNDocument.m; sourceTree = "<group>"; }; … … 419 419 ); 420 420 buildSettings = { 421 FRAMEWORK_SEARCH_PATHS = ../WiredAdditions/build;421 FRAMEWORK_SEARCH_PATHS = WiredAdditions/build; 422 422 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 423 423 GCC_PRECOMPILE_PREFIX_HEADER = YES; … … 571 571 runOnlyForDeploymentPostprocessing = 0; 572 572 shellPath = /bin/sh; 573 shellScript = "cd ../WiredAdditions/\n/usr/bin/xcodebuild -target \"Wired Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1";573 shellScript = "cd WiredAdditions/\n/usr/bin/xcodebuild -target \"Wired Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1"; 574 574 }; 575 575 A55550FF083668450044855A /* Run Script (Localize) */ = {
