Changeset 12457
- Timestamp:
- May 23, 2011, 1:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r12362 r12457 243 243 A2A4EA0F0DE106EE000CE197 /* ConvertUTF.h in Headers */ = {isa = PBXBuildFile; fileRef = A2A4EA0B0DE106E8000CE197 /* ConvertUTF.h */; }; 244 244 A2A6321B0CD9751700E3DA60 /* BadgeView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A6321A0CD9751700E3DA60 /* BadgeView.m */; }; 245 A2A7ACE91389E9FC00657A7C /* NSMutableArrayAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A7ACE81389E9FC00657A7C /* NSMutableArrayAdditions.m */; }; 245 246 A2AA579D0ADFCAB400CA59F6 /* PiecesView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2AA579B0ADFCAB400CA59F6 /* PiecesView.m */; }; 246 247 A2AA9BE1132CAC8E00FA131E /* announcer-udp.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AA9BE0132CAC8D00FA131E /* announcer-udp.c */; }; … … 808 809 A2A632190CD9751700E3DA60 /* BadgeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BadgeView.h; path = macosx/BadgeView.h; sourceTree = "<group>"; }; 809 810 A2A6321A0CD9751700E3DA60 /* BadgeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BadgeView.m; path = macosx/BadgeView.m; sourceTree = "<group>"; }; 811 A2A7ACE71389E9FC00657A7C /* NSMutableArrayAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSMutableArrayAdditions.h; path = macosx/NSMutableArrayAdditions.h; sourceTree = "<group>"; }; 812 A2A7ACE81389E9FC00657A7C /* NSMutableArrayAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSMutableArrayAdditions.m; path = macosx/NSMutableArrayAdditions.m; sourceTree = "<group>"; }; 810 813 A2AA579A0ADFCAB400CA59F6 /* PiecesView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PiecesView.h; path = macosx/PiecesView.h; sourceTree = "<group>"; }; 811 814 A2AA579B0ADFCAB400CA59F6 /* PiecesView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PiecesView.m; path = macosx/PiecesView.m; sourceTree = "<group>"; }; … … 1468 1471 A29D84021049C25600D1987A /* NSApplicationAdditions.h */, 1469 1472 A29D84031049C25600D1987A /* NSApplicationAdditions.m */, 1473 A2A7ACE71389E9FC00657A7C /* NSMutableArrayAdditions.h */, 1474 A2A7ACE81389E9FC00657A7C /* NSMutableArrayAdditions.m */, 1470 1475 ); 1471 1476 name = Additions; … … 2299 2304 A2E57ABB1310822C00A7DAB1 /* StatusBarController.m in Sources */, 2300 2305 A2E57BA713109E6B00A7DAB1 /* FilterBarController.m in Sources */, 2306 A2A7ACE91389E9FC00657A7C /* NSMutableArrayAdditions.m in Sources */, 2301 2307 ); 2302 2308 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.