Changeset 6419
- Timestamp:
- Jul 30, 2008, 3:20:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r6399 r6419 119 119 A25D2CBD0CF4C73E0096A262 /* stats.c in Sources */ = {isa = PBXBuildFile; fileRef = A25D2CBB0CF4C7190096A262 /* stats.c */; }; 120 120 A25D2CBE0CF4C73E0096A262 /* stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A25D2CBA0CF4C7190096A262 /* stats.h */; }; 121 A25E03D90E4015100086C225 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 122 A25E03E20E4015380086C225 /* tr-getopt.h in Headers */ = {isa = PBXBuildFile; fileRef = A25E03E00E4015380086C225 /* tr-getopt.h */; }; 123 A25E03E30E4015380086C225 /* tr-getopt.c in Sources */ = {isa = PBXBuildFile; fileRef = A25E03E10E4015380086C225 /* tr-getopt.c */; }; 121 124 A25E74650AF5097C006F11AE /* ExpandedPathToPathTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A25E74440AF5089E006F11AE /* ExpandedPathToPathTransformer.m */; }; 122 125 A25E74660AF5097D006F11AE /* ExpandedPathToIconTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A25E74460AF5089E006F11AE /* ExpandedPathToIconTransformer.m */; }; … … 529 532 A25D2CBA0CF4C7190096A262 /* stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stats.h; path = libtransmission/stats.h; sourceTree = "<group>"; }; 530 533 A25D2CBB0CF4C7190096A262 /* stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stats.c; path = libtransmission/stats.c; sourceTree = "<group>"; }; 534 A25E03E00E4015380086C225 /* tr-getopt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "tr-getopt.h"; path = "libtransmission/tr-getopt.h"; sourceTree = "<group>"; }; 535 A25E03E10E4015380086C225 /* tr-getopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "tr-getopt.c"; path = "libtransmission/tr-getopt.c"; sourceTree = "<group>"; }; 531 536 A25E74440AF5089E006F11AE /* ExpandedPathToPathTransformer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ExpandedPathToPathTransformer.m; path = macosx/ExpandedPathToPathTransformer.m; sourceTree = "<group>"; }; 532 537 A25E74450AF5089E006F11AE /* ExpandedPathToPathTransformer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ExpandedPathToPathTransformer.h; path = macosx/ExpandedPathToPathTransformer.h; sourceTree = "<group>"; }; … … 881 886 BEFC1D2D0C0783D900B0BB3C /* libtransmission.a in Frameworks */, 882 887 A22E59A90DC11A2000F4BE15 /* libcurl.dylib in Frameworks */, 888 A25E03D90E4015100086C225 /* Cocoa.framework in Frameworks */, 883 889 ); 884 890 runOnlyForDeploymentPostprocessing = 0; … … 1201 1207 A29EBE530DC01FC9006CEE80 /* web.h */, 1202 1208 A29EBE520DC01FC9006CEE80 /* web.c */, 1209 A25E03E00E4015380086C225 /* tr-getopt.h */, 1210 A25E03E10E4015380086C225 /* tr-getopt.c */, 1203 1211 A2A4E9840DE1038C000CE197 /* json.h */, 1204 1212 A2A4E9830DE1038C000CE197 /* json.c */, … … 1471 1479 A2A4EA0F0DE106EE000CE197 /* ConvertUTF.h in Headers */, 1472 1480 A2DF58590DE4B2B1000795D5 /* JSON_parser.h in Headers */, 1481 A25E03E20E4015380086C225 /* tr-getopt.h in Headers */, 1473 1482 ); 1474 1483 runOnlyForDeploymentPostprocessing = 0; … … 1915 1924 A2DF58580DE4B2B0000795D5 /* JSON_parser.c in Sources */, 1916 1925 A292A6E80DFB45FC004B9C0A /* webseed.c in Sources */, 1926 A25E03E30E4015380086C225 /* tr-getopt.c in Sources */, 1917 1927 ); 1918 1928 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.