Changeset 2859
- Timestamp:
- 05/18/05 15:26:27 (4 years ago)
- Files:
-
- Footagehead/trunk/FHFileHandler.m (modified) (1 diff)
- Footagehead/trunk/Footagehead.xcode/project.pbxproj (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHFileHandler.m
r920 r2859 1 /* $Id : FHFileHandler.m,v 1.10 2005/01/08 22:55:46 morris Exp$ */1 /* $Id$ */ 2 2 3 3 /* Footagehead/trunk/Footagehead.xcode/project.pbxproj
r2849 r2859 16 16 A5F823000566AEAE00C8F5D6, 17 17 A5F822FF0566AEAE00C8F5D6, 18 77CDB021083B6B85003BE654, 19 77CDB020083B6B85003BE654, 18 20 77BD99500760B7380007D034, 19 21 77BD994F0760B7380007D034, … … 498 500 77CDAE72083B3515003BE654 = { 499 501 fileRef = 77CDAE70083B3515003BE654; 502 isa = PBXBuildFile; 503 settings = { 504 }; 505 }; 506 77CDB020083B6B85003BE654 = { 507 fileEncoding = 4; 508 isa = PBXFileReference; 509 lastKnownFileType = sourcecode.c.h; 510 path = FHImageView.h; 511 refType = 4; 512 sourceTree = "<group>"; 513 }; 514 77CDB021083B6B85003BE654 = { 515 fileEncoding = 4; 516 isa = PBXFileReference; 517 lastKnownFileType = sourcecode.c.objc; 518 path = FHImageView.m; 519 refType = 4; 520 sourceTree = "<group>"; 521 }; 522 77CDB022083B6B85003BE654 = { 523 fileRef = 77CDB020083B6B85003BE654; 524 isa = PBXBuildFile; 525 settings = { 526 }; 527 }; 528 77CDB023083B6B85003BE654 = { 529 fileRef = 77CDB021083B6B85003BE654; 500 530 isa = PBXBuildFile; 501 531 settings = { … … 605 635 A587DF83055AA418005D2097, 606 636 A54BD5420566834700E3ACBC, 607 A5F823020566AEAE00C8F5D6,608 637 A587DF85055AA418005D2097, 609 638 A5B1F611067B3AA100111D0A, … … 618 647 A599A110075F94F400A03BA5, 619 648 77BD99520760B7380007D034, 649 77CDB023083B6B85003BE654, 620 650 ); 621 651 isa = PBXSourcesBuildPhase; … … 941 971 files = ( 942 972 A54D42DD07663AA300227EBE, 973 77CDB022083B6B85003BE654, 943 974 ); 944 975 isa = PBXCopyFilesBuildPhase; … … 1280 1311 isa = PBXFileReference; 1281 1312 lastKnownFileType = sourcecode.c.h; 1282 path = FHImageView.h;1313 path = "FHImageView-old.h"; 1283 1314 refType = 4; 1284 1315 sourceTree = "<group>"; … … 1288 1319 isa = PBXFileReference; 1289 1320 lastKnownFileType = sourcecode.c.objc; 1290 path = FHImageView.m; 1291 refType = 4; 1292 sourceTree = "<group>"; 1293 }; 1294 A5F823020566AEAE00C8F5D6 = { 1295 fileRef = A5F823000566AEAE00C8F5D6; 1296 isa = PBXBuildFile; 1297 settings = { 1298 }; 1321 path = "FHImageView-old.m"; 1322 refType = 4; 1323 sourceTree = "<group>"; 1299 1324 }; 1300 1325 };
