From 0806ad23098e3f5640a38acc9dd6968e40973970 Mon Sep 17 00:00:00 2001 From: znek Date: Sun, 26 Feb 2006 13:43:14 +0000 Subject: [PATCH] framework paths fixed git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1222 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- .../xmlrpc_call.xcodeproj/project.pbxproj | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xmlrpc_call/xmlrpc_call.xcodeproj/project.pbxproj b/xmlrpc_call/xmlrpc_call.xcodeproj/project.pbxproj index 81e23109..35cf3128 100644 --- a/xmlrpc_call/xmlrpc_call.xcodeproj/project.pbxproj +++ b/xmlrpc_call/xmlrpc_call.xcodeproj/project.pbxproj @@ -70,20 +70,20 @@ AD9DCE6309B1C4D900835A5A /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = ""; }; AD9DCE6409B1C4D900835A5A /* XmlRpcClientTool.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XmlRpcClientTool.h; sourceTree = ""; }; AD9DCE6509B1C4D900835A5A /* XmlRpcClientTool.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = XmlRpcClientTool.m; sourceTree = ""; }; - AD9DCE7B09B1C5AD00835A5A /* DOM.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DOM.framework; path = /Library/Frameworks/DOM.framework; sourceTree = ""; }; - AD9DCE7C09B1C5AD00835A5A /* EOControl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EOControl.framework; path = /Library/Frameworks/EOControl.framework; sourceTree = ""; }; - AD9DCE7D09B1C5AD00835A5A /* NGExtensions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGExtensions.framework; path = /Library/Frameworks/NGExtensions.framework; sourceTree = ""; }; - AD9DCE7E09B1C5AD00835A5A /* NGHttp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGHttp.framework; path = /Library/Frameworks/NGHttp.framework; sourceTree = ""; }; - AD9DCE7F09B1C5AD00835A5A /* NGObjWeb.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGObjWeb.framework; path = /Library/Frameworks/NGObjWeb.framework; sourceTree = ""; }; - AD9DCE8009B1C5AD00835A5A /* NGStreams.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGStreams.framework; path = /Library/Frameworks/NGStreams.framework; sourceTree = ""; }; - AD9DCE8109B1C5AD00835A5A /* NGXmlRpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGXmlRpc.framework; path = /Library/Frameworks/NGXmlRpc.framework; sourceTree = ""; }; - AD9DCE8209B1C5AD00835A5A /* SaxObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; path = /Library/Frameworks/SaxObjC.framework; sourceTree = ""; }; - AD9DCE8309B1C5AD00835A5A /* XmlRpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XmlRpc.framework; path = /Library/Frameworks/XmlRpc.framework; sourceTree = ""; }; - AD9DCF2409B1C93C00835A5A /* NGImap4.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGImap4.framework; path = /Library/Frameworks/NGImap4.framework; sourceTree = ""; }; - AD9DCF2509B1C93C00835A5A /* NGMail.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGMail.framework; path = /Library/Frameworks/NGMail.framework; sourceTree = ""; }; - AD9DCF2609B1C93C00835A5A /* NGMime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGMime.framework; path = /Library/Frameworks/NGMime.framework; sourceTree = ""; }; - AD9DCF2709B1C93C00835A5A /* WebDAV.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebDAV.framework; path = /Library/Frameworks/WebDAV.framework; sourceTree = ""; }; - AD9DCF2D09B1C95700835A5A /* SoObjects.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SoObjects.framework; path = /Library/Frameworks/SoObjects.framework; sourceTree = ""; }; + AD9DCE7B09B1C5AD00835A5A /* DOM.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DOM.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/DOM.framework"; sourceTree = ""; }; + AD9DCE7C09B1C5AD00835A5A /* EOControl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EOControl.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/EOControl.framework"; sourceTree = ""; }; + AD9DCE7D09B1C5AD00835A5A /* NGExtensions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGExtensions.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGExtensions.framework"; sourceTree = ""; }; + AD9DCE7E09B1C5AD00835A5A /* NGHttp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGHttp.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGHttp.framework"; sourceTree = ""; }; + AD9DCE7F09B1C5AD00835A5A /* NGObjWeb.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGObjWeb.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGObjWeb.framework"; sourceTree = ""; }; + AD9DCE8009B1C5AD00835A5A /* NGStreams.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGStreams.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGStreams.framework"; sourceTree = ""; }; + AD9DCE8109B1C5AD00835A5A /* NGXmlRpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGXmlRpc.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGXmlRpc.framework"; sourceTree = ""; }; + AD9DCE8209B1C5AD00835A5A /* SaxObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/SaxObjC.framework"; sourceTree = ""; }; + AD9DCE8309B1C5AD00835A5A /* XmlRpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XmlRpc.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/XmlRpc.framework"; sourceTree = ""; }; + AD9DCF2409B1C93C00835A5A /* NGImap4.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGImap4.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGImap4.framework"; sourceTree = ""; }; + AD9DCF2509B1C93C00835A5A /* NGMail.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGMail.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGMail.framework"; sourceTree = ""; }; + AD9DCF2609B1C93C00835A5A /* NGMime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGMime.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGMime.framework"; sourceTree = ""; }; + AD9DCF2709B1C93C00835A5A /* WebDAV.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebDAV.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/WebDAV.framework"; sourceTree = ""; }; + AD9DCF2D09B1C95700835A5A /* SoObjects.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SoObjects.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/SoObjects.framework"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ -- 2.39.2