[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.31,1.32
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2004-05-14 11:16:15
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv730/SMySQL.pbproj Modified Files: project.pbxproj Log Message: Quite some work to fix and enhance the MCPApplicationKit. Now supports well the creation of a database, and fixed an issue with the nib file being unproperly placed. 2004-05-14; Serge Cohen. Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** project.pbxproj 1 Mar 2004 23:54:28 -0000 1.31 --- project.pbxproj 14 May 2004 11:16:04 -0000 1.32 *************** *** 146,150 **** 0867D69CFE84028FC02AAC07 = { buildPhases = ( - 0D2AA83B04EED03700349A90, 0867D69DFE84028FC02AAC07, 0867D69EFE84028FC02AAC07, --- 146,149 ---- *************** *** 152,155 **** --- 151,155 ---- 0867D6A0FE84028FC02AAC07, 0867D6A2FE84028FC02AAC07, + 0D2AA83B04EED03700349A90, ); buildSettings = { *************** *** 367,371 **** }; 0D2AA83D04EED07700349A90 = { ! buildActionMask = 2147483647; files = ( ); --- 367,371 ---- }; 0D2AA83D04EED07700349A90 = { ! buildActionMask = 12; files = ( ); *************** *** 447,450 **** --- 447,453 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 459,462 **** --- 462,468 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 471,474 **** --- 477,483 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 483,486 **** --- 492,498 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 495,498 **** --- 507,513 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 507,510 **** --- 522,528 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 625,629 **** 0DA7207E04EE8A99002E9126 = { buildPhases = ( - 0D2AA83C04EED06400349A90, 0DA7207904EE8A99002E9126, 0DA7207A04EE8A99002E9126, --- 643,646 ---- *************** *** 631,634 **** --- 648,652 ---- 0DA7207C04EE8A99002E9126, 0DA7207D04EE8A99002E9126, + 0D2AA83C04EED06400349A90, ); buildSettings = { *************** *** 770,774 **** 0DA7208504EE8C3F002E9126 = { buildPhases = ( - 0D2AA83D04EED07700349A90, 0DA7208004EE8C3F002E9126, 0DA7208104EE8C3F002E9126, --- 788,791 ---- *************** *** 776,783 **** 0DA7208304EE8C3F002E9126, 0DA7208404EE8C3F002E9126, ); buildSettings = { ! CC = "/usr/bin/gcc-3.3"; ! CPLUSPLUS = "/usr/bin/g++-3.3"; DYLIB_COMPATIBILITY_VERSION = 2.0.0; DYLIB_CURRENT_VERSION = 2.2.3; --- 793,801 ---- 0DA7208304EE8C3F002E9126, 0DA7208404EE8C3F002E9126, + 0D2AA83D04EED07700349A90, ); buildSettings = { ! CC = /usr/bin/gcc; ! CPLUSPLUS = "/usr/bin/g++"; DYLIB_COMPATIBILITY_VERSION = 2.0.0; DYLIB_CURRENT_VERSION = 2.2.3; *************** *** 813,816 **** --- 831,849 ---- <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>connect</string> + </array> + <key>CFBundleTypeName</key> + <string>MCP Connection Informations</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>NSDocumentClass</key> + <string>MCPDocument</string> + </dict> + </array> <key>CFBundleExecutable</key> <string>SMySQL_bundle</string> *************** *** 830,834 **** <string>2.2.3</string> <key>CFBundleSignature</key> ! <string>????</string> <key>CFBundleVersion</key> <string>2.2.3d1</string> --- 863,867 ---- <string>2.2.3</string> <key>CFBundleSignature</key> ! <string>mcpS</string> <key>CFBundleVersion</key> <string>2.2.3d1</string> |