Adium

Changeset 24540

Show
Ignore:
Timestamp:
07/31/2008 10:33:18 PM (5 months ago)
Author:
evands
Message:

Removed unneeded InfoPlist.strings from AutoHyperlinks Framework

Files:

Legend:

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

    r24474 r24540  
    4242                7ED4FDE70E00273E004C5F4B /* ThreadedStressTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ED4FDBA0E00258F004C5F4B /* ThreadedStressTest.m */; }; 
    4343                7EF1C0220DDC846B00CFC182 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 7EF1C0210DDC846B00CFC182 /* MainMenu.nib */; }; 
    44                 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; }; 
    4544                8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 
    4645/* End PBXBuildFile section */ 
     
    5958                0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 
    6059                0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 
    61                 089C1667FE841158C02AAC07 /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = InfoPlist.strings; path = Resources/English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 
    6260                1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 
    6361                31C460380DE1D17100C4265B /* AHStressTester */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AHStressTester; sourceTree = BUILT_PRODUCTS_DIR; }; 
     
    190188                                7EA3B0450DD1153F002A18D1 /* Test-Info.plist */, 
    191189                                8DC2EF5A0486A6940098B216 /* Info.plist */, 
    192                                 089C1666FE841158C02AAC07 /* InfoPlist.strings */, 
    193190                        ); 
    194191                        name = Resources; 
     
    414411                        buildActionMask = 2147483647; 
    415412                        files = ( 
    416                                 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, 
    417413                        ); 
    418414                        runOnlyForDeploymentPostprocessing = 0; 
     
    503499                }; 
    504500/* End PBXTargetDependency section */ 
    505  
    506 /* Begin PBXVariantGroup section */ 
    507                 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = { 
    508                         isa = PBXVariantGroup; 
    509                         children = ( 
    510                                 089C1667FE841158C02AAC07 /* InfoPlist.strings */, 
    511                         ); 
    512                         name = InfoPlist.strings; 
    513                         sourceTree = "<group>"; 
    514                 }; 
    515 /* End PBXVariantGroup section */ 
    516501 
    517502/* Begin XCBuildConfiguration section */ 
  • trunk/Frameworks/AutoHyperlinks Framework/Resources/Info.plist

    r23420 r24540  
    2121        <key>NSPrincipalClass</key> 
    2222        <string></string> 
     23        <key>NSHumanReadableCopyright</key> 
     24        <string>Copyright The Adium Team, 2005-2008</string> 
    2325</dict> 
    2426</plist>