Changeset 7149
- Timestamp:
- Nov 24, 2008, 5:53:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r7025 r7149 86 86 A219798B0D07B78400438EA7 /* GroupToolbarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = A219798A0D07B78400438EA7 /* GroupToolbarItem.m */; }; 87 87 A21DFF100A292B2B007C5F76 /* Transfers.png in Resources */ = {isa = PBXBuildFile; fileRef = A21DFF0F0A292B2B007C5F76 /* Transfers.png */; }; 88 A21FBBAB0EDA78C300BC3C51 /* bandwidth.h in Headers */ = {isa = PBXBuildFile; fileRef = A21FBBA90EDA78C300BC3C51 /* bandwidth.h */; }; 89 A21FBBAC0EDA78C300BC3C51 /* bandwidth.c in Sources */ = {isa = PBXBuildFile; fileRef = A21FBBAA0EDA78C300BC3C51 /* bandwidth.c */; }; 88 90 A22180980D148A71007D09ED /* GroupsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A22180970D148A71007D09ED /* GroupsWindowController.m */; }; 89 91 A22180B60D148F0F007D09ED /* GroupsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = A22180B50D148F0F007D09ED /* GroupsWindow.xib */; }; … … 477 479 A219798A0D07B78400438EA7 /* GroupToolbarItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupToolbarItem.m; path = macosx/GroupToolbarItem.m; sourceTree = "<group>"; }; 478 480 A21DFF0F0A292B2B007C5F76 /* Transfers.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Transfers.png; path = macosx/Images/Transfers.png; sourceTree = "<group>"; }; 481 A21FBBA90EDA78C300BC3C51 /* bandwidth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bandwidth.h; path = libtransmission/bandwidth.h; sourceTree = "<group>"; }; 482 A21FBBAA0EDA78C300BC3C51 /* bandwidth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bandwidth.c; path = libtransmission/bandwidth.c; sourceTree = "<group>"; }; 479 483 A22180960D148A71007D09ED /* GroupsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupsWindowController.h; path = macosx/GroupsWindowController.h; sourceTree = "<group>"; }; 480 484 A22180970D148A71007D09ED /* GroupsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupsWindowController.m; path = macosx/GroupsWindowController.m; sourceTree = "<group>"; }; … … 1158 1162 BEFC1E000C07861A00B0BB3C /* ratecontrol.h */, 1159 1163 BEFC1E010C07861A00B0BB3C /* ratecontrol.c */, 1164 A21FBBA90EDA78C300BC3C51 /* bandwidth.h */, 1165 A21FBBAA0EDA78C300BC3C51 /* bandwidth.c */, 1160 1166 BEFC1E020C07861A00B0BB3C /* platform.h */, 1161 1167 BEFC1E030C07861A00B0BB3C /* platform.c */, … … 1429 1435 A2DF58590DE4B2B1000795D5 /* JSON_parser.h in Headers */, 1430 1436 A25E03E20E4015380086C225 /* tr-getopt.h in Headers */, 1437 A21FBBAB0EDA78C300BC3C51 /* bandwidth.h in Headers */, 1431 1438 ); 1432 1439 runOnlyForDeploymentPostprocessing = 0; … … 1841 1848 A25E03E30E4015380086C225 /* tr-getopt.c in Sources */, 1842 1849 4DB74F080E8CD75100AEB1A8 /* wildmat.c in Sources */, 1850 A21FBBAC0EDA78C300BC3C51 /* bandwidth.c in Sources */, 1843 1851 ); 1844 1852 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.