Adium

Changeset 24546

Show
Ignore:
Timestamp:
07/31/2008 11:56:40 PM (5 months ago)
Author:
evands
Message:

removed unneeded localizable strings file for FriBidi.framework

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj

    r24298 r24546  
    88 
    99/* Begin PBXBuildFile section */ 
    10                 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; }; 
    1110                8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 
    1211                EE5B50140A9B6C8400B8BC5F /* fribidi_char_sets_cap_rtl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5B4FEC0A9B6C8400B8BC5F /* fribidi_char_sets_cap_rtl.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
     
    5554                0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 
    5655                0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 
    57                 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 
    5856                1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 
    5957                32DBCF5E0370ADEE00C91783 /* FriBidi_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FriBidi_Prefix.pch; sourceTree = "<group>"; }; 
     
    155153                        children = ( 
    156154                                8DC2EF5A0486A6940098B216 /* Info.plist */, 
    157                                 089C1666FE841158C02AAC07 /* InfoPlist.strings */, 
    158155                        ); 
    159156                        name = Resources; 
     
    319316                        buildActionMask = 2147483647; 
    320317                        files = ( 
    321                                 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, 
    322318                        ); 
    323319                        runOnlyForDeploymentPostprocessing = 0; 
     
    355351/* End PBXSourcesBuildPhase section */ 
    356352 
    357 /* Begin PBXVariantGroup section */ 
    358                 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = { 
    359                         isa = PBXVariantGroup; 
    360                         children = ( 
    361                                 089C1667FE841158C02AAC07 /* English */, 
    362                         ); 
    363                         name = InfoPlist.strings; 
    364                         sourceTree = "<group>"; 
    365                 }; 
    366 /* End PBXVariantGroup section */ 
    367  
    368353/* Begin XCBuildConfiguration section */ 
    369354                1DEB91AE08733DA50010E9CD /* Development */ = { 
  • trunk/Frameworks/FriBidi Framework/Info.plist

    r22421 r24546  
    2323        <key>NSPrincipalClass</key> 
    2424        <string></string> 
     25        <key>NSHumanReadableCopyright</key> 
     26        <string>Copyright Ofri Wolfus, 2006</string> 
    2527</dict> 
    2628</plist>