[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.12,1.13
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-05-15 11:07:41
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv4748 Modified Files: project.pbxproj Log Message: Version 0.7.0 of the framework: - Removed the two connectTo... methods, replaced by a single connectWithLogin... method. - Changed listDBs... methods name to better reflect SQL language in the method name. - Added simple methods with less arguments as shortcuts to the listDBsLike... methods. - Added method to manage "process". - Reordered method in the files. Serge Cohen; MySQL Cocoa project, May 15th 2002.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** project.pbxproj 7 May 2002 18:47:14 -0000 1.12 --- project.pbxproj 15 May 2002 11:07:39 -0000 1.13 *************** *** 116,120 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.6.0; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; --- 116,120 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.7.0; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; *************** *** 161,165 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.6.0d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 161,165 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.7.0d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 410,414 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.6.0; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; --- 410,414 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.7.0; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; *************** *** 452,456 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.6.0d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 452,456 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.7.0d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> *************** *** 1847,1851 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.6.0; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; --- 1847,1851 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.7.0; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; *************** *** 1893,1897 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.6.0d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> --- 1893,1897 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>0.7.0d1</string> <key>NSPrincipalClass</key> <string>SMySQLConnection</string> |