From 2b14e1bd9d13ba20907509c73e3b90e57cd8857b Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 21 Feb 2005 10:44:17 +0000 Subject: [PATCH] Added SQLite3 adaptor, bumped version informations git-svn-id: http://svn.opengroupware.org/SOPE/trunk@583 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- .../GDLAccess/GDLAccess.xcode/project.pbxproj | 2 +- sope-gdl1/PostgreSQL/PostgreSQL-Info.plist | 2 +- .../PostgreSQL.xcode/project.pbxproj | 2 +- sope-gdl1/SQLite3/ChangeLog | 11 + sope-gdl1/SQLite3/SQLite3-Info.plist | 22 + .../SQLite3/SQLite3.xcode/project.pbxproj | 763 ++++++++++++++++++ sope-gdl1/SQLite3/Version | 2 +- sope-gdl1/SQLite3/common.h | 1 + sope-gdl1/sope-gdl1.xcode/project.pbxproj | 52 +- 9 files changed, 852 insertions(+), 5 deletions(-) create mode 100644 sope-gdl1/SQLite3/SQLite3-Info.plist create mode 100644 sope-gdl1/SQLite3/SQLite3.xcode/project.pbxproj diff --git a/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj b/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj index 06eb0154..222f6f87 100644 --- a/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj +++ b/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj @@ -2019,7 +2019,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.44; + DYLIB_CURRENT_VERSION = 4.5.47; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-gdl1/PostgreSQL/PostgreSQL-Info.plist b/sope-gdl1/PostgreSQL/PostgreSQL-Info.plist index 11b36d43..9255abd7 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL-Info.plist +++ b/sope-gdl1/PostgreSQL/PostgreSQL-Info.plist @@ -11,7 +11,7 @@ CFBundleSignature ???? CFBundleVersion - 1.1.38 + 4.5.40 NSPrincipalClass PostgreSQL72Adaptor diff --git a/sope-gdl1/PostgreSQL/PostgreSQL.xcode/project.pbxproj b/sope-gdl1/PostgreSQL/PostgreSQL.xcode/project.pbxproj index 0e2c5441..f9ecf9e6 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL.xcode/project.pbxproj +++ b/sope-gdl1/PostgreSQL/PostgreSQL.xcode/project.pbxproj @@ -117,7 +117,7 @@ GCC_PREFIX_HEADER = common.h; HEADER_SEARCH_PATHS = /usr/local/pgsql/include; INFOPLIST_FILE = "PostgreSQL-Info.plist"; - INSTALL_PATH = "$(USER_LIBRARY_DIR)/GDLAdaptors-1.1"; + INSTALL_PATH = "$(USER_LIBRARY_DIR)/GDLAdaptors-4.5"; LIBRARY_SEARCH_PATHS = /usr/local/pgsql/lib; OTHER_LDFLAGS = "-L/usr/local/pgsql/lib -lpq -lssl -lcrypto"; PRODUCT_NAME = PostgreSQL; diff --git a/sope-gdl1/SQLite3/ChangeLog b/sope-gdl1/SQLite3/ChangeLog index d8136958..078c4133 100644 --- a/sope-gdl1/SQLite3/ChangeLog +++ b/sope-gdl1/SQLite3/ChangeLog @@ -1,3 +1,14 @@ +2005-02-21 Helge Hess + + * v4.5.12 + + * common.h: added #include of for + definitions of required macros + + * SQLite3.xcode: added + + * SQLite3-Info.plist: added + 2005-02-21 Helge Hess * v4.5.11 diff --git a/sope-gdl1/SQLite3/SQLite3-Info.plist b/sope-gdl1/SQLite3/SQLite3-Info.plist new file mode 100644 index 00000000..f36052eb --- /dev/null +++ b/sope-gdl1/SQLite3/SQLite3-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + SQLite3 + CFBundleIdentifier + org.OpenGroupware.SOPE.sope-gdl1.SQLite3 + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + ???? + CFBundleVersion + 4.5.12 + NSPrincipalClass + SQLite3Adaptor + + diff --git a/sope-gdl1/SQLite3/SQLite3.xcode/project.pbxproj b/sope-gdl1/SQLite3/SQLite3.xcode/project.pbxproj new file mode 100644 index 00000000..e05a8792 --- /dev/null +++ b/sope-gdl1/SQLite3/SQLite3.xcode/project.pbxproj @@ -0,0 +1,763 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 39; + objects = { + AD013B8706E20AC5000910D8 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = text; + path = README; + refType = 4; + sourceTree = ""; + }; + AD013C1806E20C17000910D8 = { + children = ( + AD50D73407C9ED1E00C9F415, + AD50D73607C9ED1E00C9F415, + AD50D73807C9ED1E00C9F415, + AD50D73A07C9ED1E00C9F415, + AD50D73C07C9ED1E00C9F415, + AD50D73E07C9ED1E00C9F415, + AD50D74007C9ED1E00C9F415, + AD50D72C07C9ED1E00C9F415, + AD50D73107C9ED1E00C9F415, + ); + fileEncoding = 5; + indentWidth = 2; + isa = PBXGroup; + name = Headers; + refType = 4; + sourceTree = ""; + }; + AD013C2106E20D18000910D8 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = NGStreams.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/NGStreams.framework"; + refType = 0; + sourceTree = ""; + }; + AD013C9E06E20E99000910D8 = { + children = ( + ADD6610D06DA3D1F007161CA, + AD0142CE06E21A3D000910D8, + AD013C2106E20D18000910D8, + ); + isa = PBXGroup; + name = "sope-core"; + refType = 4; + sourceTree = ""; + }; + AD0142CE06E21A3D000910D8 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = NGExtensions.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/NGExtensions.framework"; + refType = 0; + sourceTree = ""; + }; + AD50D5FE07C9EB8500C9F415 = { + buildActionMask = 2147483647; + files = ( + AD50D75B07C9ED9B00C9F415, + AD50D72807C9ECD600C9F415, + ); + isa = PBXResourcesBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + AD50D5FF07C9EB8500C9F415 = { + buildActionMask = 2147483647; + files = ( + AD50D74507C9ED1E00C9F415, + AD50D74607C9ED1E00C9F415, + AD50D74707C9ED1E00C9F415, + AD50D74807C9ED1E00C9F415, + AD50D74A07C9ED1E00C9F415, + AD50D74B07C9ED1E00C9F415, + AD50D74D07C9ED1E00C9F415, + AD50D74F07C9ED1E00C9F415, + AD50D75107C9ED1E00C9F415, + AD50D75307C9ED1E00C9F415, + AD50D75507C9ED1E00C9F415, + AD50D75707C9ED1E00C9F415, + AD50D75907C9ED1E00C9F415, + ); + isa = PBXSourcesBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + AD50D60007C9EB8500C9F415 = { + buildActionMask = 2147483647; + files = ( + AD50D60307C9EC0B00C9F415, + AD50D67107C9EC1500C9F415, + AD50D68907C9EC1D00C9F415, + AD50D6A807C9EC2000C9F415, + AD50D6AF07C9EC2A00C9F415, + AD50D6C207C9EC2D00C9F415, + AD50D72307C9EC9900C9F415, + ); + isa = PBXFrameworksBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + AD50D60107C9EB8500C9F415 = { + buildPhases = ( + AD50D5FE07C9EB8500C9F415, + AD50D5FF07C9EB8500C9F415, + AD50D60007C9EB8500C9F415, + ); + buildRules = ( + ); + buildSettings = { + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + HEADER_SEARCH_PATHS = /usr/local/include; + INFOPLIST_FILE = "SQLite3-Info.plist"; + INSTALL_PATH = "$(USER_LIBRARY_DIR)/GDLAdaptors-4.5"; + LIBRARY_SEARCH_PATHS = /usr/local/lib; + OTHER_LDFLAGS = "-lsqlite3"; + PRODUCT_NAME = SQLite3; + WARNING_CFLAGS = "-Wmost"; + WRAPPER_EXTENSION = gdladaptor; + }; + dependencies = ( + ); + isa = PBXNativeTarget; + name = SQLite3; + productName = SQLite3; + productReference = AD50D60207C9EB8500C9F415; + productSettingsXML = " + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + SQLite3 + CFBundleIdentifier + com.yourcompany.SQLite3 + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + + +"; + productType = "com.apple.product-type.bundle"; + }; + AD50D60207C9EB8500C9F415 = { + explicitFileType = wrapper.cfbundle; + includeInIndex = 0; + isa = PBXFileReference; + path = SQLite3.gdladaptor; + refType = 3; + sourceTree = BUILT_PRODUCTS_DIR; + }; + AD50D60307C9EC0B00C9F415 = { + fileRef = ADD65F7406DA3C51007161CA; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D67107C9EC1500C9F415 = { + fileRef = ADD65FE606DA3CDE007161CA; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D68907C9EC1D00C9F415 = { + fileRef = ADD65FE506DA3CDE007161CA; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D6A807C9EC2000C9F415 = { + fileRef = ADD65FE706DA3CDE007161CA; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D6AF07C9EC2A00C9F415 = { + fileRef = ADD6610D06DA3D1F007161CA; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D6C207C9EC2D00C9F415 = { + fileRef = AD0142CE06E21A3D000910D8; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D72107C9EC6000C9F415 = { + children = ( + AD50D72207C9EC9900C9F415, + ); + isa = PBXGroup; + name = "sope-gdl1"; + refType = 4; + sourceTree = ""; + }; + AD50D72207C9EC9900C9F415 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = GDLAccess.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/GDLAccess.framework"; + refType = 0; + sourceTree = ""; + }; + AD50D72307C9EC9900C9F415 = { + fileRef = AD50D72207C9EC9900C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D72707C9ECD600C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = text; + path = COPYING.LIB; + refType = 4; + sourceTree = ""; + }; + AD50D72807C9ECD600C9F415 = { + fileRef = AD50D72707C9ECD600C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D72907C9ECE700C9F415 = { + explicitFileType = sourcecode.make; + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + path = fhs.make; + refType = 4; + sourceTree = ""; + tabWidth = 8; + }; + AD50D72B07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = text.plist; + path = condict.plist; + refType = 4; + sourceTree = ""; + }; + AD50D72C07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = "EOAttribute+SQLite.h"; + refType = 4; + sourceTree = ""; + }; + AD50D72D07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "EOAttribute+SQLite.m"; + refType = 4; + sourceTree = ""; + }; + AD50D72E07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSCalendarDate+SQLiteVal.m"; + refType = 4; + sourceTree = ""; + }; + AD50D72F07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSData+SQLiteVal.m"; + refType = 4; + sourceTree = ""; + }; + AD50D73007C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSNumber+SQLiteVal.m"; + refType = 4; + sourceTree = ""; + }; + AD50D73107C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = "NSString+SQLite.h"; + refType = 4; + sourceTree = ""; + }; + AD50D73207C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSString+SQLite.m"; + refType = 4; + sourceTree = ""; + }; + AD50D73307C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSString+SQLiteVal.m"; + refType = 4; + sourceTree = ""; + }; + AD50D73407C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SQLiteAdaptor.h; + refType = 4; + sourceTree = ""; + }; + AD50D73507C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SQLiteAdaptor.m; + refType = 4; + sourceTree = ""; + }; + AD50D73607C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SQLiteChannel.h; + refType = 4; + sourceTree = ""; + }; + AD50D73707C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SQLiteChannel.m; + refType = 4; + sourceTree = ""; + }; + AD50D73807C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = "SQLiteChannel+Model.h"; + refType = 4; + sourceTree = ""; + }; + AD50D73907C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "SQLiteChannel+Model.m"; + refType = 4; + sourceTree = ""; + }; + AD50D73A07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SQLiteContext.h; + refType = 4; + sourceTree = ""; + }; + AD50D73B07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SQLiteContext.m; + refType = 4; + sourceTree = ""; + }; + AD50D73C07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SQLiteException.h; + refType = 4; + sourceTree = ""; + }; + AD50D73D07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SQLiteException.m; + refType = 4; + sourceTree = ""; + }; + AD50D73E07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SQLiteExpression.h; + refType = 4; + sourceTree = ""; + }; + AD50D73F07C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SQLiteExpression.m; + refType = 4; + sourceTree = ""; + }; + AD50D74007C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SQLiteValues.h; + refType = 4; + sourceTree = ""; + }; + AD50D74107C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SQLiteValues.m; + refType = 4; + sourceTree = ""; + }; + AD50D74207C9ED1E00C9F415 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = text; + path = test.eomodel; + refType = 4; + sourceTree = ""; + }; + AD50D74507C9ED1E00C9F415 = { + fileRef = AD50D72D07C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74607C9ED1E00C9F415 = { + fileRef = AD50D72E07C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74707C9ED1E00C9F415 = { + fileRef = AD50D72F07C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74807C9ED1E00C9F415 = { + fileRef = AD50D73007C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74A07C9ED1E00C9F415 = { + fileRef = AD50D73207C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74B07C9ED1E00C9F415 = { + fileRef = AD50D73307C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74D07C9ED1E00C9F415 = { + fileRef = AD50D73507C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D74F07C9ED1E00C9F415 = { + fileRef = AD50D73707C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D75107C9ED1E00C9F415 = { + fileRef = AD50D73907C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D75307C9ED1E00C9F415 = { + fileRef = AD50D73B07C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D75507C9ED1E00C9F415 = { + fileRef = AD50D73D07C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D75707C9ED1E00C9F415 = { + fileRef = AD50D73F07C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D75907C9ED1E00C9F415 = { + fileRef = AD50D74107C9ED1E00C9F415; + isa = PBXBuildFile; + settings = { + }; + }; + AD50D75B07C9ED9B00C9F415 = { + fileRef = AD013B8706E20AC5000910D8; + isa = PBXBuildFile; + settings = { + }; + }; + ADD65B6606DA32D6007161CA = { + children = ( + AD013B8706E20AC5000910D8, + AD50D72707C9ECD600C9F415, + ADD65C6F06DA343C007161CA, + ADD65C8B06DA343C007161CA, + ADD65C8E06DA344C007161CA, + AD013C1806E20C17000910D8, + ADD65C9406DA34FF007161CA, + ADD65D5D06DA37C7007161CA, + ADD65D5906DA372D007161CA, + ADD65F7306DA3C02007161CA, + ); + isa = PBXGroup; + refType = 4; + sourceTree = ""; + }; + ADD65B6806DA32D6007161CA = { + 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; + }; + ADD65B6906DA32D6007161CA = { + 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; + }; + ADD65B6A06DA32D6007161CA = { + buildSettings = { + }; + buildStyles = ( + ADD65B6806DA32D6007161CA, + ADD65B6906DA32D6007161CA, + ); + hasScannedForEncodings = 0; + isa = PBXProject; + mainGroup = ADD65B6606DA32D6007161CA; + productRefGroup = ADD65D5906DA372D007161CA; + projectDirPath = ""; + targets = ( + AD50D60107C9EB8500C9F415, + ); + }; + ADD65C6F06DA343C007161CA = { + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + lastKnownFileType = text; + path = ChangeLog; + refType = 4; + sourceTree = ""; + tabWidth = 8; + usesTabs = 1; + }; + ADD65C7006DA343C007161CA = { + fileEncoding = 5; + indentWidth = 2; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = common.h; + refType = 4; + sourceTree = ""; + }; + ADD65C7406DA343C007161CA = { + explicitFileType = sourcecode.make; + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + path = GNUmakefile; + refType = 4; + sourceTree = ""; + tabWidth = 8; + }; + ADD65C7506DA343C007161CA = { + explicitFileType = sourcecode.make; + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + path = GNUmakefile.preamble; + refType = 4; + sourceTree = ""; + tabWidth = 8; + }; + ADD65C8B06DA343C007161CA = { + explicitFileType = sourcecode.make; + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + path = Version; + refType = 4; + sourceTree = ""; + tabWidth = 8; + }; + ADD65C8E06DA344C007161CA = { + children = ( + ADD65C7406DA343C007161CA, + ADD65C7506DA343C007161CA, + AD50D72907C9ECE700C9F415, + ); + isa = PBXGroup; + name = Makefiles; + refType = 4; + sourceTree = ""; + }; + ADD65C9406DA34FF007161CA = { + children = ( + ADD65C7006DA343C007161CA, + AD50D73507C9ED1E00C9F415, + AD50D73707C9ED1E00C9F415, + AD50D73907C9ED1E00C9F415, + AD50D73B07C9ED1E00C9F415, + AD50D73D07C9ED1E00C9F415, + AD50D73F07C9ED1E00C9F415, + AD50D74107C9ED1E00C9F415, + AD50D72D07C9ED1E00C9F415, + AD50D72E07C9ED1E00C9F415, + AD50D72F07C9ED1E00C9F415, + AD50D73007C9ED1E00C9F415, + AD50D73207C9ED1E00C9F415, + AD50D73307C9ED1E00C9F415, + ); + fileEncoding = 5; + indentWidth = 2; + isa = PBXGroup; + name = Classes; + refType = 4; + sourceTree = ""; + }; + ADD65D5906DA372D007161CA = { + children = ( + AD50D60207C9EB8500C9F415, + ); + isa = PBXGroup; + name = Products; + refType = 4; + sourceTree = ""; + }; + ADD65D5A06DA372D007161CA = { + isa = PBXFileReference; + lastKnownFileType = text.xml; + path = "SQLite3-Info.plist"; + refType = 4; + sourceTree = ""; + }; + ADD65D5D06DA37C7007161CA = { + children = ( + ADD65D5A06DA372D007161CA, + AD50D72B07C9ED1E00C9F415, + AD50D74207C9ED1E00C9F415, + ); + isa = PBXGroup; + name = Resources; + refType = 4; + sourceTree = ""; + }; + ADD65F7306DA3C02007161CA = { + children = ( + ADD65F7406DA3C51007161CA, + ADD6603106DA3CE2007161CA, + AD013C9E06E20E99000910D8, + AD50D72107C9EC6000C9F415, + ); + isa = PBXGroup; + name = "Linked Frameworks"; + refType = 4; + sourceTree = ""; + }; + ADD65F7406DA3C51007161CA = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = Foundation.framework; + path = /System/Library/Frameworks/Foundation.framework; + refType = 0; + sourceTree = ""; + }; + ADD65FE506DA3CDE007161CA = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = DOM.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/DOM.framework"; + refType = 0; + sourceTree = ""; + }; + ADD65FE606DA3CDE007161CA = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = SaxObjC.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/SaxObjC.framework"; + refType = 0; + sourceTree = ""; + }; + ADD65FE706DA3CDE007161CA = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = XmlRpc.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/XmlRpc.framework"; + refType = 0; + sourceTree = ""; + }; + ADD6603106DA3CE2007161CA = { + children = ( + ADD65FE506DA3CDE007161CA, + ADD65FE606DA3CDE007161CA, + ADD65FE706DA3CDE007161CA, + ); + isa = PBXGroup; + name = "sope-xml"; + refType = 4; + sourceTree = ""; + }; + ADD6610D06DA3D1F007161CA = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = EOControl.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/EOControl.framework"; + refType = 0; + sourceTree = ""; + }; + }; + rootObject = ADD65B6A06DA32D6007161CA; +} diff --git a/sope-gdl1/SQLite3/Version b/sope-gdl1/SQLite3/Version index 6f0aa782..cda34ac9 100644 --- a/sope-gdl1/SQLite3/Version +++ b/sope-gdl1/SQLite3/Version @@ -1,3 +1,3 @@ # Version file -SUBMINOR_VERSION:=11 +SUBMINOR_VERSION:=12 diff --git a/sope-gdl1/SQLite3/common.h b/sope-gdl1/SQLite3/common.h index 021e708c..7a99e005 100644 --- a/sope-gdl1/SQLite3/common.h +++ b/sope-gdl1/SQLite3/common.h @@ -35,5 +35,6 @@ #import #include +#include #endif /* ___SQLite3_common_H___ */ diff --git a/sope-gdl1/sope-gdl1.xcode/project.pbxproj b/sope-gdl1/sope-gdl1.xcode/project.pbxproj index 19328a7a..0e0dafee 100644 --- a/sope-gdl1/sope-gdl1.xcode/project.pbxproj +++ b/sope-gdl1/sope-gdl1.xcode/project.pbxproj @@ -20,6 +20,50 @@ remoteGlobalIDString = AD8BF94C0701B04C00EC239A; remoteInfo = PostgreSQL; }; + AD8622FF07C9F294004CD707 = { + isa = PBXFileReference; + lastKnownFileType = "wrapper.pb-project"; + name = SQLite3.xcode; + path = SQLite3/SQLite3.xcode; + refType = 4; + sourceTree = ""; + }; + AD86230007C9F294004CD707 = { + children = ( + AD86230207C9F296004CD707, + ); + isa = PBXGroup; + name = Products; + refType = 4; + sourceTree = ""; + }; + AD86230207C9F296004CD707 = { + fileType = wrapper.cfbundle; + isa = PBXReferenceProxy; + path = SQLite3.gdladaptor; + refType = 3; + remoteRef = AD86230507C9F2B1004CD707; + sourceTree = BUILT_PRODUCTS_DIR; + }; + AD86230307C9F2A9004CD707 = { + containerPortal = AD8622FF07C9F294004CD707; + isa = PBXContainerItemProxy; + proxyType = 1; + remoteGlobalIDString = AD50D60107C9EB8500C9F415; + remoteInfo = SQLite3; + }; + AD86230407C9F2A9004CD707 = { + isa = PBXTargetDependency; + name = "SQLite3 (from SQLite3.xcode)"; + targetProxy = AD86230307C9F2A9004CD707; + }; + AD86230507C9F2B1004CD707 = { + containerPortal = AD8622FF07C9F294004CD707; + isa = PBXContainerItemProxy; + proxyType = 2; + remoteGlobalIDString = AD50D60207C9EB8500C9F415; + remoteInfo = SQLite3; + }; AD8BF53B0701AAEE00EC239A = { fileEncoding = 5; indentWidth = 2; @@ -160,6 +204,10 @@ ProductGroup = AD8BF8430701AD5100EC239A; ProjectRef = AD8BF8420701AD5100EC239A; }, + { + ProductGroup = AD86230007C9F294004CD707; + ProjectRef = AD8622FF07C9F294004CD707; + }, { ProductGroup = ADAF20480701B6230072AFC6; ProjectRef = ADAF20470701B6230072AFC6; @@ -219,6 +267,7 @@ dependencies = ( AD8BF8460701AD5D00EC239A, ADAF204A0701B62D0072AFC6, + AD86230407C9F2A9004CD707, ); isa = PBXAggregateTarget; name = "Wrapper Contents"; @@ -226,8 +275,9 @@ }; ADDF478306DA57F500C4E7F8 = { children = ( - ADAF20470701B6230072AFC6, AD8BF8420701AD5100EC239A, + ADAF20470701B6230072AFC6, + AD8622FF07C9F294004CD707, ); isa = PBXGroup; name = Projects; -- 2.39.5