--- ../sshfs-gui.old/sshfs.xcodeproj/project.pbxproj 2007-04-23 18:37:41.000000000 -0400 +++ sshfs.xcodeproj/project.pbxproj 2007-04-23 18:44:11.000000000 -0400 @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 8205AF7A0B653F3700A99579 /* sshfs-static in Resources */ = {isa = PBXBuildFile; fileRef = 8205AF790B653F3700A99579 /* sshfs-static */; }; 823578210B44701F00FE77BB /* ssh.icns in Resources */ = {isa = PBXBuildFile; fileRef = 823578200B44701F00FE77BB /* ssh.icns */; }; 8235784C0B44782400FE77BB /* askpass.c in Sources */ = {isa = PBXBuildFile; fileRef = 8235784B0B44782400FE77BB /* askpass.c */; }; 823578540B44786400FE77BB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 823578530B44786400FE77BB /* CoreFoundation.framework */; }; @@ -41,7 +40,6 @@ 29B97316FDCFA39411CA2CEA /* sshfsMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = sshfsMain.m; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32CA4F630368D1EE00C91783 /* sshfs.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sshfs.pch; sourceTree = ""; }; - 8205AF790B653F3700A99579 /* sshfs-static */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = "sshfs-static"; path = "Resources/sshfs-static"; sourceTree = ""; }; 823578200B44701F00FE77BB /* ssh.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = ssh.icns; path = Resources/ssh.icns; sourceTree = ""; }; 823578420B4477D800FE77BB /* askpass */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = askpass; sourceTree = BUILT_PRODUCTS_DIR; }; 8235784B0B44782400FE77BB /* askpass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = askpass.c; sourceTree = ""; }; @@ -115,7 +113,6 @@ 8249C9140B547465007CFB64 /* Localizable.strings */, D4A6C9DF09479C8900354625 /* MainMenu.nib */, 823578200B44701F00FE77BB /* ssh.icns */, - 8205AF790B653F3700A99579 /* sshfs-static */, 82743E560BD7CE2D006FB711 /* sshnodelay.so */, 8235791D0B4481C700FE77BB /* askpass */, ); @@ -220,7 +217,6 @@ 823578210B44701F00FE77BB /* ssh.icns in Resources */, 8235791E0B4481C700FE77BB /* askpass in Resources */, 8249C9150B547465007CFB64 /* Localizable.strings in Resources */, - 8205AF7A0B653F3700A99579 /* sshfs-static in Resources */, 82743E570BD7CE2D006FB711 /* sshnodelay.so in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -315,7 +311,6 @@ GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h"; - INSTALL_PATH = "$(HOME)/bin"; OTHER_LDFLAGS = ( "-framework", Carbon, @@ -339,6 +334,7 @@ isa = XCBuildConfiguration; buildSettings = { INFOPLIST_FILE = Resources/Info.plist; + INSTALL_PATH = /Applications; PRODUCT_NAME = sshfs; WRAPPER_EXTENSION = app; };