[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.13,1.13.2.1 cohen.pbxuser,1.13,1.1
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-06-01 20:59:03
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv2193 Modified Files: Tag: version-2 project.pbxproj cohen.pbxuser Log Message: Modified classes to be: MCPConnection MCPResult Added a TO_DO, updated the README file (fom within the project). Serge Cohen; MySQL Cocoa project, 2002-06-01.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** project.pbxproj 15 May 2002 11:07:39 -0000 1.13 --- project.pbxproj 1 Jun 2002 20:59:00 -0000 1.13.2.1 *************** *** 79,82 **** --- 79,83 ---- 0867D691FE84028FC02AAC07 = { children = ( + F5F6CECD02A6946E015D9B03, F51B527E01CA905F0130DCEA, F5165EC301C50B3A0116CAC1, *************** *** 115,120 **** ); buildSettings = { ! DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.7.0; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; --- 116,121 ---- ); buildSettings = { ! DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.0.0; FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_VERSION = A; *************** *** 161,167 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.7.0d1</string> <key>NSPrincipalClass</key> ! <string>SMySQLConnection</string> </dict> </plist> --- 162,168 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>2.0.0d1</string> <key>NSPrincipalClass</key> ! <string>MCPConnection</string> </dict> </plist> *************** *** 279,298 **** F5165EB701C50A5A0116CAC1 = { isa = PBXFileReference; ! path = SMySQLConnection.h; refType = 4; }; F5165EB801C50A5A0116CAC1 = { isa = PBXFileReference; ! path = SMySQLConnection.m; refType = 4; }; F5165EB901C50A5A0116CAC1 = { isa = PBXFileReference; ! path = SMySQLResult.h; refType = 4; }; F5165EBA01C50A5A0116CAC1 = { isa = PBXFileReference; ! path = SMySQLResult.m; refType = 4; }; --- 280,299 ---- F5165EB701C50A5A0116CAC1 = { isa = PBXFileReference; ! path = MCPConnection.h; refType = 4; }; F5165EB801C50A5A0116CAC1 = { isa = PBXFileReference; ! path = MCPConnection.m; refType = 4; }; F5165EB901C50A5A0116CAC1 = { isa = PBXFileReference; ! path = MCPResult.h; refType = 4; }; F5165EBA01C50A5A0116CAC1 = { isa = PBXFileReference; ! path = MCPResult.m; refType = 4; }; *************** *** 409,414 **** ); buildSettings = { ! DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.7.0; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; --- 410,415 ---- ); buildSettings = { ! DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.0.0; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; *************** *** 452,458 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.7.0d1</string> <key>NSPrincipalClass</key> ! <string>SMySQLConnection</string> </dict> </plist> --- 453,459 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>2.0.0d1</string> <key>NSPrincipalClass</key> ! <string>MCPConnection</string> </dict> </plist> *************** *** 1846,1851 **** ); buildSettings = { ! DYLIB_COMPATIBILITY_VERSION = 1.0.0; ! DYLIB_CURRENT_VERSION = 0.7.0; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; --- 1847,1852 ---- ); buildSettings = { ! DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.0.0; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; *************** *** 1893,1899 **** <string>????</string> <key>CFBundleVersion</key> ! <string>0.7.0d1</string> <key>NSPrincipalClass</key> ! <string>SMySQLConnection</string> </dict> </plist> --- 1894,1900 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>2.0.0d1</string> <key>NSPrincipalClass</key> ! <string>MCPConnection</string> </dict> </plist> *************** *** 2042,2046 **** ); shellPath = /bin/sh; ! shellScript = "MKDIRS=\"mkdir -p\"\nAUTODOC=/usr/local/bin/autodoc\nAUTODOC_FLAGS=\"-copydocs -timestamp -allclasses\"\nAUTODOC_FORMAT=html\nAUTODOC_LANGUAGE=English\nexport AD_COPYRIGHT=\"MySQL Cocoa Project\"\n\n# If autodoc is not installed, we quit without any error\ntest -x $AUTODOC || exit 0\n\nPUBLIC_DOC_INSTALLDIR=\"$SYMROOT/$PRODUCT_NAME.framework/Resources/$AUTODOC_LANGUAGE.lproj/Documentation\"\n\n# We need to write down file names here\nAUTODOC_FILES=\"SMySQLConnection.h SMySQLResult.h\"\nAUTODOC_DOCDIR=\"$PUBLIC_DOC_INSTALLDIR\"\n\nOTHER_AUTODOC_FLAGS=\"-typedirs -allclasses -combine -force -nosingles\"\n\nALL_AUTODOC_FLAGS=\"$AUTODOC_FLAGS $OTHER_AUTODOC_FLAGS\"\n\n$MKDIRS $PUBLIC_DOC_INSTALLDIR\n$AUTODOC $ALL_AUTODOC_FLAGS -format $AUTODOC_FORMAT -dest $AUTODOC_DOCDIR $AUTODOC_FILES\n"; }; F5C0D59002884F280172C088 = { --- 2043,2047 ---- ); shellPath = /bin/sh; ! shellScript = "MKDIRS=\"mkdir -p\"\nAUTODOC=/usr/local/bin/autodoc\nAUTODOC_FLAGS=\"-copydocs -timestamp -allclasses\"\nAUTODOC_FORMAT=html\nAUTODOC_LANGUAGE=English\nexport AD_COPYRIGHT=\"MySQL Cocoa Project\"\n\n# If autodoc is not installed, we quit without any error\ntest -x $AUTODOC || exit 0\n\nPUBLIC_DOC_INSTALLDIR=\"$SYMROOT/$PRODUCT_NAME.framework/Resources/$AUTODOC_LANGUAGE.lproj/Documentation\"\n\n# We need to write down file names here\nAUTODOC_FILES=\"MCPConnection.h MCPResult.h\"\nAUTODOC_DOCDIR=\"$PUBLIC_DOC_INSTALLDIR\"\n\nOTHER_AUTODOC_FLAGS=\"-typedirs -allclasses -combine -force -nosingles\"\n\nALL_AUTODOC_FLAGS=\"$AUTODOC_FLAGS $OTHER_AUTODOC_FLAGS\"\n\n$MKDIRS $PUBLIC_DOC_INSTALLDIR\n$AUTODOC $ALL_AUTODOC_FLAGS -format $AUTODOC_FORMAT -dest $AUTODOC_DOCDIR $AUTODOC_FILES\n"; }; F5C0D59002884F280172C088 = { *************** *** 2065,2069 **** ); shellPath = /bin/sh; ! shellScript = "MKDIRS=\"mkdir -p\"\nAUTODOC=/usr/local/bin/autodoc\nAUTODOC_FLAGS=\"-copydocs -timestamp -allclasses\"\nAUTODOC_FORMAT=html\nAUTODOC_LANGUAGE=English\nexport AD_COPYRIGHT=\"MySQL Cocoa Project\"\n\n# If autodoc is not installed, we quit without any error\ntest -x $AUTODOC || exit 0\n\nPUBLIC_DOC_INSTALLDIR=\"$SYMROOT/$PRODUCT_NAME.framework/Resources/$AUTODOC_LANGUAGE.lproj/Documentation\"\n\n# We need to write down file names here\nAUTODOC_FILES=\"SMySQLConnection.h SMySQLResult.h\"\nAUTODOC_DOCDIR=\"$PUBLIC_DOC_INSTALLDIR\"\n\nOTHER_AUTODOC_FLAGS=\"-typedirs -allclasses -combine -force -nosingles\"\n\nALL_AUTODOC_FLAGS=\"$AUTODOC_FLAGS $OTHER_AUTODOC_FLAGS\"\n\n$MKDIRS $PUBLIC_DOC_INSTALLDIR\n$AUTODOC $ALL_AUTODOC_FLAGS -format $AUTODOC_FORMAT -dest $AUTODOC_DOCDIR $AUTODOC_FILES\n"; }; }; --- 2066,2089 ---- ); shellPath = /bin/sh; ! shellScript = "MKDIRS=\"mkdir -p\"\nAUTODOC=/usr/local/bin/autodoc\nAUTODOC_FLAGS=\"-copydocs -timestamp -allclasses\"\nAUTODOC_FORMAT=html\nAUTODOC_LANGUAGE=English\nexport AD_COPYRIGHT=\"MySQL Cocoa Project\"\n\n# If autodoc is not installed, we quit without any error\ntest -x $AUTODOC || exit 0\n\nPUBLIC_DOC_INSTALLDIR=\"$SYMROOT/$PRODUCT_NAME.framework/Resources/$AUTODOC_LANGUAGE.lproj/Documentation\"\n\n# We need to write down file names here\nAUTODOC_FILES=\"MCPConnection.h MCPResult.h\"\nAUTODOC_DOCDIR=\"$PUBLIC_DOC_INSTALLDIR\"\n\nOTHER_AUTODOC_FLAGS=\"-typedirs -allclasses -combine -force -nosingles\"\n\nALL_AUTODOC_FLAGS=\"$AUTODOC_FLAGS $OTHER_AUTODOC_FLAGS\"\n\n$MKDIRS $PUBLIC_DOC_INSTALLDIR\n$AUTODOC $ALL_AUTODOC_FLAGS -format $AUTODOC_FORMAT -dest $AUTODOC_DOCDIR $AUTODOC_FILES\n"; ! }; ! F5F6CECD02A6946E015D9B03 = { ! children = ( ! F5F6CECE02A69498015D9B03, ! F5F6CECF02A694C1015D9B03, ! ); ! isa = PBXGroup; ! name = "TO DO, etc"; ! refType = 4; ! }; ! F5F6CECE02A69498015D9B03 = { ! isa = PBXFileReference; ! path = README; ! refType = 2; ! }; ! F5F6CECF02A694C1015D9B03 = { ! isa = PBXFileReference; ! path = TO_DO; ! refType = 4; }; }; Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** cohen.pbxuser 15 May 2002 11:10:02 -0000 1.13 --- cohen.pbxuser 1 Jun 2002 20:59:00 -0000 1.13.2.1 *************** *** 5,9 **** activeTarget = F51A62D7022D7C2A01952E7A; addToTargets = ( - F51A62D7022D7C2A01952E7A, ); breakpoints = ( --- 5,8 ---- *************** *** 16,23 **** Frame = "{{0, 23}, {971, 624}}"; Split0 = { ! ActiveTab = 2; ! Frame = "{{186, 0}, {785, 624}}"; Split0 = { ! Frame = "{{0, 216}, {785, 408}}"; }; SplitCount = 1; --- 15,21 ---- Frame = "{{0, 23}, {971, 624}}"; Split0 = { ! Frame = "{{232, 0}, {739, 624}}"; Split0 = { ! Frame = "{{0, 24}, {739, 600}}"; }; SplitCount = 1; *************** *** 55,64 **** }; Tab2 = { ! BuildMessageFrame = "{{0, 0}, {787, 95}}"; ! BuildTranscriptFrame = "{{0, 104}, {787, 90}}"; ! Frame = "{{0, 0}, {785, 192}}"; }; Tab3 = { ! Frame = "{{0, 0}, {747, 295}}"; }; TabCount = 4; --- 53,62 ---- }; Tab2 = { ! BuildMessageFrame = "{{0, 0}, {741, 95}}"; ! BuildTranscriptFrame = "{{0, 104}, {741, 90}}"; ! Frame = "{{0, 0}, {739, 192}}"; }; Tab3 = { ! Frame = "{{0, 0}, {739, 295}}"; }; TabCount = 4; *************** *** 66,70 **** SplitCount = 1; Tab0 = { ! Frame = "{{0, 0}, {162, 624}}"; }; Tab1 = { --- 64,68 ---- SplitCount = 1; Tab0 = { ! Frame = "{{0, 0}, {208, 624}}"; }; Tab1 = { *************** *** 92,95 **** --- 90,94 ---- TabCount = 5; }; + WindowLocation = "{34, 32}"; }; }; |