1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

remove the last script committed - Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002 or 10.5 or higher

This commit is contained in:
Mitchell Livingston 2008-04-30 18:35:07 +00:00
parent 318a7cb719
commit 54c345b2cb
3 changed files with 2 additions and 17 deletions

View file

@ -1493,7 +1493,6 @@
8D11072C0486CEB800E47090 /* Sources */,
8D11072E0486CEB800E47090 /* Frameworks */,
A24F191B0A3A792300C9C145 /* CopyFiles */,
A220D29E0DC8B6030083EDE8 /* ShellScript */,
);
buildRules = (
);
@ -1758,20 +1757,6 @@
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;

View 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

View file

@ -538,7 +538,7 @@
- (void) setDownloadLocation: (id) sender
{
[fDefaults setBool: [fFolderPopUp indexOfSelectedItem] == DOWNLOAD_FOLDER forKey: @"DownloadLocationConstant"];
[fDefaults setBool: [fFolderPopUp indexOfSelectedItem] == DOWNLOAD_FOLDER forKey: @"DownloadLocationConstant"];
}
- (void) folderSheetShow: (id) sender