Changeset 24546
- Timestamp:
- 07/31/2008 11:56:40 PM (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj
r24298 r24546 8 8 9 9 /* Begin PBXBuildFile section */ 10 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };11 10 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 12 11 EE5B50140A9B6C8400B8BC5F /* fribidi_char_sets_cap_rtl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5B4FEC0A9B6C8400B8BC5F /* fribidi_char_sets_cap_rtl.h */; settings = {ATTRIBUTES = (Public, ); }; }; … … 55 54 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 56 55 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>"; };58 56 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 59 57 32DBCF5E0370ADEE00C91783 /* FriBidi_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FriBidi_Prefix.pch; sourceTree = "<group>"; }; … … 155 153 children = ( 156 154 8DC2EF5A0486A6940098B216 /* Info.plist */, 157 089C1666FE841158C02AAC07 /* InfoPlist.strings */,158 155 ); 159 156 name = Resources; … … 319 316 buildActionMask = 2147483647; 320 317 files = ( 321 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,322 318 ); 323 319 runOnlyForDeploymentPostprocessing = 0; … … 355 351 /* End PBXSourcesBuildPhase section */ 356 352 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 368 353 /* Begin XCBuildConfiguration section */ 369 354 1DEB91AE08733DA50010E9CD /* Development */ = { trunk/Frameworks/FriBidi Framework/Info.plist
r22421 r24546 23 23 <key>NSPrincipalClass</key> 24 24 <string></string> 25 <key>NSHumanReadableCopyright</key> 26 <string>Copyright Ofri Wolfus, 2006</string> 25 27 </dict> 26 28 </plist>