Changeset 116
- Timestamp:
- 11/17/07 20:43:26 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/MacOS/MulberryXcode.xcodeproj/project.pbxproj
r101 r116 10 10 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; }; 11 11 8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; }; 12 AF17ACFB0CCC550500205B17 /* CocoaSpeller.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = AF17ACEF0CCC54D300205B17 /* CocoaSpeller.bundle */; }; 13 AF17AD190CCC579D00205B17 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF17AD180CCC579D00205B17 /* AppKit.framework */; }; 14 AF17AE450CCC585C00205B17 /* CMulberryCocoaApp.m in Sources */ = {isa = PBXBuildFile; fileRef = AF17AE440CCC585C00205B17 /* CMulberryCocoaApp.m */; }; 12 15 AF25512C0C432558001AAE53 /* CFreeBusyPrintout.cp in Sources */ = {isa = PBXBuildFile; fileRef = AF2551240C432558001AAE53 /* CFreeBusyPrintout.cp */; }; 13 16 AF25512E0C432559001AAE53 /* CFreeBusyTable.cp in Sources */ = {isa = PBXBuildFile; fileRef = AF2551260C432558001AAE53 /* CFreeBusyTable.cp */; }; … … 157 160 AF8269500C1B2C9300B18EED /* XMLParserSAX.cp in Sources */ = {isa = PBXBuildFile; fileRef = AF82693D0C1B2C9300B18EED /* XMLParserSAX.cp */; }; 158 161 AF8269520C1B2C9300B18EED /* XMLSAXSimple.cp in Sources */ = {isa = PBXBuildFile; fileRef = AF82693F0C1B2C9300B18EED /* XMLSAXSimple.cp */; }; 162 AFC7981B0CCADCAF00E62F0F /* CPasswordManager.cp in Sources */ = {isa = PBXBuildFile; fileRef = AFC7981A0CCADCAF00E62F0F /* CPasswordManager.cp */; }; 163 AFC798200CCAE69000E62F0F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AFC7981F0CCAE69000E62F0F /* Security.framework */; }; 159 164 AFCDD2D30AE1647A00E30447 /* os_dep.cp in Sources */ = {isa = PBXBuildFile; fileRef = AFCDD2D20AE1647A00E30447 /* os_dep.cp */; }; 160 165 AFCDD6780AE164F300E30447 /* LMutexSemaphore.cp in Sources */ = {isa = PBXBuildFile; fileRef = AFCDD36B0AE164EE00E30447 /* LMutexSemaphore.cp */; }; … … 1299 1304 remoteInfo = "vCard MachO"; 1300 1305 }; 1306 AFC79A500CCBEB4C00E62F0F /* PBXContainerItemProxy */ = { 1307 isa = PBXContainerItemProxy; 1308 containerPortal = AFC79A4C0CCBEB4C00E62F0F /* CocoaSpeller.xcodeproj */; 1309 proxyType = 2; 1310 remoteGlobalIDString = AF4196C70AE6F4E000E19592; 1311 remoteInfo = "CocoaSpeller MachO"; 1312 }; 1301 1313 AFD93B5B0AE5AA10007F506F /* PBXContainerItemProxy */ = { 1302 1314 isa = PBXContainerItemProxy; … … 1329 1341 dstSubfolderSpec = 1; 1330 1342 files = ( 1343 AF17ACFB0CCC550500205B17 /* CocoaSpeller.bundle in CopyFiles */, 1331 1344 AFDD772C0C4068FC00DE5877 /* CommunicatorAdbkIO.bundle in CopyFiles */, 1332 1345 AFDD772D0C4068FC00DE5877 /* CRAM-MD5.bundle in CopyFiles */, … … 1443 1456 508344B209E5C41E0093A071 /* Mulberry.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mulberry.app; sourceTree = BUILT_PRODUCTS_DIR; }; 1444 1457 8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = Info.plist; path = Packaging/Info.plist; sourceTree = SOURCE_ROOT; }; 1458 AF17ACEF0CCC54D300205B17 /* CocoaSpeller.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = CocoaSpeller.bundle; path = "../Plug-ins/CocoaSpeller/build/Debug/CocoaSpeller.bundle"; sourceTree = SOURCE_ROOT; }; 1459 AF17AD180CCC579D00205B17 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 1460 AF17AE430CCC585C00205B17 /* CMulberryCocoaApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CMulberryCocoaApp.h; path = General/CMulberryCocoaApp.h; sourceTree = "<group>"; }; 1461 AF17AE440CCC585C00205B17 /* CMulberryCocoaApp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CMulberryCocoaApp.m; path = General/CMulberryCocoaApp.m; sourceTree = "<group>"; }; 1445 1462 AF2551240C432558001AAE53 /* CFreeBusyPrintout.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CFreeBusyPrintout.cp; sourceTree = "<group>"; }; 1446 1463 AF2551250C432558001AAE53 /* CFreeBusyPrintout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CFreeBusyPrintout.h; sourceTree = "<group>"; }; … … 1671 1688 AF82693F0C1B2C9300B18EED /* XMLSAXSimple.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = XMLSAXSimple.cp; path = ../../Libraries/XMLLib/Source/XMLSAXSimple.cp; sourceTree = "<group>"; }; 1672 1689 AF8269400C1B2C9300B18EED /* XMLSAXSimple.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = XMLSAXSimple.h; path = ../../Libraries/XMLLib/Source/XMLSAXSimple.h; sourceTree = "<group>"; }; 1690 AFC798190CCADCAF00E62F0F /* CPasswordManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CPasswordManager.h; path = ../Sources_Common/Mail/Control/CPasswordManager.h; sourceTree = SOURCE_ROOT; }; 1691 AFC7981A0CCADCAF00E62F0F /* CPasswordManager.cp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CPasswordManager.cp; path = ../Sources_Common/Mail/Control/CPasswordManager.cp; sourceTree = SOURCE_ROOT; }; 1692 AFC7981F0CCAE69000E62F0F /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; 1693 AFC79A4C0CCBEB4C00E62F0F /* CocoaSpeller.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CocoaSpeller.xcodeproj; path = "../Plug-ins/CocoaSpeller/CocoaSpeller.xcodeproj"; sourceTree = SOURCE_ROOT; }; 1673 1694 AFCDD2D10AE1647A00E30447 /* os_dep.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_dep.h; path = ../Sources_Common/os_dep.h; sourceTree = SOURCE_ROOT; }; 1674 1695 AFCDD2D20AE1647A00E30447 /* os_dep.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = os_dep.cp; path = ../Sources_Common/os_dep.cp; sourceTree = SOURCE_ROOT; }; … … 3789 3810 AF2555010C43DAC7001AAE53 /* Cocoa.framework in Frameworks */, 3790 3811 AF2555020C43DAC7001AAE53 /* WebKit.framework in Frameworks */, 3812 AFC798200CCAE69000E62F0F /* Security.framework in Frameworks */, 3813 AF17AD190CCC579D00205B17 /* AppKit.framework in Frameworks */, 3791 3814 ); 3792 3815 runOnlyForDeploymentPostprocessing = 0; … … 3918 3941 AF3750B30AE1DD1B00C56E20 /* AddressBook.framework */, 3919 3942 AF3750B70AE1DD3900C56E20 /* LDAP.framework */, 3943 AFC7981F0CCAE69000E62F0F /* Security.framework */, 3920 3944 AF2554580C43DAC7001AAE53 /* Cocoa.framework */, 3945 AF17AD180CCC579D00205B17 /* AppKit.framework */, 3921 3946 AF2554590C43DAC7001AAE53 /* WebKit.framework */, 3922 3947 AF2ADE070AE456F30078C306 /* libcrypto.0.9.7.dylib */, … … 4197 4222 isa = PBXGroup; 4198 4223 children = ( 4224 AF17ACEF0CCC54D300205B17 /* CocoaSpeller.bundle */, 4199 4225 AFDD768A0C4066C400DE5877 /* CommunicatorAdbkIO.bundle */, 4200 4226 AFDD768F0C4066E700DE5877 /* CRAM-MD5.bundle */, … … 4327 4353 sourceTree = "<group>"; 4328 4354 }; 4355 AFC79A4D0CCBEB4C00E62F0F /* Products */ = { 4356 isa = PBXGroup; 4357 children = ( 4358 AFC79A510CCBEB4C00E62F0F /* CocoaSpeller.bundle */, 4359 ); 4360 name = Products; 4361 sourceTree = "<group>"; 4362 }; 4329 4363 AFCDD2E00AE164ED00E30447 /* PowerPlant */ = { 4330 4364 isa = PBXGroup; … … 5232 5266 AFCDDAEB0AE1769900E30447 /* CWindowsMenu.h */, 5233 5267 AFCDDAEC0AE1769900E30447 /* CWindowsMenu.cp */, 5268 AF17AE430CCC585C00205B17 /* CMulberryCocoaApp.h */, 5269 AF17AE440CCC585C00205B17 /* CMulberryCocoaApp.m */, 5234 5270 ); 5235 5271 name = Application; … … 6911 6947 AFCDDF610AE176DD00E30447 /* CAttachmentManager.h */, 6912 6948 AFCDDF620AE176DD00E30447 /* CAttachmentManager.cp */, 6949 AFC798190CCADCAF00E62F0F /* CPasswordManager.h */, 6950 AFC7981A0CCADCAF00E62F0F /* CPasswordManager.cp */, 6913 6951 ); 6914 6952 name = Control; … … 7760 7798 children = ( 7761 7799 AF419E9F0AEA750800E19592 /* PluginLibrary.xcodeproj */, 7800 AFC79A4C0CCBEB4C00E62F0F /* CocoaSpeller.xcodeproj */, 7762 7801 AF419E460AEA72AE00E19592 /* CommunicatorAdbkIO.xcodeproj */, 7763 7802 AFD93B540AE5AA10007F506F /* CRAM-MD5.xcodeproj */, … … 7828 7867 isa = PBXProject; 7829 7868 buildConfigurationList = C0E91AC908A95435008D54AB /* Build configuration list for PBXProject "MulberryXcode" */; 7869 compatibilityVersion = "Xcode 2.4"; 7830 7870 hasScannedForEncodings = 1; 7831 7871 mainGroup = 20286C29FDCF999611CA2CEA /* MulberryXcode */; 7832 7872 projectDirPath = ""; 7833 7873 projectReferences = ( 7874 { 7875 ProductGroup = AFC79A4D0CCBEB4C00E62F0F /* Products */; 7876 ProjectRef = AFC79A4C0CCBEB4C00E62F0F /* CocoaSpeller.xcodeproj */; 7877 }, 7834 7878 { 7835 7879 ProductGroup = AF419E470AEA72AE00E19592 /* Products */; … … 7905 7949 }, 7906 7950 ); 7951 projectRoot = ""; 7907 7952 targets = ( 7908 7953 8D0C4E890486CD37000505A6 /* MulberryXcode */, … … 8015 8060 path = vCardAdbkIO.bundle; 8016 8061 remoteRef = AF419EE20AEA753C00E19592 /* PBXContainerItemProxy */; 8062 sourceTree = BUILT_PRODUCTS_DIR; 8063 }; 8064 AFC79A510CCBEB4C00E62F0F /* CocoaSpeller.bundle */ = { 8065 isa = PBXReferenceProxy; 8066 fileType = wrapper.cfbundle; 8067 path = CocoaSpeller.bundle; 8068 remoteRef = AFC79A500CCBEB4C00E62F0F /* PBXContainerItemProxy */; 8017 8069 sourceTree = BUILT_PRODUCTS_DIR; 8018 8070 }; … … 9157 9209 AF2555070C442299001AAE53 /* CFreeBusyTableCommon.cp in Sources */, 9158 9210 AF2555080C442299001AAE53 /* CFreeBusyViewCommon.cp in Sources */, 9211 AFC7981B0CCADCAF00E62F0F /* CPasswordManager.cp in Sources */, 9212 AF17AE450CCC585C00205B17 /* CMulberryCocoaApp.m in Sources */, 9159 9213 ); 9160 9214 runOnlyForDeploymentPostprocessing = 0;