From 09f8101f936c1cd7391a676a9e33c8a377fc03d8 Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 21 Sep 2004 12:40:22 +0000 Subject: [PATCH] fixed xcode dependencies git-svn-id: http://svn.opengroupware.org/SOPE/trunk@147 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-core/ChangeLog | 7 +++++ sope-core/NGExtensions/ChangeLog | 5 ++++ .../NGExtensions.xcode/project.pbxproj | 26 ------------------- sope-core/sope-core.xcode/project.pbxproj | 8 +++--- 4 files changed, 16 insertions(+), 30 deletions(-) diff --git a/sope-core/ChangeLog b/sope-core/ChangeLog index 0f753f07..fd1537b7 100644 --- a/sope-core/ChangeLog +++ b/sope-core/ChangeLog @@ -1,3 +1,10 @@ +2004-09-21 Marcus Mueller + + * sope-core.xcode: Fixed dependencies to resemble the make process + more closely. Our aim should be to stick to the make process + as closely as possible, so we shouldn't introduce dependencies in + non-toplevel projects. + 2004-08-29 Marcus Mueller * sope-core.xcode: fixed file encodings diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 764c2e13..bed1e32d 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,5 +1,10 @@ 2004-09-21 Marcus Mueller + * NGExtensions.xcode: Fixed dependencies to resemble the make process + more closely. Our aim should be to stick to the make process + as closely as possible, so we shouldn't introduce dependencies in + non-toplevel projects. + * NGExtensions.xcode: minor fix 2004-09-20 Marcus Mueller diff --git a/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj b/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj index 53f92d6f..c0bfbc77 100644 --- a/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj +++ b/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj @@ -1238,8 +1238,6 @@ WARNING_CFLAGS = "-Wmost"; }; dependencies = ( - ADFE533B06E23519006628C4, - ADFE534106E23559006628C4, ); isa = PBXNativeTarget; name = NGExtensions; @@ -3201,18 +3199,6 @@ remoteRef = ADFE534206E2356A006628C4; sourceTree = BUILT_PRODUCTS_DIR; }; - ADFE533A06E23519006628C4 = { - containerPortal = ADFE533606E234E6006628C4; - isa = PBXContainerItemProxy; - proxyType = 1; - remoteGlobalIDString = ADDF431E06DA4E3500C4E7F8; - remoteInfo = EOControl; - }; - ADFE533B06E23519006628C4 = { - isa = PBXTargetDependency; - name = "EOControl (from EOControl.xcode)"; - targetProxy = ADFE533A06E23519006628C4; - }; ADFE533C06E2353C006628C4 = { isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; @@ -3229,18 +3215,6 @@ refType = 4; sourceTree = ""; }; - ADFE534006E23559006628C4 = { - containerPortal = ADFE533C06E2353C006628C4; - isa = PBXContainerItemProxy; - proxyType = 1; - remoteGlobalIDString = ADDF478006DA57DA00C4E7F8; - remoteInfo = "Wrapper Contents"; - }; - ADFE534106E23559006628C4 = { - isa = PBXTargetDependency; - name = "Wrapper Contents (from sope-xml.xcode)"; - targetProxy = ADFE534006E23559006628C4; - }; ADFE534206E2356A006628C4 = { containerPortal = ADFE533606E234E6006628C4; isa = PBXContainerItemProxy; diff --git a/sope-core/sope-core.xcode/project.pbxproj b/sope-core/sope-core.xcode/project.pbxproj index 1e6342fe..0ef750b9 100644 --- a/sope-core/sope-core.xcode/project.pbxproj +++ b/sope-core/sope-core.xcode/project.pbxproj @@ -65,6 +65,10 @@ mainGroup = ADDF476606DA572500C4E7F8; projectDirPath = ""; projectReferences = ( + { + ProductGroup = ADDF478906DA583300C4E7F8; + ProjectRef = ADDF478806DA583300C4E7F8; + }, { ProductGroup = ADDF478506DA580C00C4E7F8; ProjectRef = ADDF478406DA580C00C4E7F8; @@ -73,10 +77,6 @@ ProductGroup = ADDF478706DA581F00C4E7F8; ProjectRef = ADDF478606DA581F00C4E7F8; }, - { - ProductGroup = ADDF478906DA583300C4E7F8; - ProjectRef = ADDF478806DA583300C4E7F8; - }, ); targets = ( ADDF479906DA58D700C4E7F8, -- 2.39.5