Changeset 253
- Timestamp:
- 01/06/07 15:40:40 (2 years ago)
- Files:
-
- trunk/English.lproj/PostProcessing.strings (deleted)
- trunk/English.lproj/main.nib (deleted)
- trunk/French.lproj/PostProcessing.strings (deleted)
- trunk/French.lproj/main.nib (deleted)
- trunk/Perian.xcodeproj/project.pbxproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Perian.xcodeproj/project.pbxproj
r252 r253 82 82 11A70AD80A3D0149002058D4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 83 83 11A70AD90A3D0149002058D4 /* FFusion.icns in Resources */ = {isa = PBXBuildFile; fileRef = F50D440703EAD8DF01B1D299 /* FFusion.icns */; }; 84 11A70ADA0A3D0149002058D4 /* main.nib in Resources */ = {isa = PBXBuildFile; fileRef = 02B4991D040D596C0049362E /* main.nib */; };85 11A70ADB0A3D0149002058D4 /* PostProcessing.strings in Resources */ = {isa = PBXBuildFile; fileRef = 02B499DE040D7A180049362E /* PostProcessing.strings */; };86 84 11C85ED80A641E6400DF3D73 /* ff_dataref.c in Sources */ = {isa = PBXBuildFile; fileRef = 11C85ED30A641E6400DF3D73 /* ff_dataref.c */; }; 87 85 11C85EDA0A641E6400DF3D73 /* ff_private.c in Sources */ = {isa = PBXBuildFile; fileRef = 11C85ED60A641E6400DF3D73 /* ff_private.c */; }; … … 359 357 360 358 /* Begin PBXFileReference section */ 361 02B4991E040D596C0049362E /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; };362 02B499DF040D7A180049362E /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/PostProcessing.strings; sourceTree = "<group>"; };363 02CA1BD00513A37900D00256 /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/main.nib; sourceTree = "<group>"; };364 02CA1BD10513A38400D00256 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/PostProcessing.strings; sourceTree = "<group>"; };365 359 02CA1BD20513A38D00D00256 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 366 360 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; … … 552 546 F560DF0003D61D0101ABA332 /* FFusionCodec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = FFusionCodec.c; sourceTree = "<group>"; }; 553 547 F560DF0203D622D001ABA332 /* FFusionCodec.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = FFusionCodec.r; sourceTree = "<group>"; }; 554 F5CFD1B40B50009000616865 /* PerianPanePListGenerator */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PerianPanePListGenerator; sourceTree = BUILT_PRODUCTS_DIR; };548 F5CFD1B40B50009000616865 /* PerianPanePListGenerator */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = PerianPanePListGenerator; sourceTree = BUILT_PRODUCTS_DIR; }; 555 549 F5CFD1BC0B5000CE00616865 /* GBPerianPanePListGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GBPerianPanePListGenerator.h; sourceTree = "<group>"; }; 556 550 F5CFD1BD0B5000CE00616865 /* GBPerianPanePListGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GBPerianPanePListGenerator.m; sourceTree = "<group>"; }; … … 655 649 8F483B8B0A642886002CCA73 /* PerianAviImporter.r */, 656 650 089C167DFE841241C02AAC07 /* InfoPlist.strings */, 657 02B499DE040D7A180049362E /* PostProcessing.strings */,658 02B4991D040D596C0049362E /* main.nib */,659 651 F560DF0203D622D001ABA332 /* FFusionCodec.r */, 660 652 6116E54E0B43C27B0020F1CE /* FFissionCodec.r */, … … 1201 1193 11A70AD80A3D0149002058D4 /* InfoPlist.strings in Resources */, 1202 1194 11A70AD90A3D0149002058D4 /* FFusion.icns in Resources */, 1203 11A70ADA0A3D0149002058D4 /* main.nib in Resources */,1204 11A70ADB0A3D0149002058D4 /* PostProcessing.strings in Resources */,1205 1195 11C85FE70A64315500DF3D73 /* Perian-Info.plist in Resources */, 1206 1196 ); … … 1468 1458 1469 1459 /* Begin PBXVariantGroup section */ 1470 02B4991D040D596C0049362E /* main.nib */ = {1471 isa = PBXVariantGroup;1472 children = (1473 02B4991E040D596C0049362E /* English */,1474 02CA1BD00513A37900D00256 /* French */,1475 );1476 name = main.nib;1477 sourceTree = "<group>";1478 };1479 02B499DE040D7A180049362E /* PostProcessing.strings */ = {1480 isa = PBXVariantGroup;1481 children = (1482 02B499DF040D7A180049362E /* English */,1483 02CA1BD10513A38400D00256 /* French */,1484 );1485 name = PostProcessing.strings;1486 sourceTree = "<group>";1487 };1488 1460 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { 1489 1461 isa = PBXVariantGroup;
