Ignore:
Timestamp:
03/02/08 13:51:58 (16 years ago)
Author:
Nicholas Riley
Message:

Compiler fixes; first pass at menu-style highlighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.xcodeproj/project.pbxproj

    r425 r428  
    4646                E15466690D5ED6F000C836EC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F574113202F45276011A08DB /* Cocoa.framework */; };
    4747                E16EF8C30D78F7AF00367265 /* ICeCoffEEInvertingTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E11DBCBB0D78F34D0003517F /* ICeCoffEEInvertingTextFieldCell.m */; };
     48                E16F043C0D7A881900EC7A9E /* ICeCoffEEMenuOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = E16F04360D7A860900EC7A9E /* ICeCoffEEMenuOutlineView.m */; };
     49                E16F06E20D7AA89400EC7A9E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E16F06E10D7AA89400EC7A9E /* QuartzCore.framework */; };
    4850                E170DFE00835D6F400B484AC /* ICeCoffEETrigger.m in Sources */ = {isa = PBXBuildFile; fileRef = E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */; };
    4951                E191FC9F0831B8FB003B09BC /* ICeCoffEEServices.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */; };
     
    215217                E169DBA703E4F6A400050002 /* ICeCoffEEConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEConfig.h; sourceTree = "<group>"; };
    216218                E169DCAB03E4FF7A00050002 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
     219                E16F04350D7A860900EC7A9E /* ICeCoffEEMenuOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEMenuOutlineView.h; sourceTree = "<group>"; };
     220                E16F04360D7A860900EC7A9E /* ICeCoffEEMenuOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEMenuOutlineView.m; sourceTree = "<group>"; };
     221                E16F06E10D7AA89400EC7A9E /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
    217222                E170DFDD0835D6F400B484AC /* ICeCoffEETrigger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEETrigger.h; sourceTree = "<group>"; };
    218223                E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEETrigger.m; sourceTree = "<group>"; };
     
    300305                                E1ABAED10812F4B2007C5427 /* ApplicationEnhancer.framework in Frameworks */,
    301306                                E1ABAED20812F4B2007C5427 /* Carbon.framework in Frameworks */,
     307                                E16F06E20D7AA89400EC7A9E /* QuartzCore.framework in Frameworks */,
    302308                        );
    303309                        runOnlyForDeploymentPostprocessing = 0;
     
    385391                                E169DCAB03E4FF7A00050002 /* Carbon.framework */,
    386392                                F574113202F45276011A08DB /* Cocoa.framework */,
     393                                E16F06E10D7AA89400EC7A9E /* QuartzCore.framework */,
    387394                                F5D3F9FC0305A40D01FE0BDE /* ApplicationEnhancer.framework */,
    388395                                E14E2D3E0C2CD1A000AC18D0 /* ApplicationServices.framework */,
     
    400407                                E11DBCBC0D78F34D0003517F /* ICeCoffEEInvertingTextFieldCell.h */,
    401408                                E11DBCBB0D78F34D0003517F /* ICeCoffEEInvertingTextFieldCell.m */,
     409                                E16F04350D7A860900EC7A9E /* ICeCoffEEMenuOutlineView.h */,
     410                                E16F04360D7A860900EC7A9E /* ICeCoffEEMenuOutlineView.m */,
    402411                                E12FEC4404959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.h */,
    403412                                E12FEC4304959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.m */,
     
    760769                                E1FC8F290C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m in Sources */,
    761770                                E16EF8C30D78F7AF00367265 /* ICeCoffEEInvertingTextFieldCell.m in Sources */,
     771                                E16F043C0D7A881900EC7A9E /* ICeCoffEEMenuOutlineView.m in Sources */,
    762772                        );
    763773                        runOnlyForDeploymentPostprocessing = 0;
     
    939949                        isa = XCBuildConfiguration;
    940950                        buildSettings = {
    941                                 COPY_PHASE_STRIP = NO;
    942951                                EXPORTED_SYMBOLS_FILE = Exports.exp;
    943952                                FRAMEWORK_SEARCH_PATHS = (
     
    963972                        isa = XCBuildConfiguration;
    964973                        buildSettings = {
    965                                 COPY_PHASE_STRIP = NO;
    966974                                EXPORTED_SYMBOLS_FILE = Exports.exp;
    967975                                FRAMEWORK_SEARCH_PATHS = (
     
    10071015                        isa = XCBuildConfiguration;
    10081016                        buildSettings = {
     1017                                COPY_PHASE_STRIP = NO;
    10091018                                PRODUCT_NAME = "ICeCoffEE Installer";
    10101019                                WRAPPER_EXTENSION = app;
     
    10151024                        isa = XCBuildConfiguration;
    10161025                        buildSettings = {
     1026                                COPY_PHASE_STRIP = NO;
    10171027                                PRODUCT_NAME = "ICeCoffEE Installer";
    10181028                                WRAPPER_EXTENSION = app;
Note: See TracChangeset for help on using the changeset viewer.