Changeset 5870
- Timestamp:
- May 21, 2008, 2:27:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r5862 r5870 167 167 A2A4E9870DE10399000CE197 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = A2A4E9840DE1038C000CE197 /* json.h */; }; 168 168 A2A4E9880DE1039C000CE197 /* json.c in Sources */ = {isa = PBXBuildFile; fileRef = A2A4E9830DE1038C000CE197 /* json.c */; }; 169 A2A4E99F0DE10429000CE197 /* JSON_checker.h in Headers */ = {isa = PBXBuildFile; fileRef = A2A4E99B0DE10424000CE197 /* JSON_checker.h */; };170 A2A4E9A00DE1042A000CE197 /* JSON_checker.c in Sources */ = {isa = PBXBuildFile; fileRef = A2A4E99A0DE10424000CE197 /* JSON_checker.c */; };171 169 A2A4E9F40DE10539000CE197 /* shttpd.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AAB6D60DE0D5A400E04DDA /* shttpd.h */; }; 172 170 A2A4E9FA0DE10623000CE197 /* libshttpd.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A2AAB6BB0DE0D55D00E04DDA /* libshttpd.dylib */; }; … … 215 213 A2DF37070C220D03006523C1 /* CreatorWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2DF37050C220D03006523C1 /* CreatorWindowController.m */; }; 216 214 A2DF567D0DE323D3000795D5 /* QuickLook.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DF567C0DE323D3000795D5 /* QuickLook.h */; }; 215 A2DF576C0DE468C6000795D5 /* JSON_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = A2DF576A0DE468C6000795D5 /* JSON_parser.c */; }; 216 A2DF576D0DE468C6000795D5 /* JSON_parser.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DF576B0DE468C6000795D5 /* JSON_parser.h */; }; 217 217 A2E23AC60CB5E1930002BB25 /* InfoTabButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.m */; }; 218 218 A2E9AA760C249AF400085DCF /* Create.png in Resources */ = {isa = PBXBuildFile; fileRef = A2E9AA750C249AF400085DCF /* Create.png */; }; … … 619 619 A2A4E9830DE1038C000CE197 /* json.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = json.c; path = libtransmission/json.c; sourceTree = "<group>"; }; 620 620 A2A4E9840DE1038C000CE197 /* json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = json.h; path = libtransmission/json.h; sourceTree = "<group>"; }; 621 A2A4E99A0DE10424000CE197 /* JSON_checker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = JSON_checker.c; path = libtransmission/JSON_checker.c; sourceTree = "<group>"; };622 A2A4E99B0DE10424000CE197 /* JSON_checker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSON_checker.h; path = libtransmission/JSON_checker.h; sourceTree = "<group>"; };623 621 A2A4E9FC0DE10643000CE197 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defs.h; path = "third-party/shttpd/defs.h"; sourceTree = "<group>"; }; 624 622 A2A4EA0A0DE106E8000CE197 /* ConvertUTF.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ConvertUTF.c; path = libtransmission/ConvertUTF.c; sourceTree = "<group>"; }; … … 683 681 A2DF37050C220D03006523C1 /* CreatorWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CreatorWindowController.m; path = macosx/CreatorWindowController.m; sourceTree = "<group>"; }; 684 682 A2DF567C0DE323D3000795D5 /* QuickLook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = QuickLook.h; path = macosx/QuickLook.h; sourceTree = "<group>"; }; 683 A2DF576A0DE468C6000795D5 /* JSON_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = JSON_parser.c; path = libtransmission/JSON_parser.c; sourceTree = "<group>"; }; 684 A2DF576B0DE468C6000795D5 /* JSON_parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSON_parser.h; path = libtransmission/JSON_parser.h; sourceTree = "<group>"; }; 685 685 A2E23AC30CB5E1930002BB25 /* InfoTabButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = InfoTabButtonCell.h; path = macosx/InfoTabButtonCell.h; sourceTree = "<group>"; }; 686 686 A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = InfoTabButtonCell.m; path = macosx/InfoTabButtonCell.m; sourceTree = "<group>"; }; … … 1194 1194 A2A4E9840DE1038C000CE197 /* json.h */, 1195 1195 A2A4E9830DE1038C000CE197 /* json.c */, 1196 A2 A4E99A0DE10424000CE197 /* JSON_checker.c */,1197 A2 A4E99B0DE10424000CE197 /* JSON_checker.h */,1196 A2DF576A0DE468C6000795D5 /* JSON_parser.c */, 1197 A2DF576B0DE468C6000795D5 /* JSON_parser.h */, 1198 1198 A2A4EA0A0DE106E8000CE197 /* ConvertUTF.c */, 1199 1199 A2A4EA0B0DE106E8000CE197 /* ConvertUTF.h */, … … 1468 1468 A2A4E9210DE0F7E9000CE197 /* web.h in Headers */, 1469 1469 A2A4E9870DE10399000CE197 /* json.h in Headers */, 1470 A2A4E99F0DE10429000CE197 /* JSON_checker.h in Headers */,1471 1470 A2A4EA0F0DE106EE000CE197 /* ConvertUTF.h in Headers */, 1472 1471 ); … … 1483 1482 A2A4EA010DE1065D000CE197 /* compat_unix.h in Headers */, 1484 1483 A2DF567D0DE323D3000795D5 /* QuickLook.h in Headers */, 1484 A2DF576D0DE468C6000795D5 /* JSON_parser.h in Headers */, 1485 1485 ); 1486 1486 runOnlyForDeploymentPostprocessing = 0; … … 1927 1927 A2A4E9220DE0F7EB000CE197 /* web.c in Sources */, 1928 1928 A2A4E9880DE1039C000CE197 /* json.c in Sources */, 1929 A2A4E9A00DE1042A000CE197 /* JSON_checker.c in Sources */,1930 1929 A2A4EA0E0DE106EB000CE197 /* ConvertUTF.c in Sources */, 1931 1930 ); … … 2017 2016 A2AAB6F40DE0D5A600E04DDA /* string.c in Sources */, 2018 2017 A2A4EA0C0DE106E8000CE197 /* ConvertUTF.c in Sources */, 2018 A2DF576C0DE468C6000795D5 /* JSON_parser.c in Sources */, 2019 2019 ); 2020 2020 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.