From fc744aec24039fb5099fc9337c4ba7f272c70f17 Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 11 Jul 2005 09:35:36 +0000 Subject: [PATCH] Added WEPrototype and bumped framework versions. WEPrototype hasn't been tested very well, thus it's not included in the complete build, yet. git-svn-id: http://svn.opengroupware.org/SOPE/trunk@880 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- .../NGHttp/NGHttp.xcodeproj/project.pbxproj | 8 +- .../NGObjWeb.xcodeproj/project.pbxproj | 24 +- .../SoObjects.xcodeproj/project.pbxproj | 8 +- .../WebDAV/WebDAV.xcodeproj/project.pbxproj | 8 +- sope-appserver/README-OSX.txt | 2 +- sope-appserver/WEExtensions/ChangeLog | 4 + .../WEExtensions/WEExtensions-Info.plist | 2 +- .../WEExtensions.xcodeproj/project.pbxproj | 8 +- sope-appserver/WEPrototype/ChangeLog | 6 + .../WEPrototype/WEPrototype-Info.plist | 24 + .../WEPrototype.xcodeproj/project.pbxproj | 676 ++++++++++++++++++ sope-appserver/WOExtensions/ChangeLog | 4 + .../WOExtensions/WOExtensions-Info.plist | 2 +- 13 files changed, 745 insertions(+), 31 deletions(-) create mode 100644 sope-appserver/WEPrototype/WEPrototype-Info.plist create mode 100644 sope-appserver/WEPrototype/WEPrototype.xcodeproj/project.pbxproj diff --git a/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcodeproj/project.pbxproj b/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcodeproj/project.pbxproj index 527f646c..2085162d 100644 --- a/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcodeproj/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcodeproj/project.pbxproj @@ -410,7 +410,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -596,7 +596,7 @@ buildSettings = { COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -637,7 +637,7 @@ DEPLOYMENT_POSTPROCESSING = YES; DSTROOT = /; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; FRAMEWORK_VERSION = A; @@ -680,7 +680,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-appserver/NGObjWeb/NGObjWeb.xcodeproj/project.pbxproj b/sope-appserver/NGObjWeb/NGObjWeb.xcodeproj/project.pbxproj index 7d52bab0..a47944d4 100644 --- a/sope-appserver/NGObjWeb/NGObjWeb.xcodeproj/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGObjWeb.xcodeproj/project.pbxproj @@ -1955,7 +1955,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -1969,7 +1969,7 @@ OTHER_CFLAGS = ( "-DSOPE_MAJOR_VERSION=4", "-DSOPE_MINOR_VERSION=5", - "-DSOPE_SUBMINOR_VERSION=163", + "-DSOPE_SUBMINOR_VERSION=170", ); OTHER_LDFLAGS = ( "-seg1addr", @@ -2092,16 +2092,16 @@ ProjectRef = ADFE63E206E2656F006628C4 /* NGHttp.xcodeproj */; }, { - ProductGroup = ADFE736806E287E6006628C4 /* Products */; - ProjectRef = ADFE736706E287E6006628C4 /* SoObjects.xcodeproj */; + ProductGroup = ADFE6C9806E27071006628C4 /* Products */; + ProjectRef = ADFE6C9706E27071006628C4 /* WebDAV.xcodeproj */; }, { ProductGroup = ADFE63E806E265AE006628C4 /* Products */; ProjectRef = ADFE63E606E265AB006628C4 /* sope-core.xcodeproj */; }, { - ProductGroup = ADFE6C9806E27071006628C4 /* Products */; - ProjectRef = ADFE6C9706E27071006628C4 /* WebDAV.xcodeproj */; + ProductGroup = ADFE736806E287E6006628C4 /* Products */; + ProjectRef = ADFE736706E287E6006628C4 /* SoObjects.xcodeproj */; }, ); targets = ( @@ -2470,7 +2470,7 @@ buildSettings = { COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -2494,7 +2494,7 @@ OTHER_CFLAGS = ( "-DSOPE_MAJOR_VERSION=4", "-DSOPE_MINOR_VERSION=5", - "-DSOPE_SUBMINOR_VERSION=163", + "-DSOPE_SUBMINOR_VERSION=170", ); OTHER_LDFLAGS = ( "-seg1addr", @@ -2516,7 +2516,7 @@ DEPLOYMENT_POSTPROCESSING = YES; DSTROOT = /; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; FRAMEWORK_VERSION = A; @@ -2541,7 +2541,7 @@ OTHER_CFLAGS = ( "-DSOPE_MAJOR_VERSION=4", "-DSOPE_MINOR_VERSION=5", - "-DSOPE_SUBMINOR_VERSION=163", + "-DSOPE_SUBMINOR_VERSION=170", ); OTHER_LDFLAGS = ( "-seg1addr", @@ -2564,7 +2564,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -2578,7 +2578,7 @@ OTHER_CFLAGS = ( "-DSOPE_MAJOR_VERSION=4", "-DSOPE_MINOR_VERSION=5", - "-DSOPE_SUBMINOR_VERSION=163", + "-DSOPE_SUBMINOR_VERSION=170", ); OTHER_LDFLAGS = ( "-seg1addr", diff --git a/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcodeproj/project.pbxproj b/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcodeproj/project.pbxproj index 811129f7..ab6c5c66 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcodeproj/project.pbxproj +++ b/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcodeproj/project.pbxproj @@ -305,7 +305,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -404,7 +404,7 @@ buildSettings = { COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -444,7 +444,7 @@ DEPLOYMENT_POSTPROCESSING = YES; DSTROOT = /; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; FRAMEWORK_VERSION = A; @@ -486,7 +486,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; diff --git a/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcodeproj/project.pbxproj b/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcodeproj/project.pbxproj index 68f943d9..f5137958 100644 --- a/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcodeproj/project.pbxproj +++ b/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcodeproj/project.pbxproj @@ -234,7 +234,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -332,7 +332,7 @@ buildSettings = { COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -372,7 +372,7 @@ DEPLOYMENT_POSTPROCESSING = YES; DSTROOT = /; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; FRAMEWORK_VERSION = A; @@ -414,7 +414,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.163; + DYLIB_CURRENT_VERSION = 4.5.170; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; diff --git a/sope-appserver/README-OSX.txt b/sope-appserver/README-OSX.txt index 09c8d186..d57ef40c 100644 --- a/sope-appserver/README-OSX.txt +++ b/sope-appserver/README-OSX.txt @@ -162,7 +162,7 @@ sope-appserver: 0xC3000000 - 0xC5FFFFFF 0xC4900000 NGObjWeb 0xC5AF0000 SoObjects [NEW] 0xC5B00000 WOXML -0xC5E00000 js [REMOVED] +0xC5E00000 WEPrototype 0xC5FF0000 SOPE Note: diff --git a/sope-appserver/WEExtensions/ChangeLog b/sope-appserver/WEExtensions/ChangeLog index 7c6cca0a..75adca3c 100644 --- a/sope-appserver/WEExtensions/ChangeLog +++ b/sope-appserver/WEExtensions/ChangeLog @@ -1,3 +1,7 @@ +2005-07-11 Marcus Mueller + + * WEExtensions-Info.plist: fixed bundle identifier + 2005-07-10 Helge Hess * WEDropContainer.m: keep drop-script JavaScript code as a static diff --git a/sope-appserver/WEExtensions/WEExtensions-Info.plist b/sope-appserver/WEExtensions/WEExtensions-Info.plist index f719fd9b..694134b0 100644 --- a/sope-appserver/WEExtensions/WEExtensions-Info.plist +++ b/sope-appserver/WEExtensions/WEExtensions-Info.plist @@ -9,7 +9,7 @@ CFBundleGetInfoString CFBundleIdentifier - com.skyrix.SOPE.WEExtensions + org.OpenGroupware.SOPE.appserver.WEExtensions CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/sope-appserver/WEExtensions/WEExtensions.xcodeproj/project.pbxproj b/sope-appserver/WEExtensions/WEExtensions.xcodeproj/project.pbxproj index 70fb0bd3..9c9744b1 100644 --- a/sope-appserver/WEExtensions/WEExtensions.xcodeproj/project.pbxproj +++ b/sope-appserver/WEExtensions/WEExtensions.xcodeproj/project.pbxproj @@ -785,7 +785,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.73; + DYLIB_CURRENT_VERSION = 4.5.74; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -1010,7 +1010,7 @@ buildSettings = { COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.73; + DYLIB_CURRENT_VERSION = 4.5.74; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -1051,7 +1051,7 @@ DEPLOYMENT_POSTPROCESSING = YES; DSTROOT = /; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.73; + DYLIB_CURRENT_VERSION = 4.5.74; DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; FRAMEWORK_VERSION = A; @@ -1094,7 +1094,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.73; + DYLIB_CURRENT_VERSION = 4.5.74; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-appserver/WEPrototype/ChangeLog b/sope-appserver/WEPrototype/ChangeLog index 0913c9ba..77d86047 100644 --- a/sope-appserver/WEPrototype/ChangeLog +++ b/sope-appserver/WEPrototype/ChangeLog @@ -1,3 +1,9 @@ +2005-07-11 Marcus Mueller + + * WEPrototype-Info.plist: bundle description for Xcode + + * WEPrototype.xcodeproj: new Xcode 2.1 project + 2005-07-10 Helge Hess * imported Prototype library v1.2.0 diff --git a/sope-appserver/WEPrototype/WEPrototype-Info.plist b/sope-appserver/WEPrototype/WEPrototype-Info.plist new file mode 100644 index 00000000..357c3c71 --- /dev/null +++ b/sope-appserver/WEPrototype/WEPrototype-Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + WEPrototype + CFBundleGetInfoString + + CFBundleIdentifier + org.OpenGroupware.SOPE.appserver.WEPrototype + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + FMWK + CFBundleShortVersionString + + CFBundleSignature + ???? + CFBundleVersion + 4.5 + + diff --git a/sope-appserver/WEPrototype/WEPrototype.xcodeproj/project.pbxproj b/sope-appserver/WEPrototype/WEPrototype.xcodeproj/project.pbxproj new file mode 100644 index 00000000..7662d195 --- /dev/null +++ b/sope-appserver/WEPrototype/WEPrototype.xcodeproj/project.pbxproj @@ -0,0 +1,676 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + AD013B8C06E20AC5000910D8 /* README in Resources */ = {isa = PBXBuildFile; fileRef = AD013B8706E20AC5000910D8 /* README */; }; + AD51824006FF7FD1006397CD /* DOM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD65FE506DA3CDE007161CA /* DOM.framework */; }; + AD51824106FF7FD1006397CD /* SaxObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD65FE606DA3CDE007161CA /* SaxObjC.framework */; }; + AD51824206FF7FD1006397CD /* XmlRpc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD65FE706DA3CDE007161CA /* XmlRpc.framework */; }; + AD51824306FF7FDA006397CD /* NGExtensions.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD0142CE06E21A3D000910D8 /* NGExtensions.framework */; }; + AD51824406FF7FDA006397CD /* NGStreams.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD013C2106E20D18000910D8 /* NGStreams.framework */; }; + AD51824506FF8021006397CD /* NGImap4.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD013C1B06E20D18000910D8 /* NGImap4.framework */; }; + AD51824606FF8021006397CD /* NGMail.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD013C1D06E20D18000910D8 /* NGMail.framework */; }; + AD51824706FF8021006397CD /* NGMime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD013C1E06E20D18000910D8 /* NGMime.framework */; }; + AD51824806FF8035006397CD /* NGHttp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD013C1906E20D18000910D8 /* NGHttp.framework */; }; + AD51824906FF8048006397CD /* WebDAV.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD013C2306E20D18000910D8 /* WebDAV.framework */; }; + AD51824B06FF805E006397CD /* SoObjects.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD51824A06FF805E006397CD /* SoObjects.framework */; }; + AD75206A08826CD3004EE381 /* WELiveLink.m in Sources */ = {isa = PBXBuildFile; fileRef = AD75206208826CD3004EE381 /* WELiveLink.m */; }; + AD75206B08826CD3004EE381 /* WEPrototypeElemBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AD75206308826CD3004EE381 /* WEPrototypeElemBuilder.m */; }; + AD75206C08826CD3004EE381 /* WEPrototypeScript.api in Resources */ = {isa = PBXBuildFile; fileRef = AD75206408826CD3004EE381 /* WEPrototypeScript.api */; }; + AD75206D08826CD3004EE381 /* WEPrototypeScript.h in Headers */ = {isa = PBXBuildFile; fileRef = AD75206508826CD3004EE381 /* WEPrototypeScript.h */; }; + AD75206E08826CD3004EE381 /* WEPrototypeScript.m in Sources */ = {isa = PBXBuildFile; fileRef = AD75206608826CD3004EE381 /* WEPrototypeScript.m */; }; + AD75206F08826CD3004EE381 /* WEPrototypeScriptAction.m in Sources */ = {isa = PBXBuildFile; fileRef = AD75206708826CD3004EE381 /* WEPrototypeScriptAction.m */; }; + ADD65F6406DA3AF6007161CA /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = ADD65C7006DA343C007161CA /* common.h */; }; + ADD65F6506DA3B38007161CA /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = ADD65C7106DA343C007161CA /* COPYING */; }; + ADD65F6606DA3B38007161CA /* COPYRIGHT in Resources */ = {isa = PBXBuildFile; fileRef = ADD65C7206DA343C007161CA /* COPYRIGHT */; }; + ADD65F7506DA3C51007161CA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD65F7406DA3C51007161CA /* Foundation.framework */; }; + ADFE766D06E2918F006628C4 /* WEPrototypeBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFE761B06E2918F006628C4 /* WEPrototypeBundle.m */; }; + ADFE77B306E2977F006628C4 /* NGObjWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFE77B106E2977A006628C4 /* NGObjWeb.framework */; }; + ADFE77BA06E2986F006628C4 /* EOControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD6610D06DA3D1F007161CA /* EOControl.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXBuildStyle section */ + ADD65B6806DA32D6007161CA /* Development */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "APPLE_RUNTIME=1", + "NeXT_Foundation_LIBRARY=1", + "COCOA_Foundation_LIBRARY=1", + "NeXT_RUNTIME=1", + "COMPILE_AS_FRAMEWORK=1", + "DEBUG=1", + ); + }; + name = Development; + }; + ADD65B6906DA32D6007161CA /* Wrapper */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = YES; + DEPLOYMENT_LOCATION = NO; + DEPLOYMENT_POSTPROCESSING = YES; + DSTROOT = /; + DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; + FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_PREPROCESSOR_DEFINITIONS = ( + "APPLE_RUNTIME=1", + "NeXT_Foundation_LIBRARY=1", + "COCOA_Foundation_LIBRARY=1", + "NeXT_RUNTIME=1", + "COMPILE_AS_FRAMEWORK=1", + ); + SKIP_INSTALL = YES; + SYMROOT = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build"; + UNSTRIPPED_PRODUCT = NO; + ZERO_LINK = NO; + }; + name = Wrapper; + }; +/* End PBXBuildStyle section */ + +/* Begin PBXContainerItemProxy section */ + AD7520E70882737C004EE381 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = ADFE77AE06E2975E006628C4 /* NGObjWeb.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = ADFE6FFE06E2765E006628C4 /* SoCore.sxp */; + remoteInfo = "SoCore (SXP)"; + }; + ADFE77B606E297B2006628C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = ADFE77AE06E2975E006628C4 /* NGObjWeb.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = ADD65D5806DA372D007161CA; + remoteInfo = NGObjWeb; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + AD013B8406E20AC5000910D8 /* GNUmakefile.postamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile.postamble; sourceTree = ""; tabWidth = 8; }; + AD013B8706E20AC5000910D8 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = ""; }; + AD013C1906E20D18000910D8 /* NGHttp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGHttp.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGHttp.framework"; sourceTree = ""; }; + AD013C1A06E20D18000910D8 /* NGiCal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGiCal.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGiCal.framework"; sourceTree = ""; }; + AD013C1B06E20D18000910D8 /* NGImap4.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGImap4.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGImap4.framework"; sourceTree = ""; }; + AD013C1C06E20D18000910D8 /* NGLdap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGLdap.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGLdap.framework"; sourceTree = ""; }; + AD013C1D06E20D18000910D8 /* NGMail.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGMail.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGMail.framework"; sourceTree = ""; }; + AD013C1E06E20D18000910D8 /* NGMime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGMime.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGMime.framework"; sourceTree = ""; }; + AD013C2006E20D18000910D8 /* NGObjWeb.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGObjWeb.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGObjWeb.framework"; sourceTree = ""; }; + AD013C2106E20D18000910D8 /* NGStreams.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGStreams.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGStreams.framework"; sourceTree = ""; }; + AD013C2206E20D18000910D8 /* NGXmlRpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGXmlRpc.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGXmlRpc.framework"; sourceTree = ""; }; + AD013C2306E20D18000910D8 /* WebDAV.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebDAV.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/WebDAV.framework"; sourceTree = ""; }; + AD013C2406E20D18000910D8 /* WEPrototype.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WEPrototype.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/WEPrototype.framework"; sourceTree = ""; }; + AD013C2506E20D19000910D8 /* WOExtensions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WOExtensions.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/WOExtensions.framework"; sourceTree = ""; }; + AD013C4706E20DAA000910D8 /* LDAP.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LDAP.framework; path = /System/Library/Frameworks/LDAP.framework; sourceTree = ""; }; + AD0142CE06E21A3D000910D8 /* NGExtensions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGExtensions.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/NGExtensions.framework"; sourceTree = ""; }; + AD51824A06FF805E006397CD /* SoObjects.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SoObjects.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/SoObjects.framework"; sourceTree = ""; }; + AD75206108826CD3004EE381 /* fhs.make */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; path = fhs.make; sourceTree = ""; }; + AD75206208826CD3004EE381 /* WELiveLink.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WELiveLink.m; sourceTree = ""; }; + AD75206308826CD3004EE381 /* WEPrototypeElemBuilder.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WEPrototypeElemBuilder.m; sourceTree = ""; }; + AD75206408826CD3004EE381 /* WEPrototypeScript.api */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.woapi; path = WEPrototypeScript.api; sourceTree = ""; }; + AD75206508826CD3004EE381 /* WEPrototypeScript.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WEPrototypeScript.h; sourceTree = ""; }; + AD75206608826CD3004EE381 /* WEPrototypeScript.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WEPrototypeScript.m; sourceTree = ""; }; + AD75206708826CD3004EE381 /* WEPrototypeScriptAction.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WEPrototypeScriptAction.m; sourceTree = ""; }; + AD75209008826F51004EE381 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = AUTHORS; path = prototype/AUTHORS; sourceTree = ""; }; + AD75209108826F51004EE381 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = LICENSE; path = prototype/LICENSE; sourceTree = ""; }; + AD75209208826F51004EE381 /* prototype.js */ = {isa = PBXFileReference; explicitFileType = sourcecode.javascript; fileEncoding = 5; name = prototype.js; path = prototype/prototype.js; sourceTree = ""; }; + AD75209308826F51004EE381 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = README; path = prototype/README; sourceTree = ""; }; + ADD65C6F06DA343C007161CA /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 8; lastKnownFileType = text; path = ChangeLog; sourceTree = ""; tabWidth = 8; usesTabs = 1; }; + ADD65C7006DA343C007161CA /* common.h */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; + ADD65C7106DA343C007161CA /* COPYING */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + ADD65C7206DA343C007161CA /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; + ADD65C7406DA343C007161CA /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile; sourceTree = ""; tabWidth = 8; }; + ADD65C7506DA343C007161CA /* GNUmakefile.preamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile.preamble; sourceTree = ""; tabWidth = 8; }; + ADD65C8B06DA343C007161CA /* Version */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = Version; sourceTree = ""; tabWidth = 8; }; + ADD65D5806DA372D007161CA /* WEPrototype.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WEPrototype.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ADD65D5A06DA372D007161CA /* WEPrototype-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "WEPrototype-Info.plist"; sourceTree = ""; }; + ADD65F7406DA3C51007161CA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; + ADD65FE306DA3CA7007161CA /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = ""; }; + ADD65FE506DA3CDE007161CA /* DOM.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DOM.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/DOM.framework"; sourceTree = ""; }; + ADD65FE606DA3CDE007161CA /* SaxObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/SaxObjC.framework"; sourceTree = ""; }; + ADD65FE706DA3CDE007161CA /* XmlRpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XmlRpc.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/XmlRpc.framework"; sourceTree = ""; }; + ADD6610D06DA3D1F007161CA /* EOControl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EOControl.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/EOControl.framework"; sourceTree = ""; }; + ADFE760406E2918E006628C4 /* js2m.sh */ = {isa = PBXFileReference; explicitFileType = sourcecode.javascript; fileEncoding = 5; indentWidth = 2; path = js2m.sh; sourceTree = ""; }; + ADFE761B06E2918F006628C4 /* WEPrototypeBundle.m */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = WEPrototypeBundle.m; sourceTree = ""; }; + ADFE77AE06E2975E006628C4 /* NGObjWeb.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = NGObjWeb.xcodeproj; path = ../NGObjWeb/NGObjWeb.xcodeproj; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + ADD65D5606DA372D007161CA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ADD65F7506DA3C51007161CA /* Foundation.framework in Frameworks */, + AD51824006FF7FD1006397CD /* DOM.framework in Frameworks */, + AD51824106FF7FD1006397CD /* SaxObjC.framework in Frameworks */, + AD51824206FF7FD1006397CD /* XmlRpc.framework in Frameworks */, + ADFE77BA06E2986F006628C4 /* EOControl.framework in Frameworks */, + AD51824306FF7FDA006397CD /* NGExtensions.framework in Frameworks */, + AD51824406FF7FDA006397CD /* NGStreams.framework in Frameworks */, + AD51824806FF8035006397CD /* NGHttp.framework in Frameworks */, + AD51824906FF8048006397CD /* WebDAV.framework in Frameworks */, + ADFE77B306E2977F006628C4 /* NGObjWeb.framework in Frameworks */, + AD51824506FF8021006397CD /* NGImap4.framework in Frameworks */, + AD51824606FF8021006397CD /* NGMail.framework in Frameworks */, + AD51824706FF8021006397CD /* NGMime.framework in Frameworks */, + AD51824B06FF805E006397CD /* SoObjects.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + AD013C1806E20C17000910D8 /* Headers */ = { + isa = PBXGroup; + children = ( + AD75206508826CD3004EE381 /* WEPrototypeScript.h */, + ); + name = Headers; + sourceTree = ""; + }; + AD013C9E06E20E99000910D8 /* sope-core */ = { + isa = PBXGroup; + children = ( + ADD6610D06DA3D1F007161CA /* EOControl.framework */, + AD0142CE06E21A3D000910D8 /* NGExtensions.framework */, + AD013C2106E20D18000910D8 /* NGStreams.framework */, + ); + name = "sope-core"; + sourceTree = ""; + }; + AD013DD406E20EBA000910D8 /* sope-appserver */ = { + isa = PBXGroup; + children = ( + AD013C2006E20D18000910D8 /* NGObjWeb.framework */, + AD013C2206E20D18000910D8 /* NGXmlRpc.framework */, + AD013C2406E20D18000910D8 /* WEPrototype.framework */, + AD013C2506E20D19000910D8 /* WOExtensions.framework */, + AD013C1906E20D18000910D8 /* NGHttp.framework */, + AD013C2306E20D18000910D8 /* WebDAV.framework */, + AD51824A06FF805E006397CD /* SoObjects.framework */, + ); + name = "sope-appserver"; + sourceTree = ""; + }; + AD013F6A06E20F00000910D8 /* sope-ical */ = { + isa = PBXGroup; + children = ( + AD013C1A06E20D18000910D8 /* NGiCal.framework */, + ); + name = "sope-ical"; + sourceTree = ""; + }; + AD013FA606E20F0E000910D8 /* sope-ldap */ = { + isa = PBXGroup; + children = ( + AD013C1C06E20D18000910D8 /* NGLdap.framework */, + ); + name = "sope-ldap"; + sourceTree = ""; + }; + AD01401C06E20F1D000910D8 /* sope-mime */ = { + isa = PBXGroup; + children = ( + AD013C1B06E20D18000910D8 /* NGImap4.framework */, + AD013C1D06E20D18000910D8 /* NGMail.framework */, + AD013C1E06E20D18000910D8 /* NGMime.framework */, + ); + name = "sope-mime"; + sourceTree = ""; + }; + AD75208008826CF5004EE381 /* Definitions */ = { + isa = PBXGroup; + children = ( + AD75206408826CD3004EE381 /* WEPrototypeScript.api */, + ); + name = Definitions; + sourceTree = ""; + }; + AD75208D08826F3C004EE381 /* prototype */ = { + isa = PBXGroup; + children = ( + AD75209308826F51004EE381 /* README */, + AD75209108826F51004EE381 /* LICENSE */, + AD75209008826F51004EE381 /* AUTHORS */, + AD75209208826F51004EE381 /* prototype.js */, + ); + name = prototype; + sourceTree = ""; + }; + ADD65B6606DA32D6007161CA = { + isa = PBXGroup; + children = ( + AD013B8706E20AC5000910D8 /* README */, + ADD65C7106DA343C007161CA /* COPYING */, + ADD65C7206DA343C007161CA /* COPYRIGHT */, + ADD65C6F06DA343C007161CA /* ChangeLog */, + ADD65C8B06DA343C007161CA /* Version */, + ADD65C8E06DA344C007161CA /* Makefiles */, + AD75208D08826F3C004EE381 /* prototype */, + AD75208008826CF5004EE381 /* Definitions */, + AD013C1806E20C17000910D8 /* Headers */, + ADD65C9406DA34FF007161CA /* Classes */, + ADD65D5D06DA37C7007161CA /* Resources */, + ADFE77AD06E29709006628C4 /* Projects */, + ADD65D5906DA372D007161CA /* Products */, + ADD65F7306DA3C02007161CA /* Linked Frameworks */, + ); + sourceTree = ""; + }; + ADD65C8E06DA344C007161CA /* Makefiles */ = { + isa = PBXGroup; + children = ( + ADD65C7406DA343C007161CA /* GNUmakefile */, + ADD65C7506DA343C007161CA /* GNUmakefile.preamble */, + AD013B8406E20AC5000910D8 /* GNUmakefile.postamble */, + AD75206108826CD3004EE381 /* fhs.make */, + ); + name = Makefiles; + sourceTree = ""; + }; + ADD65C9406DA34FF007161CA /* Classes */ = { + isa = PBXGroup; + children = ( + ADD65C7006DA343C007161CA /* common.h */, + AD75206208826CD3004EE381 /* WELiveLink.m */, + AD75206608826CD3004EE381 /* WEPrototypeScript.m */, + AD75206708826CD3004EE381 /* WEPrototypeScriptAction.m */, + ADFE761B06E2918F006628C4 /* WEPrototypeBundle.m */, + AD75206308826CD3004EE381 /* WEPrototypeElemBuilder.m */, + ); + name = Classes; + sourceTree = ""; + }; + ADD65D5906DA372D007161CA /* Products */ = { + isa = PBXGroup; + children = ( + ADD65D5806DA372D007161CA /* WEPrototype.framework */, + ); + name = Products; + sourceTree = ""; + }; + ADD65D5D06DA37C7007161CA /* Resources */ = { + isa = PBXGroup; + children = ( + ADFE760406E2918E006628C4 /* js2m.sh */, + ADD65D5A06DA372D007161CA /* WEPrototype-Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + ADD65F7306DA3C02007161CA /* Linked Frameworks */ = { + isa = PBXGroup; + children = ( + ADD65F7406DA3C51007161CA /* Foundation.framework */, + AD013C4706E20DAA000910D8 /* LDAP.framework */, + ADD65FE306DA3CA7007161CA /* libz.dylib */, + ADD6603106DA3CE2007161CA /* sope-xml */, + AD013C9E06E20E99000910D8 /* sope-core */, + AD013DD406E20EBA000910D8 /* sope-appserver */, + AD013F6A06E20F00000910D8 /* sope-ical */, + AD01401C06E20F1D000910D8 /* sope-mime */, + AD013FA606E20F0E000910D8 /* sope-ldap */, + ); + name = "Linked Frameworks"; + sourceTree = ""; + }; + ADD6603106DA3CE2007161CA /* sope-xml */ = { + isa = PBXGroup; + children = ( + ADD65FE506DA3CDE007161CA /* DOM.framework */, + ADD65FE606DA3CDE007161CA /* SaxObjC.framework */, + ADD65FE706DA3CDE007161CA /* XmlRpc.framework */, + ); + name = "sope-xml"; + sourceTree = ""; + }; + ADFE77AD06E29709006628C4 /* Projects */ = { + isa = PBXGroup; + children = ( + ADFE77AE06E2975E006628C4 /* NGObjWeb.xcodeproj */, + ); + name = Projects; + sourceTree = ""; + }; + ADFE77B006E2977A006628C4 /* Products */ = { + isa = PBXGroup; + children = ( + ADFE77B106E2977A006628C4 /* NGObjWeb.framework */, + AD7520E80882737C004EE381 /* SoCore.sxp */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + ADD65D5306DA372D007161CA /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ADD65F6406DA3AF6007161CA /* common.h in Headers */, + AD75206D08826CD3004EE381 /* WEPrototypeScript.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + ADD65D5706DA372D007161CA /* WEPrototype */ = { + isa = PBXNativeTarget; + buildConfigurationList = ADA0797C085738E600993825 /* Build configuration list for PBXNativeTarget "WEPrototype" */; + buildPhases = ( + ADD65D5306DA372D007161CA /* Headers */, + ADD65D5406DA372D007161CA /* Resources */, + ADD65D5506DA372D007161CA /* Sources */, + ADD65D5606DA372D007161CA /* Frameworks */, + ); + buildRules = ( + ); + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 4.5.1; + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + FRAMEWORK_VERSION = A; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + INFOPLIST_FILE = "WEPrototype-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ( + "-seg1addr", + 0xC4000000, + "-headerpad_max_install_names", + ); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = WEPrototype; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = "-Wmost"; + }; + dependencies = ( + ); + name = WEPrototype; + productName = WEPrototype; + productReference = ADD65D5806DA372D007161CA /* WEPrototype.framework */; + productSettingsXML = " + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + WEPrototype + CFBundleIdentifier + org.OpenGroupware.SOPE.WEPrototype + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + FMWK + CFBundleSignature + ???? + CFBundleVersion + 1.0 + + +"; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + ADD65B6A06DA32D6007161CA /* Project object */ = { + isa = PBXProject; + buildConfigurationList = ADA07980085738E600993825 /* Build configuration list for PBXProject "WEPrototype" */; + buildSettings = { + }; + buildStyles = ( + ADD65B6806DA32D6007161CA /* Development */, + ADD65B6906DA32D6007161CA /* Wrapper */, + ); + hasScannedForEncodings = 0; + mainGroup = ADD65B6606DA32D6007161CA; + productRefGroup = ADD65D5906DA372D007161CA /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = ADFE77B006E2977A006628C4 /* Products */; + ProjectRef = ADFE77AE06E2975E006628C4 /* NGObjWeb.xcodeproj */; + }, + ); + targets = ( + ADD65D5706DA372D007161CA /* WEPrototype */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + AD7520E80882737C004EE381 /* SoCore.sxp */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = SoCore.sxp; + remoteRef = AD7520E70882737C004EE381 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + ADFE77B106E2977A006628C4 /* NGObjWeb.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = NGObjWeb.framework; + remoteRef = ADFE77B606E297B2006628C4 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + ADD65D5406DA372D007161CA /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADD65F6506DA3B38007161CA /* COPYING in Resources */, + ADD65F6606DA3B38007161CA /* COPYRIGHT in Resources */, + AD013B8C06E20AC5000910D8 /* README in Resources */, + AD75206C08826CD3004EE381 /* WEPrototypeScript.api in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + ADD65D5506DA372D007161CA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADFE766D06E2918F006628C4 /* WEPrototypeBundle.m in Sources */, + AD75206A08826CD3004EE381 /* WELiveLink.m in Sources */, + AD75206B08826CD3004EE381 /* WEPrototypeElemBuilder.m in Sources */, + AD75206E08826CD3004EE381 /* WEPrototypeScript.m in Sources */, + AD75206F08826CD3004EE381 /* WEPrototypeScriptAction.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + ADA0797D085738E600993825 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 4.5.1; + DYLIB_CURRENT_VERSION = 4.5.1; + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + FRAMEWORK_VERSION = A; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + GCC_PREPROCESSOR_DEFINITIONS = ( + "APPLE_RUNTIME=1", + "NeXT_Foundation_LIBRARY=1", + "COCOA_Foundation_LIBRARY=1", + "NeXT_RUNTIME=1", + "COMPILE_AS_FRAMEWORK=1", + "DEBUG=1", + ); + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + INFOPLIST_FILE = "WEPrototype-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + OTHER_CFLAGS = ( + "-DSOPE_MAJOR_VERSION=4", + "-DSOPE_MINOR_VERSION=5", + "-DWEP_SUBMINOR_VERSION=1", + ); + OTHER_LDFLAGS = ( + "-seg1addr", + 0xC5E00000, + "-headerpad_max_install_names", + ); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = WEPrototype; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = "-Wmost"; + }; + name = Development; + }; + ADA0797E085738E600993825 /* Wrapper */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + DEPLOYMENT_LOCATION = NO; + DEPLOYMENT_POSTPROCESSING = YES; + DSTROOT = /; + DYLIB_COMPATIBILITY_VERSION = 4.5.1; + DYLIB_CURRENT_VERSION = 4.5.1; + DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; + FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + FRAMEWORK_VERSION = A; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + GCC_PREPROCESSOR_DEFINITIONS = ( + "APPLE_RUNTIME=1", + "NeXT_Foundation_LIBRARY=1", + "COCOA_Foundation_LIBRARY=1", + "NeXT_RUNTIME=1", + "COMPILE_AS_FRAMEWORK=1", + ); + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + INFOPLIST_FILE = "WEPrototype-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + OTHER_CFLAGS = ( + "-DSOPE_MAJOR_VERSION=4", + "-DSOPE_MINOR_VERSION=5", + "-DWEP_SUBMINOR_VERSION=1", + ); + OTHER_LDFLAGS = ( + "-seg1addr", + 0xC5E00000, + "-headerpad_max_install_names", + ); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = WEPrototype; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = YES; + SYMROOT = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build"; + UNSTRIPPED_PRODUCT = NO; + WARNING_CFLAGS = "-Wmost"; + ZERO_LINK = NO; + }; + name = Wrapper; + }; + ADA0797F085738E600993825 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 4.5.1; + DYLIB_CURRENT_VERSION = 4.5.1; + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + FRAMEWORK_VERSION = A; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + INFOPLIST_FILE = "WEPrototype-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + OTHER_CFLAGS = ( + "-DSOPE_MAJOR_VERSION=4", + "-DSOPE_MINOR_VERSION=5", + "-DWEP_SUBMINOR_VERSION=1", + ); + OTHER_LDFLAGS = ( + "-seg1addr", + 0xC5E00000, + "-headerpad_max_install_names", + ); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = WEPrototype; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = "-Wmost"; + }; + name = Default; + }; + ADA07981085738E600993825 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Development; + }; + ADA07982085738E600993825 /* Wrapper */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Wrapper; + }; + ADA07983085738E600993825 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Default; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + ADA0797C085738E600993825 /* Build configuration list for PBXNativeTarget "WEPrototype" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADA0797D085738E600993825 /* Development */, + ADA0797E085738E600993825 /* Wrapper */, + ADA0797F085738E600993825 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + ADA07980085738E600993825 /* Build configuration list for PBXProject "WEPrototype" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADA07981085738E600993825 /* Development */, + ADA07982085738E600993825 /* Wrapper */, + ADA07983085738E600993825 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; +/* End XCConfigurationList section */ + }; + rootObject = ADD65B6A06DA32D6007161CA /* Project object */; +} diff --git a/sope-appserver/WOExtensions/ChangeLog b/sope-appserver/WOExtensions/ChangeLog index 8b090c15..93da8057 100644 --- a/sope-appserver/WOExtensions/ChangeLog +++ b/sope-appserver/WOExtensions/ChangeLog @@ -1,3 +1,7 @@ +2005-07-11 Marcus Mueller + + * WOExtensions-Info.plist: corrected bundle identifier + 2005-05-03 Helge Hess * GNUmakefile.preamble: added strict bundle dependencies for MacOSX diff --git a/sope-appserver/WOExtensions/WOExtensions-Info.plist b/sope-appserver/WOExtensions/WOExtensions-Info.plist index 40f358b8..f9bf6d56 100644 --- a/sope-appserver/WOExtensions/WOExtensions-Info.plist +++ b/sope-appserver/WOExtensions/WOExtensions-Info.plist @@ -9,7 +9,7 @@ CFBundleGetInfoString CFBundleIdentifier - com.skyrix.SOPE.WOExtensions + org.OpenGroupware.SOPE.appserver.WOExtensions CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType -- 2.39.5