Changeset 11653 for lang/objective-c

Show
Ignore:
Timestamp:
05/15/08 23:28:26 (6 months ago)
Author:
mootoh
Message:

filter works fine.

Location:
lang/objective-c/HatebuCoreData
Files:
3 removed
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-c/HatebuCoreData/HatebuCoreData.xcodeproj/project.pbxproj

    r11652 r11653  
    1111                77C8280E06725ACE000B614F /* HatebuCoreData_AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C8280C06725ACE000B614F /* HatebuCoreData_AppDelegate.m */; }; 
    1212                860430920DDB0A4C007C1628 /* TagCountTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 860430910DDB0A4C007C1628 /* TagCountTransformer.m */; }; 
    13                 8609DD5F0DDBE5F200E2B4DD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8609DD5D0DDBE5F200E2B4DD /* MainMenu.xib */; }; 
     13                8609D2700DDC212C00589FA4 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 8609D26E0DDC212C00589FA4 /* MainMenu.nib */; }; 
    1414                8609DD8F0DDC0DF300E2B4DD /* BookmarkController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8609DD8E0DDC0DF300E2B4DD /* BookmarkController.m */; }; 
    1515                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 
     
    3131                860430900DDB0A4C007C1628 /* TagCountTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagCountTransformer.h; sourceTree = "<group>"; }; 
    3232                860430910DDB0A4C007C1628 /* TagCountTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TagCountTransformer.m; sourceTree = "<group>"; }; 
    33                 8609DD5E0DDBE5F200E2B4DD /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; }; 
     33                8609D26F0DDC212C00589FA4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; 
    3434                8609DD8D0DDC0DF300E2B4DD /* BookmarkController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BookmarkController.h; sourceTree = "<group>"; }; 
    3535                8609DD8E0DDC0DF300E2B4DD /* BookmarkController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BookmarkController.m; sourceTree = "<group>"; }; 
     
    9898                                29B97323FDCFA39411CA2CEA /* Frameworks */, 
    9999                                19C28FACFE9D520D11CA2CBB /* Products */, 
    100                                 8609DD5D0DDBE5F200E2B4DD /* MainMenu.xib */, 
     100                                8609D26E0DDC212C00589FA4 /* MainMenu.nib */, 
    101101                        ); 
    102102                        name = HatebuCoreData; 
     
    182182                        files = ( 
    183183                                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 
    184                                 8609DD5F0DDBE5F200E2B4DD /* MainMenu.xib in Resources */, 
     184                                8609D2700DDC212C00589FA4 /* MainMenu.nib in Resources */, 
    185185                        ); 
    186186                        runOnlyForDeploymentPostprocessing = 0; 
     
    212212                        sourceTree = "<group>"; 
    213213                }; 
    214                 8609DD5D0DDBE5F200E2B4DD /* MainMenu.xib */ = { 
     214                8609D26E0DDC212C00589FA4 /* MainMenu.nib */ = { 
    215215                        isa = PBXVariantGroup; 
    216216                        children = ( 
    217                                 8609DD5E0DDBE5F200E2B4DD /* English */, 
    218                         ); 
    219                         name = MainMenu.xib; 
     217                                8609D26F0DDC212C00589FA4 /* English */, 
     218                        ); 
     219                        name = MainMenu.nib; 
    220220                        sourceTree = "<group>"; 
    221221                };