Changeset 6973
- Timestamp:
- Oct 27, 2008, 10:13:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r6968 r6973 12 12 35B038140AC5B6EC00A10FDF /* ResumeNoWaitOff.png in Resources */ = {isa = PBXBuildFile; fileRef = 35B037FA0AC5B53800A10FDF /* ResumeNoWaitOff.png */; }; 13 13 35F373030C2DA89000DAA8F2 /* FilePriorityCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F373010C2DA88F00DAA8F2 /* FilePriorityCell.m */; }; 14 3C7A11950D0B2EE300B5701F /* getgateway.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C7A11910D0B2EE300B5701F /* getgateway.c */; };15 3C7A11960D0B2EE300B5701F /* natpmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C7A11930D0B2EE300B5701F /* natpmp.c */; };16 14 3C7A11970D0B2EE300B5701F /* getgateway.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C7A11910D0B2EE300B5701F /* getgateway.c */; }; 17 15 3C7A11980D0B2EE300B5701F /* getgateway.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7A11920D0B2EE300B5701F /* getgateway.h */; }; … … 120 118 A24F19210A3A796800C9C145 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = A24F19070A3A790800C9C145 /* Sparkle.framework */; }; 121 119 A250EEB60E2ED87B00A688E6 /* web in Resources */ = {isa = PBXBuildFile; fileRef = A250EE800E2ED87B00A688E6 /* web */; }; 120 A254853C0EB66CD4004539DA /* codelength.h in Headers */ = {isa = PBXBuildFile; fileRef = A25485390EB66CBB004539DA /* codelength.h */; }; 122 121 A256588D0A9A695400E8A03B /* MessageWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A256588B0A9A695400E8A03B /* MessageWindowController.m */; }; 123 122 A257C1820CAD3003004E121C /* PeerTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = A257C1800CAD3003004E121C /* PeerTableView.m */; }; … … 514 513 A24F19070A3A790800C9C145 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = macosx/Sparkle.framework; sourceTree = "<group>"; }; 515 514 A250EE800E2ED87B00A688E6 /* web */ = {isa = PBXFileReference; lastKnownFileType = folder; path = web; sourceTree = "<group>"; }; 515 A25485390EB66CBB004539DA /* codelength.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = codelength.h; path = "third-party/miniupnp/codelength.h"; sourceTree = "<group>"; }; 516 516 A256588A0A9A695400E8A03B /* MessageWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MessageWindowController.h; path = macosx/MessageWindowController.h; sourceTree = "<group>"; }; 517 517 A256588B0A9A695400E8A03B /* MessageWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = MessageWindowController.m; path = macosx/MessageWindowController.m; sourceTree = "<group>"; }; … … 834 834 buildActionMask = 2147483647; 835 835 files = ( 836 BE75C38A0C72A1ED00DBEFE0 /* libevent.a in Frameworks */, 836 837 BE1183780CE161390002D0F3 /* libminiupnp.a in Frameworks */, 837 BE75C38A0C72A1ED00DBEFE0 /* libevent.a in Frameworks */,838 838 A226FDAC0D0CDF20005A7F71 /* libnatpmp.a in Frameworks */, 839 839 ); … … 1276 1276 BE1183550CE160C50002D0F3 /* miniupnpc.h */, 1277 1277 BE1183560CE160C50002D0F3 /* minissdpc.h */, 1278 A25485390EB66CBB004539DA /* codelength.h */, 1278 1279 ); 1279 1280 name = libminiupnp; … … 1454 1455 BE11835F0CE160C50002D0F3 /* miniupnpc.h in Headers */, 1455 1456 BE1183600CE160C50002D0F3 /* minissdpc.h in Headers */, 1457 A254853C0EB66CD4004539DA /* codelength.h in Headers */, 1456 1458 ); 1457 1459 runOnlyForDeploymentPostprocessing = 0; … … 1905 1907 A219798B0D07B78400438EA7 /* GroupToolbarItem.m in Sources */, 1906 1908 A20BFFB70D091CC700CE5D2B /* ToolbarSegmentedCell.m in Sources */, 1907 3C7A11950D0B2EE300B5701F /* getgateway.c in Sources */,1908 3C7A11960D0B2EE300B5701F /* natpmp.c in Sources */,1909 1909 A26397550D0F714300D36DF2 /* ActionPopUpButton.m in Sources */, 1910 1910 A25AFDE90D1038AD0092A1BA /* MenuLabel.m in Sources */,
Note: See TracChangeset
for help on using the changeset viewer.