Changeset 24540
- Timestamp:
- 07/31/2008 10:33:18 PM (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj
r24474 r24540 42 42 7ED4FDE70E00273E004C5F4B /* ThreadedStressTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ED4FDBA0E00258F004C5F4B /* ThreadedStressTest.m */; }; 43 43 7EF1C0220DDC846B00CFC182 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 7EF1C0210DDC846B00CFC182 /* MainMenu.nib */; }; 44 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };45 44 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 46 45 /* End PBXBuildFile section */ … … 59 58 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 60 59 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>"; };62 60 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 63 61 31C460380DE1D17100C4265B /* AHStressTester */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AHStressTester; sourceTree = BUILT_PRODUCTS_DIR; }; … … 190 188 7EA3B0450DD1153F002A18D1 /* Test-Info.plist */, 191 189 8DC2EF5A0486A6940098B216 /* Info.plist */, 192 089C1666FE841158C02AAC07 /* InfoPlist.strings */,193 190 ); 194 191 name = Resources; … … 414 411 buildActionMask = 2147483647; 415 412 files = ( 416 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,417 413 ); 418 414 runOnlyForDeploymentPostprocessing = 0; … … 503 499 }; 504 500 /* 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 */516 501 517 502 /* Begin XCBuildConfiguration section */ trunk/Frameworks/AutoHyperlinks Framework/Resources/Info.plist
r23420 r24540 21 21 <key>NSPrincipalClass</key> 22 22 <string></string> 23 <key>NSHumanReadableCopyright</key> 24 <string>Copyright The Adium Team, 2005-2008</string> 23 25 </dict> 24 26 </plist>