Changeset 4261
- Timestamp:
- 06/09/06 00:46:10 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r4246 r4261 8 8 9 9 /* Begin PBXAggregateTarget section */ 10 A50335AD0864C98900CE6911 /* Wired Server*/ = {10 A50335AD0864C98900CE6911 /* Package */ = { 11 11 isa = PBXAggregateTarget; 12 buildConfigurationList = A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget " Wired Server" */;12 buildConfigurationList = A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget "Package" */; 13 13 buildPhases = ( 14 14 A50335AC0864C98900CE6911 /* Run Script (wired) */, … … 17 17 A519E5E30978287D002A9A5C /* PBXTargetDependency */, 18 18 ); 19 name = "Wired Server";19 name = Package; 20 20 productName = "Wired Server"; 21 21 }; … … 504 504 targets = ( 505 505 8D202CE80486D31800D8A456 /* Wired Preference Pane */, 506 A50335AD0864C98900CE6911 /* Wired Server */,507 506 A5BE6D2D0864B63000DA5C89 /* Wired Additions */, 507 A50335AD0864C98900CE6911 /* Package */, 508 508 A5D97273078E375B00CD982E /* Localization */, 509 509 A5D97284078E387200CD982E /* Distribution */, … … 632 632 runOnlyForDeploymentPostprocessing = 0; 633 633 shellPath = /bin/sh; 634 shellScript = "# Zip\ncd \"$BUILT_PRODUCTS_DIR\"\nrm -f \" ../WiredServer.zip\"\nzip -ry \"../WiredServer.zip\" \"WiredServer.pkg\" || exit 1";634 shellScript = "# Zip\ncd \"$BUILT_PRODUCTS_DIR\"\nrm -f \"$BUILD_DIR/WiredServer.zip\"\nzip -ry \"BUILD_DIR/WiredServer.zip\" \"WiredServer.pkg\" || exit 1\n"; 635 635 }; 636 636 /* End PBXShellScriptBuildPhase section */ … … 663 663 A50335E50864CC6600CE6911 /* PBXTargetDependency */ = { 664 664 isa = PBXTargetDependency; 665 target = A50335AD0864C98900CE6911 /* Wired Server*/;665 target = A50335AD0864C98900CE6911 /* Package */; 666 666 targetProxy = A50335E40864CC6600CE6911 /* PBXContainerItemProxy */; 667 667 }; … … 1159 1159 1160 1160 /* Begin XCConfigurationList section */ 1161 A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget " Wired Server" */ = {1161 A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget "Package" */ = { 1162 1162 isa = XCConfigurationList; 1163 1163 buildConfigurations = (
