[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.3,1.4 cohen.pbxuser,1.5,1.6
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-02-28 10:18:54
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv20999 Modified Files: project.pbxproj cohen.pbxuser Log Message: Added a target and a building style for embeded frameworks build. Still the libmysqlclient library is bound dynamically... I have an error when trying to have it statically bound. Serge Cohen, 28 Feb 2002. MySQL Cocoa project.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.pbxproj 22 Jan 2002 20:12:19 -0000 1.3 --- project.pbxproj 28 Feb 2002 10:18:50 -0000 1.4 *************** *** 38,41 **** --- 38,42 ---- children = ( 034768E0FF38A50411DB9C8B, + F51A62D6022D7C2901952E7A, ); isa = PBXGroup; *************** *** 60,63 **** --- 61,66 ---- 0867D690FE84028FC02AAC07 = { buildStyles = ( + F51A62D4022D7B3301952E7A, + F51A62D5022D7B3301952E7A, 014CEA440018CDF011CA2923, 014CEA450018CDF011CA2923, *************** *** 69,72 **** --- 72,76 ---- targets = ( 0867D69CFE84028FC02AAC07, + F51A62D7022D7C2A01952E7A, ); }; *************** *** 106,110 **** 0867D6A0FE84028FC02AAC07, 0867D6A2FE84028FC02AAC07, - F5165ECB01C545BF0116CAC1, F5777C9001DE6747016C2008, ); --- 110,113 ---- *************** *** 257,261 **** 1058C7B2FEA5585E11CA2CBB = { children = ( - 0867D69BFE84028FC02AAC07, ); isa = PBXGroup; --- 260,263 ---- *************** *** 352,355 **** --- 354,358 ---- children = ( F5165EC101C50ABB0116CAC1, + F51A62E4022D7CAC01952E7A, ); isa = PBXGroup; *************** *** 357,375 **** refType = 4; }; - F5165ECB01C545BF0116CAC1 = { - buildActionMask = 8; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - isa = PBXCopyFilesBuildPhase; - name = "Copy Files"; - }; F5165ECF01C5490F0116CAC1 = { children = ( ); isa = PBXGroup; name = "Linked Frameworks"; refType = 4; }; F51B527E01CA905F0130DCEA = { --- 360,594 ---- refType = 4; }; F5165ECF01C5490F0116CAC1 = { children = ( + 0867D69BFE84028FC02AAC07, ); isa = PBXGroup; name = "Linked Frameworks"; refType = 4; + }; + F51A62D4022D7B3301952E7A = { + buildRules = ( + ); + buildSettings = { + COPY_PHASE_STRIP = NO; + INSTALL_PATH = "@executable_path/../Frameworks"; + OPTIMIZATION_CFLAGS = "-O0"; + SKIP_INSTALL = YES; + }; + isa = PBXBuildStyle; + name = EmbDevelopment; + }; + F51A62D5022D7B3301952E7A = { + buildRules = ( + ); + buildSettings = { + COPY_PHASE_STRIP = YES; + INSTALL_PATH = "@executable_path/../Frameworks"; + OPTIMIZATION_CFLAGS = "-O3"; + SKIP_INSTALL = YES; + }; + isa = PBXBuildStyle; + name = EmbDeployement; + }; + F51A62D6022D7C2901952E7A = { + isa = PBXFrameworkReference; + path = SMySQL.framework; + refType = 3; + }; + F51A62D7022D7C2A01952E7A = { + buildPhases = ( + F51A62D8022D7C2A01952E7A, + F51A62D9022D7C2A01952E7A, + F51A62DA022D7C2A01952E7A, + F51A62DB022D7C2A01952E7A, + F51A62DC022D7C2A01952E7A, + ); + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 0.5.1; + FRAMEWORK_VERSION = A; + INSTALL_PATH = "$(HOME)/Library/Frameworks"; + LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; + OTHER_LDFLAGS = "-seg1addr 0x08800000"; + PRODUCT_NAME = SMySQL; + WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; + WRAPPER_EXTENSION = framework; + }; + dependencies = ( + ); + isa = PBXFrameworkTarget; + name = SMySQL_embeded; + productInstallPath = "$(HOME)/Library/Frameworks"; + productName = SMySQL_embeded; + productReference = F51A62D6022D7C2901952E7A; + productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> + <!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\"> + <plist version=\"0.9\"> + <dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>SMySQL</string> + <key>CFBundleGetInfoString</key> + <string>SMySQL a small Objective-C API for the great DB</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string></string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>SMySQL a small Objective-C API for the great DB</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleShortVersionString</key> + <string>MySQL Objective-C API</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>0.5.1d1</string> + <key>NSPrincipalClass</key> + <string>SMySQLConnection</string> + </dict> + </plist> + "; + shouldUseHeadermap = 0; + }; + F51A62D8022D7C2A01952E7A = { + buildActionMask = 2147483647; + files = ( + F51A62DE022D7C6201952E7A, + F51A62DF022D7C6201952E7A, + F51A62DD022D7C6201952E7A, + F51A62E6022D7CE901952E7A, + F51A62E7022D7CE901952E7A, + F51A62E8022D7CE901952E7A, + ); + isa = PBXHeadersBuildPhase; + name = Headers; + }; + F51A62D9022D7C2A01952E7A = { + buildActionMask = 2147483647; + files = ( + F51A62E0022D7C6201952E7A, + ); + isa = PBXResourcesBuildPhase; + name = "Bundle Resources"; + }; + F51A62DA022D7C2A01952E7A = { + buildActionMask = 2147483647; + files = ( + F51A62E1022D7C6201952E7A, + F51A62E2022D7C6201952E7A, + ); + isa = PBXSourcesBuildPhase; + name = Sources; + }; + F51A62DB022D7C2A01952E7A = { + buildActionMask = 2147483647; + files = ( + F51A62E3022D7C6201952E7A, + F51A62ED022D84A601952E7A, + ); + isa = PBXFrameworksBuildPhase; + name = "Frameworks & Libraries"; + }; + F51A62DC022D7C2A01952E7A = { + buildActionMask = 2147483647; + files = ( + ); + isa = PBXRezBuildPhase; + name = "ResourceManager Resources"; + }; + F51A62DD022D7C6201952E7A = { + fileRef = F5165EBF01C50A6F0116CAC1; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + F51A62DE022D7C6201952E7A = { + fileRef = F5165EB701C50A5A0116CAC1; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + F51A62DF022D7C6201952E7A = { + fileRef = F5165EB901C50A5A0116CAC1; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + F51A62E0022D7C6201952E7A = { + fileRef = 089C1666FE841158C02AAC07; + isa = PBXBuildFile; + settings = { + }; + }; + F51A62E1022D7C6201952E7A = { + fileRef = F5165EB801C50A5A0116CAC1; + isa = PBXBuildFile; + settings = { + }; + }; + F51A62E2022D7C6201952E7A = { + fileRef = F5165EBA01C50A5A0116CAC1; + isa = PBXBuildFile; + settings = { + }; + }; + F51A62E3022D7C6201952E7A = { + fileRef = 0867D69BFE84028FC02AAC07; + isa = PBXBuildFile; + settings = { + }; + }; + F51A62E4022D7CAC01952E7A = { + isa = PBXFileReference; + name = libmysqlclient.a; + path = /usr/local/lib/mysql/libmysqlclient.a; + refType = 0; + }; + F51A62E6022D7CE901952E7A = { + fileRef = F51B527F01CA908B0130DCEA; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + F51A62E7022D7CE901952E7A = { + fileRef = F51B528101CA90DE0130DCEA; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + F51A62E8022D7CE901952E7A = { + fileRef = F51B528201CA90DE0130DCEA; + isa = PBXBuildFile; + settings = { + ATTRIBUTES = ( + Public, + ); + }; + }; + F51A62ED022D84A601952E7A = { + fileRef = F5165EC101C50ABB0116CAC1; + isa = PBXBuildFile; + settings = { + }; }; F51B527E01CA905F0130DCEA = { Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** cohen.pbxuser 22 Jan 2002 20:12:19 -0000 1.5 --- cohen.pbxuser 28 Feb 2002 10:18:50 -0000 1.6 *************** *** 2,8 **** { 0867D690FE84028FC02AAC07 = { ! activeBuildStyle = 014CEA440018CDF011CA2923; ! activeTarget = 0867D69CFE84028FC02AAC07; addToTargets = ( ); perUserDictionary = { --- 2,9 ---- { 0867D690FE84028FC02AAC07 = { ! activeBuildStyle = F51A62D4022D7B3301952E7A; ! activeTarget = F51A62D7022D7C2A01952E7A; addToTargets = ( + F51A62D7022D7C2A01952E7A, ); perUserDictionary = { *************** *** 13,19 **** Frame = "{{0, 23}, {971, 624}}"; Split0 = { Frame = "{{224, 0}, {747, 624}}"; Split0 = { ! Frame = "{{0, 24}, {747, 600}}"; }; SplitCount = 1; --- 14,21 ---- Frame = "{{0, 23}, {971, 624}}"; Split0 = { + ActiveTab = 2; Frame = "{{224, 0}, {747, 624}}"; Split0 = { ! Frame = "{{0, 216}, {747, 408}}"; }; SplitCount = 1; *************** *** 104,107 **** --- 106,114 ---- uiCtxt = { sepNavWindowFrame = "{{130, 134}, {750, 502}}"; + }; + }; + F51A62D7022D7C2A01952E7A = { + activeExec = 0; + customExecs = { }; }; |