From: znek Date: Thu, 11 Nov 2004 22:56:12 +0000 (+0000) Subject: Xcode fixes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9f686f21d78212dd19876e781a8e074e2ba704;p=sope Xcode fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@360 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/GDLAccess/ChangeLog b/sope-gdl1/GDLAccess/ChangeLog index 2b094de5..690f4567 100644 --- a/sope-gdl1/GDLAccess/ChangeLog +++ b/sope-gdl1/GDLAccess/ChangeLog @@ -1,3 +1,8 @@ +2004-11-11 Marcus Mueller + + * GDLAccess.xcode: fixed Xcode build by providing all necessary + major/minor numbers and bumped the framework revision + 2004-11-09 Helge Hess * v4.5.41 diff --git a/sope-gdl1/GDLAccess/GDLAccess-Info.plist b/sope-gdl1/GDLAccess/GDLAccess-Info.plist index 84843553..9d930620 100644 --- a/sope-gdl1/GDLAccess/GDLAccess-Info.plist +++ b/sope-gdl1/GDLAccess/GDLAccess-Info.plist @@ -9,7 +9,7 @@ CFBundleGetInfoString CFBundleIdentifier - org.opengroupware.gnustep-db + org.opengroupware.SOPE.gdl1 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0 + 4.5 diff --git a/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj b/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj index 7f81106a..f63458cc 100644 --- a/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj +++ b/sope-gdl1/GDLAccess/GDLAccess.xcode/project.pbxproj @@ -2038,7 +2038,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1.3.40; + DYLIB_CURRENT_VERSION = 4.5.41; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -2048,7 +2048,7 @@ GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = "GDLAccess-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - OTHER_CFLAGS = "-DXCODE_SELF_COMPILE=1"; + OTHER_CFLAGS = "-DSOPE_MAJOR_VERSION=4 -DSOPE_MINOR_VERSION=5 -DGDL_MAJOR_VERSION=4 -DGDL_MINOR_VERSION=5 -DXCODE_SELF_COMPILE=1"; OTHER_LDFLAGS = "-seg1addr 0xC6000000 -headerpad_max_install_names"; OTHER_REZFLAGS = ""; PRODUCT_NAME = GDLAccess;