From 29d9f33f3dee7ea5ef66d12f329df8891865f62e Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 25 Jul 2006 17:36:23 +0000 Subject: [PATCH] Order matters for dependant frameworks :P /b git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2118 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj b/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj index 0df057f849..c783888af0 100644 --- a/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj +++ b/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ buildPhases = ( ); dependencies = ( + D38DD54D0A768C7400FEDB19 /* PBXTargetDependency */, D3DEC8150A75D8D3002001CF /* PBXTargetDependency */, D3DEC8170A75D8D6002001CF /* PBXTargetDependency */, D3DEC8450A75DAC1002001CF /* PBXTargetDependency */, @@ -22,7 +23,7 @@ D37671520A75F04700ACC1FB /* PBXTargetDependency */, D38DD5490A768C5700FEDB19 /* PBXTargetDependency */, D38DD54B0A768C6E00FEDB19 /* PBXTargetDependency */, - D38DD54D0A768C7400FEDB19 /* PBXTargetDependency */, + D38DD5750A768D9C00FEDB19 /* PBXTargetDependency */, ); name = FreeSWITCH; productName = FreeSWITCH; @@ -443,6 +444,13 @@ remoteGlobalIDString = D38DD4DE0A768AC500FEDB19 /* srtp.framework */; remoteInfo = srtp.framework; }; + D38DD5740A768D9C00FEDB19 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D38DD4400A7687A700FEDB19 /* freeswitch */; + remoteInfo = freeswitch; + }; D3DEC8140A75D8D3002001CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; @@ -581,7 +589,7 @@ D37671920A75F14200ACC1FB /* switch_utils.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_utils.c; path = ../../src/switch_utils.c; sourceTree = SOURCE_ROOT; }; D37671930A75F14200ACC1FB /* switch_xml.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_xml.c; path = ../../src/switch_xml.c; sourceTree = SOURCE_ROOT; }; D37671940A75F14200ACC1FB /* switch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch.c; path = ../../src/switch.c; sourceTree = SOURCE_ROOT; }; - D38DD4410A7687A700FEDB19 /* freeswitch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; name = freeswitch; path = build/Release/freeswitch; sourceTree = ""; }; + D38DD4410A7687A700FEDB19 /* freeswitch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = freeswitch; path = build/Release/freeswitch; sourceTree = ""; }; D38DD4DF0A768AC500FEDB19 /* srtp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = srtp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D38DD4E00A768AC500FEDB19 /* srtp.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = srtp.plist; sourceTree = ""; }; D38DD5260A768B6100FEDB19 /* resample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = resample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2952,6 +2960,11 @@ target = D38DD4DE0A768AC500FEDB19 /* srtp.framework */; targetProxy = D38DD54C0A768C7400FEDB19 /* PBXContainerItemProxy */; }; + D38DD5750A768D9C00FEDB19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D38DD4400A7687A700FEDB19 /* freeswitch */; + targetProxy = D38DD5740A768D9C00FEDB19 /* PBXContainerItemProxy */; + }; D3DEC8150A75D8D3002001CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = D3DEC21C0A75CB06002001CF /* apr.framework */;