Changeset 12004
- Timestamp:
- Feb 21, 2011, 1:42:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r11993 r12004 283 283 A2E57B9C13109DC200A7DAB1 /* FilterBar.xib in Resources */ = {isa = PBXBuildFile; fileRef = A2E57B9B13109DC200A7DAB1 /* FilterBar.xib */; }; 284 284 A2E57BA713109E6B00A7DAB1 /* FilterBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E57BA613109E6B00A7DAB1 /* FilterBarController.m */; }; 285 A2E57DFE1311FA6200A7DAB1 /* bitset.c in Sources */ = {isa = PBXBuildFile; fileRef = A2E57DFC1311FA6200A7DAB1 /* bitset.c */; }; 286 A2E57DFF1311FA6200A7DAB1 /* bitset.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E57DFD1311FA6200A7DAB1 /* bitset.h */; }; 285 287 A2E669790F5B8E5A00B4251A /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2E669780F5B8E5A00B4251A /* Security.framework */; }; 286 288 A2E9AA760C249AF400085DCF /* ToolbarCreateTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = A2E9AA750C249AF400085DCF /* ToolbarCreateTemplate.png */; }; … … 869 871 A2E57BA513109E6B00A7DAB1 /* FilterBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FilterBarController.h; path = macosx/FilterBarController.h; sourceTree = "<group>"; }; 870 872 A2E57BA613109E6B00A7DAB1 /* FilterBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FilterBarController.m; path = macosx/FilterBarController.m; sourceTree = "<group>"; }; 873 A2E57DFC1311FA6200A7DAB1 /* bitset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitset.c; path = libtransmission/bitset.c; sourceTree = "<group>"; }; 874 A2E57DFD1311FA6200A7DAB1 /* bitset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bitset.h; path = libtransmission/bitset.h; sourceTree = "<group>"; }; 871 875 A2E669780F5B8E5A00B4251A /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; 872 876 A2E9AA750C249AF400085DCF /* ToolbarCreateTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ToolbarCreateTemplate.png; path = macosx/Images/ToolbarCreateTemplate.png; sourceTree = "<group>"; }; … … 1319 1323 0A6169A50FE5C9A200C66CE6 /* bitfield.c */, 1320 1324 0A6169A60FE5C9A200C66CE6 /* bitfield.h */, 1325 A2E57DFC1311FA6200A7DAB1 /* bitset.c */, 1326 A2E57DFD1311FA6200A7DAB1 /* bitset.h */, 1321 1327 A22CFCA60FC24ED80009BD3E /* tr-dht.c */, 1322 1328 A22CFCA70FC24ED80009BD3E /* tr-dht.h */, … … 1703 1709 A284214512DA663E00FBDDBB /* tr-udp.h in Headers */, 1704 1710 A2679295130E00A000CB7464 /* tr-utp.h in Headers */, 1711 A2E57DFF1311FA6200A7DAB1 /* bitset.h in Headers */, 1705 1712 ); 1706 1713 runOnlyForDeploymentPostprocessing = 0; … … 2206 2213 A284214412DA663E00FBDDBB /* tr-udp.c in Sources */, 2207 2214 A2679294130E00A000CB7464 /* tr-utp.c in Sources */, 2215 A2E57DFE1311FA6200A7DAB1 /* bitset.c in Sources */, 2208 2216 ); 2209 2217 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.