Ignore:
Timestamp:
09/03/09 02:40:57 (15 years ago)
Author:
Nicholas Riley
Message:

Replace use of private/deprecated NSDisclosureButtonCell; a public alternative has been available since 10.3. (Oops.)

Also remove incorrect NSMovieView superclass in nib because 10.6 IB refuses to open the nib with it present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/Pester.xcodeproj/project.pbxproj

    r569 r579  
    213213                E18DAAEB0442CC3E00050002 /* NJRSoundManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NJRSoundManager.m; sourceTree = "<group>"; };
    214214                E18DAAEE0442D02500050002 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
    215                 E191700B03AD24A600AEFBE0 /* NSDisclosureButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSDisclosureButtonCell.h; sourceTree = "<group>"; };
    216215                E19CC5220CFDE3350079DCFC /* libParseDate-10.4.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libParseDate-10.4.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
    217216                E19CC5260CFDE3C70079DCFC /* DynaLoader-10.5.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "DynaLoader-10.5.a"; sourceTree = "<group>"; };
     
    460459                                1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
    461460                                1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
    462                                 E162698803B618BD00000028 /* Private Headers */,
    463461                                E17CA7B60CF7D07400018B34 /* Perl */,
    464462                        );
     
    490488                        );
    491489                        name = Categories;
    492                         sourceTree = "<group>";
    493                 };
    494                 E162698803B618BD00000028 /* Private Headers */ = {
    495                         isa = PBXGroup;
    496                         children = (
    497                                 E191700B03AD24A600AEFBE0 /* NSDisclosureButtonCell.h */,
    498                         );
    499                         name = "Private Headers";
    500490                        sourceTree = "<group>";
    501491                };
Note: See TracChangeset for help on using the changeset viewer.