Changeset 6295
- Timestamp:
- 10/31/08 01:13:55 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/P7/WiredServer/WiredServer.xcodeproj/project.pbxproj
r6288 r6295 147 147 containerPortal = A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */; 148 148 proxyType = 1; 149 remoteGlobalIDString = 7712BA960E5C1726001C4210 /* WiredFoundation */;149 remoteGlobalIDString = 7712BA960E5C1726001C4210; 150 150 remoteInfo = WiredFoundation; 151 151 }; … … 154 154 containerPortal = A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */; 155 155 proxyType = 1; 156 remoteGlobalIDString = 7712BB670E5C1964001C4210 /* WiredAppKit */;156 remoteGlobalIDString = 7712BB670E5C1964001C4210; 157 157 remoteInfo = WiredAppKit; 158 }; 159 A5B084360EBA859700DA90DD /* PBXContainerItemProxy */ = { 160 isa = PBXContainerItemProxy; 161 containerPortal = A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */; 162 proxyType = 2; 163 remoteGlobalIDString = A5C23CFF0E9AC2AB00A81F49 /* libwired.a */; 164 remoteInfo = libwired; 158 165 }; 159 166 A5FEE2EF0B7877D300199A37 /* PBXContainerItemProxy */ = { … … 432 439 A5829D890E7370FA00FBAA6D /* libWiredAppKit.a */, 433 440 A5829D8B0E7370FA00FBAA6D /* libWiredNetworking.a */, 441 A5B084370EBA859700DA90DD /* libwired.a */, 434 442 ); 435 443 name = Products; … … 560 568 path = WiredNetworking.framework; 561 569 remoteRef = A5A2A5A80CD4E79C00969CEF /* PBXContainerItemProxy */; 570 sourceTree = BUILT_PRODUCTS_DIR; 571 }; 572 A5B084370EBA859700DA90DD /* libwired.a */ = { 573 isa = PBXReferenceProxy; 574 fileType = archive.ar; 575 path = libwired.a; 576 remoteRef = A5B084360EBA859700DA90DD /* PBXContainerItemProxy */; 562 577 sourceTree = BUILT_PRODUCTS_DIR; 563 578 }; … … 611 626 runOnlyForDeploymentPostprocessing = 0; 612 627 shellPath = /bin/sh; 613 shellScript = "sudo rm -rf \"$PROJECT_TEMP_DIR/Package\"\nmkdir -p \"$PROJECT_TEMP_DIR/Package\"\n\ncp -Rp Package/* \"$PROJECT_TEMP_DIR/Package\" || exit 1\n\nsh install.sh || exit 1\n\nfind \"$PROJECT_TEMP_DIR/Package\" -name .svn -print0 | xargs -0 sudo rm -rf\n\nrm -rf \"$BUILT_PRODUCTS_DIR/WiredServer .pkg\"\n/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -v -ds -p \"$BUILT_PRODUCTS_DIR/WiredServer.pkg\" -f \"$PROJECT_TEMP_DIR/Package/Contents\" -r \"$PROJECT_TEMP_DIR/Package/Resources\" -i \"$PROJECT_TEMP_DIR/Package/Info.plist\" -d \"$PROJECT_TEMP_DIR/Package/Resources/English.lproj/Description.plist\" || exit 1\n";628 shellScript = "sudo rm -rf \"$PROJECT_TEMP_DIR/Package\"\nmkdir -p \"$PROJECT_TEMP_DIR/Package\"\n\ncp -Rp Package/* \"$PROJECT_TEMP_DIR/Package\" || exit 1\n\nsh install.sh || exit 1\n\nfind \"$PROJECT_TEMP_DIR/Package\" -name .svn -print0 | xargs -0 sudo rm -rf\n\nrm -rf \"$BUILT_PRODUCTS_DIR/WiredServer2.0.pkg\"\n/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -v -ds -p \"$BUILT_PRODUCTS_DIR/WiredServer2.0.pkg\" -f \"$PROJECT_TEMP_DIR/Package/Contents\" -r \"$PROJECT_TEMP_DIR/Package/Resources\" -i \"$PROJECT_TEMP_DIR/Package/Info.plist\" -d \"$PROJECT_TEMP_DIR/Package/Resources/English.lproj/Description.plist\" || exit 1\n"; 614 629 }; 615 630 A5992EB5072A77F900E67617 /* Run Script (Version) */ = {
