[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.7,1.8 cohen.pbxuser,1.8,1.9
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-05-03 09:36:49
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv31598 Modified Files: project.pbxproj cohen.pbxuser Log Message: Added methods listDBs, listTables, listFields. First test for supporting proper charset encoding. Still some strange bug on queryString. Serge Cohen; MySQL Cocoa Project, May 3rd 2002.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** project.pbxproj 10 Apr 2002 15:12:17 -0000 1.7 --- project.pbxproj 3 May 2002 09:36:47 -0000 1.8 *************** *** 116,120 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.2; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; --- 116,120 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.4; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; *************** *** 161,165 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.3d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 161,165 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.4d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 410,414 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.2; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; --- 410,414 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.4; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; *************** *** 452,456 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.3d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 452,456 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.4d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 1849,1853 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.2; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; --- 1849,1853 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.4; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; *************** *** 1895,1899 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.3d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 1895,1899 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.4d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cohen.pbxuser 10 Apr 2002 15:12:17 -0000 1.8 --- cohen.pbxuser 3 May 2002 09:36:47 -0000 1.9 *************** *** 7,10 **** --- 7,12 ---- F51A62D7022D7C2A01952E7A, ); + breakpoints = ( + ); perUserDictionary = { PBXWorkspaceConfiguration = { *************** *** 14,21 **** Frame = "{{0, 23}, {971, 624}}"; Split0 = { - ActiveTab = 2; Frame = "{{252, 0}, {719, 624}}"; Split0 = { ! Frame = "{{0, 216}, {719, 408}}"; }; SplitCount = 1; --- 16,22 ---- Frame = "{{0, 23}, {971, 624}}"; Split0 = { Frame = "{{252, 0}, {719, 624}}"; Split0 = { ! Frame = "{{0, 24}, {719, 600}}"; }; SplitCount = 1; *************** *** 58,62 **** }; Tab3 = { ! Frame = "{{0, 0}, {663, 295}}"; }; TabCount = 4; --- 59,63 ---- }; Tab3 = { ! Frame = "{{0, 0}, {747, 295}}"; }; TabCount = 4; |