]> granicus.if.org Git - transmission/commitdiff
remove the last script committed - Transmission now requires Mac OS X 10.4.11 with...
authorMitchell Livingston <livings124@transmissionbt.com>
Wed, 30 Apr 2008 18:35:07 +0000 (18:35 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Wed, 30 Apr 2008 18:35:07 +0000 (18:35 +0000)
Transmission.xcodeproj/project.pbxproj
macosx/ExpandedPathToPathTransformer.m
macosx/PrefsController.m

index e36e2c415a55bcdbd62429e19e9f14c31e41a679..c1196f09907b17308405ff9a6fa31927cce25f6c 100644 (file)
                                8D11072C0486CEB800E47090 /* Sources */,
                                8D11072E0486CEB800E47090 /* Frameworks */,
                                A24F191B0A3A792300C9C145 /* CopyFiles */,
-                               A220D29E0DC8B6030083EDE8 /* ShellScript */,
                        );
                        buildRules = (
                        );
                        shellPath = /bin/sh;
                        shellScript = "sh macosx/version.sh";
                };
-               A220D29E0DC8B6030083EDE8 /* ShellScript */ = {
-                       isa = PBXShellScriptBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       inputPaths = (
-                               "$(BUILT_PRODUCTS_DIR)/Transmission.app/Contents/MacOS/Transmission",
-                       );
-                       outputPaths = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-                       shellPath = /bin/sh;
-                       shellScript = "install_name_tool -change /usr/lib/libcurl.4.dylib /usr/lib/libcurl.3.dylib \"$SCRIPT_INPUT_FILE_0\"";
-               };
                BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
                        buildActionMask = 2147483647;
index ebea478f2e9e75000d8ef9bfe44e23125e756250..cfeb80bd465991b7fb8002f509edbb345bccaa98 100644 (file)
@@ -38,7 +38,7 @@
 
 - (id) transformedValue: (id) value
 {
-    return value == nil ? nil : [[NSFileManager defaultManager] displayNameAtPath:value];
+    return value == nil ? nil : [[NSFileManager defaultManager] displayNameAtPath: value];
 }
 
 @end
\ No newline at end of file
index 07e1ccd9e5502a20a7e597662481f3b9e8c88818..8c5b8abb0f33a683f0e6b2293ec6a23dbef27575 100644 (file)
 
 - (void) setDownloadLocation: (id) sender
 {
-    [fDefaults setBool: [fFolderPopUp indexOfSelectedItem] ==  DOWNLOAD_FOLDER forKey: @"DownloadLocationConstant"];
+    [fDefaults setBool: [fFolderPopUp indexOfSelectedItem] == DOWNLOAD_FOLDER forKey: @"DownloadLocationConstant"];
 }
 
 - (void) folderSheetShow: (id) sender