[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.6,1.7 cohen.pbxuser,1.7,1.8
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-04-10 18:30:50
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv30326 Modified Files: project.pbxproj cohen.pbxuser Log Message: Added an nil pointer check to selectDB, and a couple of warnings for similar problems. Serge Cohen; 10 April 2002. MySQL Cocoa project.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.pbxproj 13 Mar 2002 21:07:29 -0000 1.6 --- project.pbxproj 10 Apr 2002 15:12:17 -0000 1.7 *************** *** 406,409 **** --- 406,410 ---- F51A62DB022D7C2A01952E7A, F51A62DC022D7C2A01952E7A, + F5F2A38502648DA50121D426, ); buildSettings = { *************** *** 2034,2037 **** --- 2035,2051 ---- F5777C9001DE6747016C2008 = { buildActionMask = 12; + files = ( + ); + generatedFileNames = ( + ); + isa = PBXShellScriptBuildPhase; + name = "Shell Script"; + neededFileNames = ( + ); + 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"; + }; + F5F2A38502648DA50121D426 = { + buildActionMask = 2147483647; files = ( ); Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** cohen.pbxuser 13 Mar 2002 19:59:36 -0000 1.7 --- cohen.pbxuser 10 Apr 2002 15:12:17 -0000 1.8 *************** *** 3,7 **** 0867D690FE84028FC02AAC07 = { activeBuildStyle = F51A62D4022D7B3301952E7A; ! activeTarget = F5649F0E023FDCA201D04C4B; addToTargets = ( F51A62D7022D7C2A01952E7A, --- 3,7 ---- 0867D690FE84028FC02AAC07 = { activeBuildStyle = F51A62D4022D7B3301952E7A; ! activeTarget = F51A62D7022D7C2A01952E7A; addToTargets = ( F51A62D7022D7C2A01952E7A, |