From 5241ec68a5870bb918eddaaf8678b6104ad107cb Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 26 Feb 2008 13:35:52 -0500 Subject: [PATCH] Make libssh2 target a dependency of PrintDrop --- PrintDrop.xcodeproj/project.pbxproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/PrintDrop.xcodeproj/project.pbxproj b/PrintDrop.xcodeproj/project.pbxproj index 6d94cc3..9cdfe55 100644 --- a/PrintDrop.xcodeproj/project.pbxproj +++ b/PrintDrop.xcodeproj/project.pbxproj @@ -41,6 +41,16 @@ 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 1EE1E4EE0D749370002999AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1EE1E44F0D748AC9002999AD /* libssh2 */; + remoteInfo = libssh2; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; @@ -283,6 +293,7 @@ buildRules = ( ); dependencies = ( + 1EE1E4EF0D749370002999AD /* PBXTargetDependency */, ); name = PrintDrop; productInstallPath = "$(HOME)/Applications"; @@ -374,6 +385,14 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 1EE1E4EF0D749370002999AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1EE1E44F0D748AC9002999AD /* libssh2 */; + targetProxy = 1EE1E4EE0D749370002999AD /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin PBXVariantGroup section */ 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; -- 2.22.5