Changeset 2997
- Timestamp:
- 06/21/05 15:35:57 (4 years ago)
- Files:
-
- WiredServer/trunk/Panel/WPWired.m (modified) (1 diff)
- WiredServer/trunk/WCAccountsController.m (modified) (1 diff)
- WiredServer/trunk/WCConfigController.m (modified) (2 diffs)
- WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj (modified) (14 diffs)
- WiredServer/trunk/install.sh (modified) (2 diffs)
- WiredServer/trunk/makepkg.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/Panel/WPWired.m
r2975 r2997 31 31 #import "WCConfigController.h" 32 32 #import "WCDashboardController.h" 33 #import "WCLogController.h" 33 34 #import "WCSettings.h" 34 35 #import "WCStatusController.h" WiredServer/trunk/WCAccountsController.m
r2993 r2997 550 550 551 551 552 553 552 - (IBAction)selectGroup:(id)sender { 554 553 WCAccount *account; WiredServer/trunk/WCConfigController.m
r2989 r2997 1012 1012 1013 1013 tracker = [[_config arrayForKey:@"tracker"] objectAtIndex:row]; 1014 url = [ ZAURLURLWithString:tracker];1014 url = [NSClassFromString(@"ZAURL") URLWithString:tracker]; 1015 1015 1016 1016 if(url) { … … 1037 1037 1038 1038 tracker = [[_config arrayForKey:@"tracker"] objectAtIndex:row]; 1039 url = [ ZAURLURLWithString:tracker];1039 url = [NSClassFromString(@"ZAURL") URLWithString:tracker]; 1040 1040 1041 1041 if(tableColumn == _trackerTableColumn) { WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r2987 r2997 28 28 }; 29 29 dependencies = ( 30 77B2B2D208680DEC005E1B8F /* PBXTargetDependency */, 30 31 ); 31 32 name = "Wired Server"; … … 113 114 778C04710730F7A300F29BC7 /* WCConfigController.m in Sources */ = {isa = PBXBuildFile; fileRef = 778C046F0730F7A300F29BC7 /* WCConfigController.m */; }; 114 115 778C04760730F89500F29BC7 /* WCStatusController.m in Sources */ = {isa = PBXBuildFile; fileRef = 778C04740730F89500F29BC7 /* WCStatusController.m */; }; 116 77B2B1B708680D3B005E1B8F /* Wired.prefPane in CopyFiles */ = {isa = PBXBuildFile; fileRef = A5A348450729839E00A16E9A /* Wired.prefPane */; }; 115 117 77C6D5BA072CF3BA008F6164 /* Group.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 77C6D5B8072CF3BA008F6164 /* Group.tiff */; }; 116 118 77C6D5BB072CF3BA008F6164 /* User.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 77C6D5B9072CF3BA008F6164 /* User.tiff */; }; … … 132 134 A5A3494A07298A2700A16E9A /* Wired.nib in Resources */ = {isa = PBXBuildFile; fileRef = A5A3494607298A2700A16E9A /* Wired.nib */; }; 133 135 A5BE6D8B0864B6C800DA5C89 /* ZankaAdditions.framework in Copy Files (Frameworks) */ = {isa = PBXBuildFile; fileRef = A5BE6D250864B62000DA5C89 /* ZankaAdditions.framework */; }; 134 A5BE6D8D0864B6CC00DA5C89 /* ZankaAdditions.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A5BE6D250864B62000DA5C89 /* ZankaAdditions.framework */; };135 136 A5E4A9640794799900FA127F /* WCDashboardController.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E4A9610794792600FA127F /* WCDashboardController.m */; }; 136 137 /* End PBXBuildFile section */ … … 176 177 177 178 /* Begin PBXContainerItemProxy section */ 179 77B2B2D108680DEC005E1B8F /* PBXContainerItemProxy */ = { 180 isa = PBXContainerItemProxy; 181 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 182 proxyType = 1; 183 remoteGlobalIDString = 8D202CE80486D31800D8A456 /* Wired Panel */; 184 remoteInfo = "Wired Panel"; 185 }; 178 186 A50335570864C22200CE6911 /* PBXContainerItemProxy */ = { 179 187 isa = PBXContainerItemProxy; 180 188 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 181 189 proxyType = 1; 182 remoteGlobalIDString = A5BE6D2D0864B63000DA5C89 /* Zanka Additions */;190 remoteGlobalIDString = A5BE6D2D0864B63000DA5C89; 183 191 remoteInfo = "Zanka Additions"; 184 192 }; … … 187 195 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 188 196 proxyType = 1; 189 remoteGlobalIDString = A50335AD0864C98900CE6911 /* Wired Server */;197 remoteGlobalIDString = A50335AD0864C98900CE6911; 190 198 remoteInfo = "Wired Server"; 191 199 }; … … 228 236 229 237 /* Begin PBXCopyFilesBuildPhase section */ 238 77B2B1B308680D31005E1B8F /* CopyFiles */ = { 239 isa = PBXCopyFilesBuildPhase; 240 buildActionMask = 2147483647; 241 dstPath = /Library/PreferencePanes; 242 dstSubfolderSpec = 0; 243 files = ( 244 77B2B1B708680D3B005E1B8F /* Wired.prefPane in CopyFiles */, 245 ); 246 runOnlyForDeploymentPostprocessing = 0; 247 }; 230 248 A5D96D9F078DE16400CD982E /* Copy Files (Frameworks) */ = { 231 249 isa = PBXCopyFilesBuildPhase; … … 309 327 8D202CF40486D31800D8A456 /* PreferencePanes.framework in Frameworks */, 310 328 A540687805CDC46100068FBB /* Security.framework in Frameworks */, 311 A5BE6D8D0864B6CC00DA5C89 /* ZankaAdditions.framework in Frameworks */,312 329 ); 313 330 runOnlyForDeploymentPostprocessing = 0; … … 519 536 A5D972E6078F017100CD982E /* Info.plist */, 520 537 A50336990865AA5E00CE6911 /* postflight */, 538 A503369B0865AA5E00CE6911 /* postinstall */, 521 539 A503369A0865AA5E00CE6911 /* postupgrade */, 522 A503369B0865AA5E00CE6911 /* postinstall */,523 540 A503369C0865AA5E00CE6911 /* preinstall */, 524 541 A503369D0865AA5E00CE6911 /* preupgrade */, … … 540 557 A5D96D9F078DE16400CD982E /* Copy Files (Frameworks) */, 541 558 A5992EB5072A77F900E67617 /* Run Script (Version) */, 542 A50334A10864BAC100CE6911 /* Run Script (Copy)*/,559 77B2B1B308680D31005E1B8F /* CopyFiles */, 543 560 ); 544 561 buildRules = ( … … 665 682 666 683 /* Begin PBXShellScriptBuildPhase section */ 667 A50334A10864BAC100CE6911 /* Run Script (Copy) */ = {668 isa = PBXShellScriptBuildPhase;669 buildActionMask = 2147483647;670 files = (671 );672 inputPaths = (673 );674 name = "Run Script (Copy)";675 outputPaths = (676 );677 runOnlyForDeploymentPostprocessing = 0;678 shellPath = /bin/sh;679 shellScript = "rm -rf \"$HOME/Library/PreferencePanes/$WRAPPER_NAME\"\ncp -Rp \"$BUILT_PRODUCTS_DIR/$WRAPPER_NAME\" \"$HOME/Library/PreferencePanes/\"";680 };681 684 A50335AC0864C98900CE6911 /* Run Script (Wired Server) */ = { 682 685 isa = PBXShellScriptBuildPhase; … … 772 775 773 776 /* Begin PBXTargetDependency section */ 777 77B2B2D208680DEC005E1B8F /* PBXTargetDependency */ = { 778 isa = PBXTargetDependency; 779 target = 8D202CE80486D31800D8A456 /* Wired Panel */; 780 targetProxy = 77B2B2D108680DEC005E1B8F /* PBXContainerItemProxy */; 781 }; 774 782 A50335580864C22200CE6911 /* PBXTargetDependency */ = { 775 783 isa = PBXTargetDependency; … … 830 838 COPY_PHASE_STRIP = NO; 831 839 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 832 OPTIMIZATION_CFLAGS = " ";840 OPTIMIZATION_CFLAGS = "-O0"; 833 841 OTHER_CFLAGS = ""; 834 842 OTHER_LDFLAGS = ""; … … 847 855 isa = XCBuildConfiguration; 848 856 buildSettings = { 849 OPTIMIZATION_CFLAGS = " ";857 OPTIMIZATION_CFLAGS = "-O0"; 850 858 OTHER_CFLAGS = ""; 851 859 OTHER_LDFLAGS = ""; … … 866 874 COPY_PHASE_STRIP = YES; 867 875 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 868 OPTIMIZATION_CFLAGS = " ";876 OPTIMIZATION_CFLAGS = "-O0"; 869 877 OTHER_CFLAGS = ""; 870 878 OTHER_LDFLAGS = ""; WiredServer/trunk/install.sh
r2986 r2997 13 13 cd "$PROJECT_TEMP_DIR" 14 14 rm -rf wired 15 svn co"$SVNURL/wired/trunk" wired || exit 115 svn export "$SVNURL/wired/trunk" wired || exit 1 16 16 cd wired 17 svn co"$SVNURL/libzanka/trunk" libzanka || exit 117 svn export "$SVNURL/libzanka/trunk" libzanka || exit 1 18 18 19 19 rm -rf "$ROOT/Library/Wired" "$ROOT/usr/local/man" 20 ./configure - C --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --enable-warnings20 ./configure --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --enable-warnings 21 21 make || exit 1 22 22 sudo make install || exit 1 … … 28 28 29 29 # clean 30 find "$ROOT" \( -name .DS_Store -o -name .svn -o -name CVS \)-print0 | sudo xargs -0 rm -rf30 find "$ROOT" -name .DS_Store -print0 | sudo xargs -0 rm -rf 31 31 sudo chmod 1775 "$ROOT" 32 32 sudo chown root:wheel "$ROOT" WiredServer/trunk/makepkg.sh
r1613 r2997 5 5 6 6 rm -rf "$PACKAGE" 7 /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -p "$PACKAGE" -f "$ROOT/Contents" -r "$ROOT/Resources" -i "$ROOT/Info.plist" -d "$ROOT/Description.plist" 7 /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -p "$PACKAGE" -f "$ROOT/Contents" -r "$ROOT/Resources" -i "$ROOT/Info.plist" -d "$ROOT/Description.plist" || exit 1 8 8 9 9 exit 0
