[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj cohen.pbxuser,1.9,1.10 project.pbxproj,1.8,1.9
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-05-06 09:58:31
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv11778/SMySQL.pbproj Modified Files: cohen.pbxuser project.pbxproj Log Message: Corrected the method listFields: fromTable:. Finished the proper character set encoding for all the method. This version should be as transaprent as possible with non ascii character encoding (as far as the charset used by mysql is known from Mac OS X). Incremented the version to 0.5.5 Serge Cohen; MySQL Cocoa project, May 6th 2002. Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** cohen.pbxuser 3 May 2002 09:36:47 -0000 1.9 --- cohen.pbxuser 6 May 2002 09:58:27 -0000 1.10 *************** *** 16,22 **** Frame = "{{0, 23}, {971, 624}}"; Split0 = { Frame = "{{252, 0}, {719, 624}}"; Split0 = { ! Frame = "{{0, 24}, {719, 600}}"; }; SplitCount = 1; --- 16,23 ---- Frame = "{{0, 23}, {971, 624}}"; Split0 = { + ActiveTab = 2; Frame = "{{252, 0}, {719, 624}}"; Split0 = { ! Frame = "{{0, 216}, {719, 408}}"; }; SplitCount = 1; *************** *** 59,63 **** }; Tab3 = { ! Frame = "{{0, 0}, {747, 295}}"; }; TabCount = 4; --- 60,64 ---- }; Tab3 = { ! Frame = "{{0, 0}, {719, 295}}"; }; TabCount = 4; *************** *** 102,105 **** --- 103,111 ---- uiCtxt = { sepNavWindowFrame = "{{38, 218}, {750, 502}}"; + }; + }; + F5165EB801C50A5A0116CAC1 = { + uiCtxt = { + sepNavWindowFrame = "{{15, 239}, {750, 502}}"; }; }; Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** project.pbxproj 3 May 2002 09:36:47 -0000 1.8 --- project.pbxproj 6 May 2002 09:58:27 -0000 1.9 *************** *** 116,120 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.4; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; --- 116,120 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.5; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; *************** *** 161,165 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.4d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 161,165 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.5d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 410,414 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.4; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; --- 410,414 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.5; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; *************** *** 452,456 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.4d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 452,456 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.5d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 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; --- 1849,1853 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.5.5; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; *************** *** 1895,1899 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.4d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 1895,1899 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.5.5d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> |