Changeset 3110
- Timestamp:
- Sep 20, 2007, 7:52:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r3097 r3110 14 14 4394AC670C74FB6000F367E8 /* ptrarray.c in Sources */ = {isa = PBXBuildFile; fileRef = 4394AC640C74FB6000F367E8 /* ptrarray.c */; }; 15 15 4394AC680C74FB6000F367E8 /* publish.c in Sources */ = {isa = PBXBuildFile; fileRef = 4394AC650C74FB6000F367E8 /* publish.c */; }; 16 4394AC690C74FB6000F367E8 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 4394AC660C74FB6000F367E8 /* timer.c */; };17 16 4D043A7F090AE979009FEDA8 /* TransmissionDocument.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4D043A7E090AE979009FEDA8 /* TransmissionDocument.icns */; }; 18 17 4D118E1A08CB46B20033958F /* PrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D118E1908CB46B20033958F /* PrefsController.m */; }; 19 18 4D1838DD09DEC0E80047D688 /* libtransmission.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D18389709DEC0030047D688 /* libtransmission.a */; }; 20 19 4D364DA0091FBB2C00377D12 /* TorrentTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D364D9F091FBB2C00377D12 /* TorrentTableView.m */; }; 20 4D36BA6E0CA2F00800A63CA5 /* basename.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA5F0CA2F00800A63CA5 /* basename.c */; }; 21 4D36BA6F0CA2F00800A63CA5 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA600CA2F00800A63CA5 /* crypto.c */; }; 22 4D36BA700CA2F00800A63CA5 /* crypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA610CA2F00800A63CA5 /* crypto.h */; }; 23 4D36BA710CA2F00800A63CA5 /* dirname.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA620CA2F00800A63CA5 /* dirname.c */; }; 24 4D36BA720CA2F00800A63CA5 /* handshake.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA630CA2F00800A63CA5 /* handshake.c */; }; 25 4D36BA730CA2F00800A63CA5 /* handshake.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA640CA2F00800A63CA5 /* handshake.h */; }; 26 4D36BA740CA2F00800A63CA5 /* peer-io.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA650CA2F00800A63CA5 /* peer-io.c */; }; 27 4D36BA750CA2F00800A63CA5 /* peer-io.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA660CA2F00800A63CA5 /* peer-io.h */; }; 28 4D36BA760CA2F00800A63CA5 /* peer-mgr-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA670CA2F00800A63CA5 /* peer-mgr-private.h */; }; 29 4D36BA770CA2F00800A63CA5 /* peer-mgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA680CA2F00800A63CA5 /* peer-mgr.c */; }; 30 4D36BA780CA2F00800A63CA5 /* peer-mgr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA690CA2F00800A63CA5 /* peer-mgr.h */; }; 31 4D36BA790CA2F00800A63CA5 /* peer-msgs.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA6A0CA2F00800A63CA5 /* peer-msgs.c */; }; 32 4D36BA7A0CA2F00800A63CA5 /* peer-msgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA6B0CA2F00800A63CA5 /* peer-msgs.h */; }; 33 4D36BA7B0CA2F00800A63CA5 /* ptrarray.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA6C0CA2F00800A63CA5 /* ptrarray.h */; }; 34 4D36BA7C0CA2F00800A63CA5 /* publish.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA6D0CA2F00800A63CA5 /* publish.h */; }; 21 35 4D3EA0AA08AE13C600EA10C2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D3EA0A908AE13C600EA10C2 /* IOKit.framework */; }; 22 36 4D4B7F6109E055660053C1EB /* libcrypto.0.9.7.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D2617F709DECE3D00D08EFA /* libcrypto.0.9.7.dylib */; }; … … 177 191 BEFC1E350C07861A00B0BB3C /* shared.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1DFC0C07861A00B0BB3C /* shared.h */; }; 178 192 BEFC1E360C07861A00B0BB3C /* shared.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DFD0C07861A00B0BB3C /* shared.c */; }; 179 BEFC1E370C07861A00B0BB3C /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1DFE0C07861A00B0BB3C /* sha1.h */; };180 BEFC1E380C07861A00B0BB3C /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DFF0C07861A00B0BB3C /* sha1.c */; };181 193 BEFC1E390C07861A00B0BB3C /* ratecontrol.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E000C07861A00B0BB3C /* ratecontrol.h */; }; 182 194 BEFC1E3A0C07861A00B0BB3C /* ratecontrol.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E010C07861A00B0BB3C /* ratecontrol.c */; }; 183 195 BEFC1E3B0C07861A00B0BB3C /* platform.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E020C07861A00B0BB3C /* platform.h */; }; 184 196 BEFC1E3C0C07861A00B0BB3C /* platform.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E030C07861A00B0BB3C /* platform.c */; }; 185 BEFC1E3D0C07861A00B0BB3C /* peerutils.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E040C07861A00B0BB3C /* peerutils.h */; };186 BEFC1E3E0C07861A00B0BB3C /* peertree.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E050C07861A00B0BB3C /* peertree.h */; };187 BEFC1E3F0C07861A00B0BB3C /* peerparse.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E060C07861A00B0BB3C /* peerparse.h */; };188 BEFC1E400C07861A00B0BB3C /* peermessages.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E070C07861A00B0BB3C /* peermessages.h */; };189 BEFC1E410C07861A00B0BB3C /* peerext.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E080C07861A00B0BB3C /* peerext.h */; };190 BEFC1E420C07861A00B0BB3C /* peeraz.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E090C07861A00B0BB3C /* peeraz.h */; };191 BEFC1E430C07861A00B0BB3C /* peer.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E0A0C07861A00B0BB3C /* peer.h */; };192 BEFC1E440C07861A00B0BB3C /* peer.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E0B0C07861A00B0BB3C /* peer.c */; };193 197 BEFC1E450C07861A00B0BB3C /* net.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E0C0C07861A00B0BB3C /* net.h */; }; 194 198 BEFC1E460C07861A00B0BB3C /* net.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E0D0C07861A00B0BB3C /* net.c */; }; … … 211 215 BEFC1E570C07861A00B0BB3C /* clients.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E1E0C07861A00B0BB3C /* clients.h */; }; 212 216 BEFC1E580C07861A00B0BB3C /* clients.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E1F0C07861A00B0BB3C /* clients.c */; }; 213 BEFC1E590C07861A00B0BB3C /* choking.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E200C07861A00B0BB3C /* choking.h */; };214 BEFC1E5A0C07861A00B0BB3C /* choking.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E210C07861A00B0BB3C /* choking.c */; };215 217 BEFC1E5B0C07861A00B0BB3C /* bsdtree.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E220C07861A00B0BB3C /* bsdtree.h */; }; 216 218 BEFC1E5C0C07861A00B0BB3C /* bencode.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E230C07861A00B0BB3C /* bencode.h */; }; … … 299 301 4394AC640C74FB6000F367E8 /* ptrarray.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ptrarray.c; path = libtransmission/ptrarray.c; sourceTree = "<group>"; }; 300 302 4394AC650C74FB6000F367E8 /* publish.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = publish.c; path = libtransmission/publish.c; sourceTree = "<group>"; }; 301 4394AC660C74FB6000F367E8 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = timer.c; path = libtransmission/timer.c; sourceTree = "<group>"; };302 303 4D043A7E090AE979009FEDA8 /* TransmissionDocument.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = TransmissionDocument.icns; path = macosx/Images/TransmissionDocument.icns; sourceTree = "<group>"; }; 303 304 4D118E1808CB46B20033958F /* PrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PrefsController.h; path = macosx/PrefsController.h; sourceTree = "<group>"; }; … … 308 309 4D364D9E091FBB2C00377D12 /* TorrentTableView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TorrentTableView.h; path = macosx/TorrentTableView.h; sourceTree = "<group>"; }; 309 310 4D364D9F091FBB2C00377D12 /* TorrentTableView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentTableView.m; path = macosx/TorrentTableView.m; sourceTree = "<group>"; }; 311 4D36BA5F0CA2F00800A63CA5 /* basename.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = basename.c; path = libtransmission/basename.c; sourceTree = "<group>"; }; 312 4D36BA600CA2F00800A63CA5 /* crypto.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = crypto.c; path = libtransmission/crypto.c; sourceTree = "<group>"; }; 313 4D36BA610CA2F00800A63CA5 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = libtransmission/crypto.h; sourceTree = "<group>"; }; 314 4D36BA620CA2F00800A63CA5 /* dirname.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dirname.c; path = libtransmission/dirname.c; sourceTree = "<group>"; }; 315 4D36BA630CA2F00800A63CA5 /* handshake.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = handshake.c; path = libtransmission/handshake.c; sourceTree = "<group>"; }; 316 4D36BA640CA2F00800A63CA5 /* handshake.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = handshake.h; path = libtransmission/handshake.h; sourceTree = "<group>"; }; 317 4D36BA650CA2F00800A63CA5 /* peer-io.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = "peer-io.c"; path = "libtransmission/peer-io.c"; sourceTree = "<group>"; }; 318 4D36BA660CA2F00800A63CA5 /* peer-io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "peer-io.h"; path = "libtransmission/peer-io.h"; sourceTree = "<group>"; }; 319 4D36BA670CA2F00800A63CA5 /* peer-mgr-private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "peer-mgr-private.h"; path = "libtransmission/peer-mgr-private.h"; sourceTree = "<group>"; }; 320 4D36BA680CA2F00800A63CA5 /* peer-mgr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = "peer-mgr.c"; path = "libtransmission/peer-mgr.c"; sourceTree = "<group>"; }; 321 4D36BA690CA2F00800A63CA5 /* peer-mgr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "peer-mgr.h"; path = "libtransmission/peer-mgr.h"; sourceTree = "<group>"; }; 322 4D36BA6A0CA2F00800A63CA5 /* peer-msgs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = "peer-msgs.c"; path = "libtransmission/peer-msgs.c"; sourceTree = "<group>"; }; 323 4D36BA6B0CA2F00800A63CA5 /* peer-msgs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "peer-msgs.h"; path = "libtransmission/peer-msgs.h"; sourceTree = "<group>"; }; 324 4D36BA6C0CA2F00800A63CA5 /* ptrarray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ptrarray.h; path = libtransmission/ptrarray.h; sourceTree = "<group>"; }; 325 4D36BA6D0CA2F00800A63CA5 /* publish.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = publish.h; path = libtransmission/publish.h; sourceTree = "<group>"; }; 310 326 4D3EA0A908AE13C600EA10C2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; 311 327 4D6DAAC4090CE00500F43C22 /* RevealOff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = RevealOff.png; path = macosx/Images/RevealOff.png; sourceTree = "<group>"; }; … … 338 354 4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = "<group>"; }; 339 355 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = "<group>"; }; 340 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };356 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; 341 357 A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = "<group>"; }; 342 358 A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = "<group>"; }; … … 542 558 BEFC1DFC0C07861A00B0BB3C /* shared.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = shared.h; path = libtransmission/shared.h; sourceTree = "<group>"; }; 543 559 BEFC1DFD0C07861A00B0BB3C /* shared.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = shared.c; path = libtransmission/shared.c; sourceTree = "<group>"; }; 544 BEFC1DFE0C07861A00B0BB3C /* sha1.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sha1.h; path = libtransmission/sha1.h; sourceTree = "<group>"; };545 BEFC1DFF0C07861A00B0BB3C /* sha1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sha1.c; path = libtransmission/sha1.c; sourceTree = "<group>"; };546 560 BEFC1E000C07861A00B0BB3C /* ratecontrol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ratecontrol.h; path = libtransmission/ratecontrol.h; sourceTree = "<group>"; }; 547 561 BEFC1E010C07861A00B0BB3C /* ratecontrol.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ratecontrol.c; path = libtransmission/ratecontrol.c; sourceTree = "<group>"; }; 548 562 BEFC1E020C07861A00B0BB3C /* platform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = platform.h; path = libtransmission/platform.h; sourceTree = "<group>"; }; 549 563 BEFC1E030C07861A00B0BB3C /* platform.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = platform.c; path = libtransmission/platform.c; sourceTree = "<group>"; }; 550 BEFC1E040C07861A00B0BB3C /* peerutils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peerutils.h; path = libtransmission/peerutils.h; sourceTree = "<group>"; };551 BEFC1E050C07861A00B0BB3C /* peertree.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peertree.h; path = libtransmission/peertree.h; sourceTree = "<group>"; };552 BEFC1E060C07861A00B0BB3C /* peerparse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peerparse.h; path = libtransmission/peerparse.h; sourceTree = "<group>"; };553 BEFC1E070C07861A00B0BB3C /* peermessages.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peermessages.h; path = libtransmission/peermessages.h; sourceTree = "<group>"; };554 BEFC1E080C07861A00B0BB3C /* peerext.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peerext.h; path = libtransmission/peerext.h; sourceTree = "<group>"; };555 BEFC1E090C07861A00B0BB3C /* peeraz.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peeraz.h; path = libtransmission/peeraz.h; sourceTree = "<group>"; };556 BEFC1E0A0C07861A00B0BB3C /* peer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = peer.h; path = libtransmission/peer.h; sourceTree = "<group>"; };557 BEFC1E0B0C07861A00B0BB3C /* peer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = peer.c; path = libtransmission/peer.c; sourceTree = "<group>"; };558 564 BEFC1E0C0C07861A00B0BB3C /* net.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = net.h; path = libtransmission/net.h; sourceTree = "<group>"; }; 559 565 BEFC1E0D0C07861A00B0BB3C /* net.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = net.c; path = libtransmission/net.c; sourceTree = "<group>"; }; … … 577 583 BEFC1E1F0C07861A00B0BB3C /* clients.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = clients.c; path = libtransmission/clients.c; sourceTree = "<group>"; }; 578 584 BEFC1E200C07861A00B0BB3C /* choking.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = choking.h; path = libtransmission/choking.h; sourceTree = "<group>"; }; 579 BEFC1E210C07861A00B0BB3C /* choking.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = choking.c; path = libtransmission/choking.c; sourceTree = "<group>"; };580 585 BEFC1E220C07861A00B0BB3C /* bsdtree.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bsdtree.h; path = libtransmission/bsdtree.h; sourceTree = "<group>"; }; 581 586 BEFC1E230C07861A00B0BB3C /* bencode.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bencode.h; path = libtransmission/bencode.h; sourceTree = "<group>"; }; … … 827 832 isa = PBXGroup; 828 833 children = ( 834 4D36BA5F0CA2F00800A63CA5 /* basename.c */, 835 4D36BA600CA2F00800A63CA5 /* crypto.c */, 836 4D36BA610CA2F00800A63CA5 /* crypto.h */, 837 4D36BA620CA2F00800A63CA5 /* dirname.c */, 838 4D36BA630CA2F00800A63CA5 /* handshake.c */, 839 4D36BA640CA2F00800A63CA5 /* handshake.h */, 840 4D36BA650CA2F00800A63CA5 /* peer-io.c */, 841 4D36BA660CA2F00800A63CA5 /* peer-io.h */, 842 4D36BA670CA2F00800A63CA5 /* peer-mgr-private.h */, 843 4D36BA680CA2F00800A63CA5 /* peer-mgr.c */, 844 4D36BA690CA2F00800A63CA5 /* peer-mgr.h */, 845 4D36BA6A0CA2F00800A63CA5 /* peer-msgs.c */, 846 4D36BA6B0CA2F00800A63CA5 /* peer-msgs.h */, 847 4D36BA6C0CA2F00800A63CA5 /* ptrarray.h */, 848 4D36BA6D0CA2F00800A63CA5 /* publish.h */, 829 849 A24621350C769CF400088E81 /* trevent.h */, 830 850 A24621360C769CF400088E81 /* trevent.c */, 831 851 4394AC640C74FB6000F367E8 /* ptrarray.c */, 832 852 4394AC650C74FB6000F367E8 /* publish.c */, 833 4394AC660C74FB6000F367E8 /* timer.c */,834 853 D4AF3B2D0C41F7A500D46B6B /* list.c */, 835 854 D4AF3B2E0C41F7A500D46B6B /* list.h */, … … 855 874 BEFC1DFC0C07861A00B0BB3C /* shared.h */, 856 875 BEFC1DFD0C07861A00B0BB3C /* shared.c */, 857 BEFC1DFE0C07861A00B0BB3C /* sha1.h */,858 BEFC1DFF0C07861A00B0BB3C /* sha1.c */,859 876 BEFC1E000C07861A00B0BB3C /* ratecontrol.h */, 860 877 BEFC1E010C07861A00B0BB3C /* ratecontrol.c */, 861 878 BEFC1E020C07861A00B0BB3C /* platform.h */, 862 879 BEFC1E030C07861A00B0BB3C /* platform.c */, 863 BEFC1E040C07861A00B0BB3C /* peerutils.h */,864 BEFC1E050C07861A00B0BB3C /* peertree.h */,865 BEFC1E060C07861A00B0BB3C /* peerparse.h */,866 BEFC1E070C07861A00B0BB3C /* peermessages.h */,867 BEFC1E080C07861A00B0BB3C /* peerext.h */,868 BEFC1E090C07861A00B0BB3C /* peeraz.h */,869 BEFC1E0A0C07861A00B0BB3C /* peer.h */,870 BEFC1E0B0C07861A00B0BB3C /* peer.c */,871 880 BEFC1E0C0C07861A00B0BB3C /* net.h */, 872 881 BEFC1E0D0C07861A00B0BB3C /* net.c */, … … 890 899 BEFC1E1F0C07861A00B0BB3C /* clients.c */, 891 900 BEFC1E200C07861A00B0BB3C /* choking.h */, 892 BEFC1E210C07861A00B0BB3C /* choking.c */,893 901 BEFC1E220C07861A00B0BB3C /* bsdtree.h */, 894 902 BEFC1E230C07861A00B0BB3C /* bencode.h */, … … 1067 1075 BEFC1E300C07861A00B0BB3C /* tracker.h in Headers */, 1068 1076 BEFC1E350C07861A00B0BB3C /* shared.h in Headers */, 1069 BEFC1E370C07861A00B0BB3C /* sha1.h in Headers */,1070 1077 BEFC1E390C07861A00B0BB3C /* ratecontrol.h in Headers */, 1071 1078 BEFC1E3B0C07861A00B0BB3C /* platform.h in Headers */, 1072 BEFC1E3D0C07861A00B0BB3C /* peerutils.h in Headers */,1073 BEFC1E3E0C07861A00B0BB3C /* peertree.h in Headers */,1074 BEFC1E3F0C07861A00B0BB3C /* peerparse.h in Headers */,1075 BEFC1E400C07861A00B0BB3C /* peermessages.h in Headers */,1076 BEFC1E410C07861A00B0BB3C /* peerext.h in Headers */,1077 BEFC1E420C07861A00B0BB3C /* peeraz.h in Headers */,1078 BEFC1E430C07861A00B0BB3C /* peer.h in Headers */,1079 1079 BEFC1E450C07861A00B0BB3C /* net.h in Headers */, 1080 1080 BEFC1E470C07861A00B0BB3C /* natpmp.h in Headers */, … … 1088 1088 BEFC1E550C07861A00B0BB3C /* completion.h in Headers */, 1089 1089 BEFC1E570C07861A00B0BB3C /* clients.h in Headers */, 1090 BEFC1E590C07861A00B0BB3C /* choking.h in Headers */,1091 1090 BEFC1E5B0C07861A00B0BB3C /* bsdtree.h in Headers */, 1092 1091 BEFC1E5C0C07861A00B0BB3C /* bencode.h in Headers */, … … 1096 1095 D4AF3B300C41F7A600D46B6B /* list.h in Headers */, 1097 1096 A24621410C769D0900088E81 /* trevent.h in Headers */, 1097 4D36BA700CA2F00800A63CA5 /* crypto.h in Headers */, 1098 4D36BA730CA2F00800A63CA5 /* handshake.h in Headers */, 1099 4D36BA750CA2F00800A63CA5 /* peer-io.h in Headers */, 1100 4D36BA760CA2F00800A63CA5 /* peer-mgr-private.h in Headers */, 1101 4D36BA780CA2F00800A63CA5 /* peer-mgr.h in Headers */, 1102 4D36BA7A0CA2F00800A63CA5 /* peer-msgs.h in Headers */, 1103 4D36BA7B0CA2F00800A63CA5 /* ptrarray.h in Headers */, 1104 4D36BA7C0CA2F00800A63CA5 /* publish.h in Headers */, 1098 1105 ); 1099 1106 runOnlyForDeploymentPostprocessing = 0; … … 1392 1399 BEFC1E340C07861A00B0BB3C /* strlcat.c in Sources */, 1393 1400 BEFC1E360C07861A00B0BB3C /* shared.c in Sources */, 1394 BEFC1E380C07861A00B0BB3C /* sha1.c in Sources */,1395 1401 BEFC1E3A0C07861A00B0BB3C /* ratecontrol.c in Sources */, 1396 1402 BEFC1E3C0C07861A00B0BB3C /* platform.c in Sources */, 1397 BEFC1E440C07861A00B0BB3C /* peer.c in Sources */,1398 1403 BEFC1E460C07861A00B0BB3C /* net.c in Sources */, 1399 1404 BEFC1E480C07861A00B0BB3C /* natpmp.c in Sources */, … … 1405 1410 BEFC1E560C07861A00B0BB3C /* completion.c in Sources */, 1406 1411 BEFC1E580C07861A00B0BB3C /* clients.c in Sources */, 1407 BEFC1E5A0C07861A00B0BB3C /* choking.c in Sources */,1408 1412 BEFC1E5D0C07861A00B0BB3C /* bencode.c in Sources */, 1409 1413 002C9EE60C19CD2500C2F6F4 /* fastresume.c in Sources */, … … 1412 1416 4394AC670C74FB6000F367E8 /* ptrarray.c in Sources */, 1413 1417 4394AC680C74FB6000F367E8 /* publish.c in Sources */, 1414 4394AC690C74FB6000F367E8 /* timer.c in Sources */,1415 1418 A24621420C769D0900088E81 /* trevent.c in Sources */, 1419 4D36BA6E0CA2F00800A63CA5 /* basename.c in Sources */, 1420 4D36BA6F0CA2F00800A63CA5 /* crypto.c in Sources */, 1421 4D36BA710CA2F00800A63CA5 /* dirname.c in Sources */, 1422 4D36BA720CA2F00800A63CA5 /* handshake.c in Sources */, 1423 4D36BA740CA2F00800A63CA5 /* peer-io.c in Sources */, 1424 4D36BA770CA2F00800A63CA5 /* peer-mgr.c in Sources */, 1425 4D36BA790CA2F00800A63CA5 /* peer-msgs.c in Sources */, 1416 1426 ); 1417 1427 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.