]> err.no Git - sope/commitdiff
new Xcode projects
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 22 Sep 2004 13:46:43 +0000 (13:46 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 22 Sep 2004 13:46:43 +0000 (13:46 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@155 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ldap/NGLdap/ChangeLog
sope-ldap/NGLdap/NGLdap.xcode/project.pbxproj
sope-ldap/NGLdap/README.macosx [deleted file]
sope-ldap/sope-ldap.xcode/project.pbxproj [new file with mode: 0644]

index 5a5c13ece1a13f883492861292503fc6c4a3cca6..632d12ad6b8d76adf79801625aff5a16e605b74b 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * README.macosx: removed obsoleted documentation
+
+       * NGLdap.xcode: adjusted several build parameters
+
 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
 
        * added hack to install the project in FHS locations - the library,
index 2494be49bf455a8c7a4771f2e95822a947f16511..8ff38fb3f9146838e8140dd7cfd514f1a610ac0d 100644 (file)
                        refType = 4;
                        sourceTree = "<group>";
                };
-               AD01446606E21EED000910D8 = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       path = README.macosx;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
                AD01446706E21EED000910D8 = {
                        fileRef = AD01444D06E21EED000910D8;
                        isa = PBXBuildFile;
                        settings = {
                        };
                };
-               AD01448006E21EED000910D8 = {
-                       fileRef = AD01446606E21EED000910D8;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
                AD01448306E21EFA000910D8 = {
                        children = (
                                AD01445006E21EED000910D8,
                        refType = 4;
                        sourceTree = "<group>";
                };
+               AD8BF1DA070198D900EC239A = {
+                       isa = PBXFileReference;
+                       lastKnownFileType = wrapper.framework;
+                       name = XmlRpc.framework;
+                       path = /Library/Frameworks/XmlRpc.framework;
+                       refType = 0;
+                       sourceTree = "<absolute>";
+               };
+               AD8BF1DB070198D900EC239A = {
+                       fileRef = AD8BF1DA070198D900EC239A;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
                ADD65B6606DA32D6007161CA = {
                        children = (
                                AD013B8706E20AC5000910D8,
-                               AD01446606E21EED000910D8,
                                ADD65C7106DA343C007161CA,
                                ADD65C7206DA343C007161CA,
                                ADD65C6F06DA343C007161CA,
                                ADD65F6806DA3B38007161CA,
                                ADD65F6906DA3B38007161CA,
                                AD013B8C06E20AC5000910D8,
-                               AD01448006E21EED000910D8,
                        );
                        isa = PBXResourcesBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                                ADD65FE906DA3CDE007161CA,
                                ADD65FE806DA3CDE007161CA,
                                AD013C4806E20DAA000910D8,
+                               AD8BF1DB070198D900EC239A,
                        );
                        isa = PBXFrameworksBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.3.19;
+                               DYLIB_CURRENT_VERSION = 4.3.20;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                };
                ADD6603106DA3CE2007161CA = {
                        children = (
-                               ADD65FE506DA3CDE007161CA,
                                ADD65FE606DA3CDE007161CA,
+                               ADD65FE506DA3CDE007161CA,
+                               AD8BF1DA070198D900EC239A,
                        );
                        isa = PBXGroup;
                        name = "sope-xml";
diff --git a/sope-ldap/NGLdap/README.macosx b/sope-ldap/NGLdap/README.macosx
deleted file mode 100644 (file)
index 87ad6ed..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id$
-
-NOTE: Jaguar (MacOSX 10.2) comes with OpenLDAP client libraries :-), so
-      the instructions below are deprecated
-
-OpenLDAP 2.1 --without-slurpd --without-slapd funkt ohne Probleme ...
-
-==========================
-- get openldap
-
----snip---
-ld: common symbols not allowed with MH_DYLIB output format
-ld: common symbols not allowed with MH_DYLIB output format
-/usr/local/openldap/lib/libldap.a(open.o) definition of common _ldap_debug (size 4)
-/usr/local/openldap/lib/libldap.a(init.o) definition of common _openldap_ldap_global_options (size 24)
-/usr/local/openldap/lib/liblber.a(decode.o) definition of common _lber_debug (size 4)
-/usr/bin/libtool: internal link edit command failed
----snap---
-
-openldap 2.0.7
-CC=cc -traditional-cpp
-
-./configure --prefix=/usr/local --disable-slapd --disable-slurpd --disable-threads --disable-tls --disable-readline --disable-kerberos --disable-sasl
-make depend
-
-... delete .._r stuff ...
-
-make install
diff --git a/sope-ldap/sope-ldap.xcode/project.pbxproj b/sope-ldap/sope-ldap.xcode/project.pbxproj
new file mode 100644 (file)
index 0000000..2ee307f
--- /dev/null
@@ -0,0 +1,191 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 39;
+       objects = {
+               AD8BF2680701995B00EC239A = {
+                       isa = PBXFileReference;
+                       lastKnownFileType = "wrapper.pb-project";
+                       name = NGLdap.xcode;
+                       path = NGLdap/NGLdap.xcode;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               AD8BF2690701995B00EC239A = {
+                       children = (
+                               AD8BF2710701997D00EC239A,
+                       );
+                       isa = PBXGroup;
+                       name = Products;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               AD8BF26B0701996900EC239A = {
+                       containerPortal = AD8BF2680701995B00EC239A;
+                       isa = PBXContainerItemProxy;
+                       proxyType = 1;
+                       remoteGlobalIDString = ADD65D5706DA372D007161CA;
+                       remoteInfo = NGLdap;
+               };
+               AD8BF26C0701996900EC239A = {
+                       isa = PBXTargetDependency;
+                       name = "NGLdap (from NGLdap.xcode)";
+                       targetProxy = AD8BF26B0701996900EC239A;
+               };
+               AD8BF2710701997D00EC239A = {
+                       fileType = wrapper.framework;
+                       isa = PBXReferenceProxy;
+                       path = NGLdap.framework;
+                       refType = 3;
+                       remoteRef = AD8BF2740701998600EC239A;
+                       sourceTree = BUILT_PRODUCTS_DIR;
+               };
+               AD8BF2740701998600EC239A = {
+                       containerPortal = AD8BF2680701995B00EC239A;
+                       isa = PBXContainerItemProxy;
+                       proxyType = 2;
+                       remoteGlobalIDString = ADD65D5806DA372D007161CA;
+                       remoteInfo = NGLdap;
+               };
+               ADDF476606DA572500C4E7F8 = {
+                       children = (
+                               ADDF477606DA575700C4E7F8,
+                               ADDF477D06DA577400C4E7F8,
+                               ADDF478306DA57F500C4E7F8,
+                       );
+                       isa = PBXGroup;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               ADDF476806DA572500C4E7F8 = {
+                       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";
+                       };
+                       isa = PBXBuildStyle;
+                       name = Development;
+               };
+               ADDF476906DA572500C4E7F8 = {
+                       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;
+                       };
+                       isa = PBXBuildStyle;
+                       name = Wrapper;
+               };
+               ADDF476A06DA572500C4E7F8 = {
+                       buildSettings = {
+                       };
+                       buildStyles = (
+                               ADDF476806DA572500C4E7F8,
+                               ADDF476906DA572500C4E7F8,
+                       );
+                       hasScannedForEncodings = 0;
+                       isa = PBXProject;
+                       mainGroup = ADDF476606DA572500C4E7F8;
+                       projectDirPath = "";
+                       projectReferences = (
+                               {
+                                       ProductGroup = AD8BF2690701995B00EC239A;
+                                       ProjectRef = AD8BF2680701995B00EC239A;
+                               },
+                       );
+                       targets = (
+                               ADDF479906DA58D700C4E7F8,
+                               ADDF478006DA57DA00C4E7F8,
+                       );
+               };
+               ADDF477306DA575700C4E7F8 = {
+                       explicitFileType = sourcecode.make;
+                       fileEncoding = 5;
+                       indentWidth = 8;
+                       isa = PBXFileReference;
+                       path = GNUmakefile;
+                       refType = 4;
+                       sourceTree = "<group>";
+                       tabWidth = 8;
+               };
+               ADDF477606DA575700C4E7F8 = {
+                       fileEncoding = 5;
+                       isa = PBXFileReference;
+                       lastKnownFileType = text;
+                       path = "README-OSX.txt";
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               ADDF477D06DA577400C4E7F8 = {
+                       children = (
+                               ADDF477306DA575700C4E7F8,
+                       );
+                       isa = PBXGroup;
+                       name = Makefiles;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               ADDF478006DA57DA00C4E7F8 = {
+                       buildPhases = (
+                       );
+                       buildSettings = {
+                               PRODUCT_NAME = "Wrapper Contents";
+                       };
+                       dependencies = (
+                               AD8BF26C0701996900EC239A,
+                       );
+                       isa = PBXAggregateTarget;
+                       name = "Wrapper Contents";
+                       productName = "Wrapper Contents";
+               };
+               ADDF478306DA57F500C4E7F8 = {
+                       children = (
+                               AD8BF2680701995B00EC239A,
+                       );
+                       isa = PBXGroup;
+                       name = Projects;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               ADDF479906DA58D700C4E7F8 = {
+                       buildPhases = (
+                       );
+                       buildSettings = {
+                               PRODUCT_NAME = all;
+                       };
+                       dependencies = (
+                               ADDF479B06DA58DD00C4E7F8,
+                       );
+                       isa = PBXAggregateTarget;
+                       name = all;
+                       productName = all;
+               };
+               ADDF479A06DA58DD00C4E7F8 = {
+                       containerPortal = ADDF476A06DA572500C4E7F8;
+                       isa = PBXContainerItemProxy;
+                       proxyType = 1;
+                       remoteGlobalIDString = ADDF478006DA57DA00C4E7F8;
+                       remoteInfo = "Wrapper Contents";
+               };
+               ADDF479B06DA58DD00C4E7F8 = {
+                       isa = PBXTargetDependency;
+                       target = ADDF478006DA57DA00C4E7F8;
+                       targetProxy = ADDF479A06DA58DD00C4E7F8;
+               };
+       };
+       rootObject = ADDF476A06DA572500C4E7F8;
+}