Improve handling of node requests
[pithos-macos] / pithos-macos.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 6100FE8A16D7ED3C00D2351A /* SharingUserPermissionTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6100FE8816D7ECAE00D2351A /* SharingUserPermissionTransformer.m */; };
11                 610DD2F613E6BB2000ED982F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 610DD2F513E6BB2000ED982F /* Cocoa.framework */; };
12                 610DD30013E6BB2000ED982F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 610DD2FE13E6BB2000ED982F /* InfoPlist.strings */; };
13                 610DD30313E6BB2000ED982F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD30213E6BB2000ED982F /* main.m */; };
14                 610DD30613E6BB2000ED982F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 610DD30413E6BB2000ED982F /* Credits.rtf */; };
15                 610DD30913E6BB2000ED982F /* pithos_macosAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */; };
16                 610DD30C13E6BB2000ED982F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 610DD30A13E6BB2000ED982F /* MainMenu.xib */; };
17                 610DD33E13E6BD8B00ED982F /* ASIDataCompressor.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32013E6BD8B00ED982F /* ASIDataCompressor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
18                 610DD33F13E6BD8B00ED982F /* ASIDataDecompressor.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32213E6BD8B00ED982F /* ASIDataDecompressor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
19                 610DD34013E6BD8B00ED982F /* ASIDownloadCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32413E6BD8B00ED982F /* ASIDownloadCache.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
20                 610DD34113E6BD8B00ED982F /* ASIFormDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32613E6BD8B00ED982F /* ASIFormDataRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
21                 610DD34213E6BD8B00ED982F /* ASIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32813E6BD8B00ED982F /* ASIHTTPRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
22                 610DD34313E6BD8B00ED982F /* ASIInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32C13E6BD8B00ED982F /* ASIInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
23                 610DD34413E6BD8B00ED982F /* ASINetworkQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32E13E6BD8B00ED982F /* ASINetworkQueue.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
24                 610DD34513E6BD8B00ED982F /* ASIPithosAccountRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
25                 610DD34613E6BD8B00ED982F /* ASIPithosContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */; settings = {COMPILER_FLAGS = ""; }; };
26                 610DD34713E6BD8B00ED982F /* ASIPithosContainerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
27                 610DD34813E6BD8B00ED982F /* ASIPithosObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33813E6BD8B00ED982F /* ASIPithosObject.m */; settings = {COMPILER_FLAGS = ""; }; };
28                 610DD34913E6BD8B00ED982F /* ASIPithosObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
29                 610DD34A13E6BD8B00ED982F /* ASIPithosRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
30                 610DD34E13E6BEF400ED982F /* PithosBrowserController.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD34D13E6BEF400ED982F /* PithosBrowserController.m */; };
31                 610DD35013E6C00E00ED982F /* PithosBrowserController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */; };
32                 610DD35413E6C09100ED982F /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 610DD35313E6C09100ED982F /* CoreServices.framework */; };
33                 610DD35613E6C0A700ED982F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 610DD35513E6C0A700ED982F /* SystemConfiguration.framework */; };
34                 610DD35913E6C3D200ED982F /* PithosNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD35813E6C3D100ED982F /* PithosNode.m */; };
35                 610DD36413E6E2E400ED982F /* PithosAccountNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD36313E6E2E400ED982F /* PithosAccountNode.m */; };
36                 610DD36713E6E69D00ED982F /* PithosContainerNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD36613E6E69D00ED982F /* PithosContainerNode.m */; };
37                 610DD37213E7059900ED982F /* PithosObjectNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD37113E7059900ED982F /* PithosObjectNode.m */; };
38                 610DD37513E7064F00ED982F /* PithosSubdirNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD37413E7064F00ED982F /* PithosSubdirNode.m */; };
39                 611405D01428BEC000637170 /* PithosContainerNodeInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */; };
40                 611405D11428BEC000637170 /* PithosContainerNodeInfoController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */; };
41                 611FFCAF13EBF0B900E43E18 /* PithosEmptyNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */; };
42                 611FFCB313EBF40900E43E18 /* ImageAndTextCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 611FFCB213EBF40900E43E18 /* ImageAndTextCell.m */; };
43                 6121250913F033F500063041 /* PithosBrowserPreviewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6121250813F033F400063041 /* PithosBrowserPreviewController.xib */; };
44                 613629B5143E0F8B00363787 /* GroupMembersDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 613629B4143E0F8B00363787 /* GroupMembersDictionaryTransformer.m */; };
45                 613629B9143E51E000363787 /* GroupAndGroupMemberFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 613629B8143E51E000363787 /* GroupAndGroupMemberFormatter.m */; };
46                 6139837113EFEECC004CE444 /* FileSystemBrowserCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6139837013EFEECC004CE444 /* FileSystemBrowserCell.m */; };
47                 613BA8631461520E00FACAA5 /* NonEmptyStringFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 613BA8621461520E00FACAA5 /* NonEmptyStringFormatter.m */; };
48                 614299A914CEF0E7008D973A /* ASIPithos.m in Sources */ = {isa = PBXBuildFile; fileRef = 614299A814CEF0E7008D973A /* ASIPithos.m */; settings = {COMPILER_FLAGS = ""; }; };
49                 61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 61433BC8141BA1CE00CD978D /* HashMapHash.m */; };
50                 614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 614592BB1417CE70002E7A8C /* ASIPithosAccount.m */; settings = {COMPILER_FLAGS = ""; }; };
51                 614EEC8414E16EB5009DEFCC /* PithosAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 614EEC8314E16EB5009DEFCC /* PithosAccount.m */; };
52                 6152D08C143200CC00803874 /* PithosSharingAccountsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */; };
53                 6152D092143334CC00803874 /* AllowedToBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D091143334CC00803874 /* AllowedToBoolTransformer.m */; };
54                 6152D095143334E000803874 /* SharingAccountBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D094143334E000803874 /* SharingAccountBoolTransformer.m */; };
55                 6154BF4B145554D600EE353A /* pithos-logo-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 6154BF4A145554D600EE353A /* pithos-logo-small.png */; };
56                 6154BF501456A83200EE353A /* UsingSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6154BF4F1456A83100EE353A /* UsingSizeTransformer.m */; };
57                 6154BF531456EE4900EE353A /* DirPathFileURLTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6154BF521456EE4700EE353A /* DirPathFileURLTransformer.m */; };
58                 615615DD140CECDB00017BD4 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 615615DC140CECDB00017BD4 /* libz.dylib */; };
59                 615A444E140F8A5700308614 /* MetadataKeyTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 615A444D140F8A5700308614 /* MetadataKeyTransformer.m */; };
60                 615A4451140F8A7F00308614 /* MetadataKeyFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */; };
61                 6164B2DD1450E55C00D4C1AB /* LastCompletedSyncTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6164B2DC1450E55C00D4C1AB /* LastCompletedSyncTransformer.m */; };
62                 616FC0AF13F91BA400140A33 /* PithosObjectNodeInfoController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */; };
63                 616FC0B313F97D0800140A33 /* PithosNodeInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */; };
64                 617460F1140BE45C00D333A1 /* BytesExtendedSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 617460F0140BE45C00D333A1 /* BytesExtendedSizeTransformer.m */; };
65                 617A430C14630A3100DAB367 /* pithos.icns in Resources */ = {isa = PBXBuildFile; fileRef = 617A430B14630A3100DAB367 /* pithos.icns */; };
66                 617A431114630CD900DAB367 /* pithos-large.png in Resources */ = {isa = PBXBuildFile; fileRef = 617A431014630CD900DAB367 /* pithos-large.png */; };
67                 6180C22B13FAEF4B00BCA40B /* BytesSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180C22A13FAEF4B00BCA40B /* BytesSizeTransformer.m */; };
68                 6180C22E13FBF1FD00BCA40B /* LastModifiedDateTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180C22D13FBF1FD00BCA40B /* LastModifiedDateTransformer.m */; };
69                 618A7FD81438CE5D0040F043 /* PithosActivityFacility.m in Sources */ = {isa = PBXBuildFile; fileRef = 618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */; };
70                 618A7FF6143A20830040F043 /* PithosActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 618A7FF5143A20830040F043 /* PithosActivity.m */; };
71                 619B85D513F8077800C9371F /* PithosPreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 619B85D313F8077100C9371F /* PithosPreferencesController.m */; };
72                 619B85D613F8077800C9371F /* PithosPreferencesController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 619B85D413F8077300C9371F /* PithosPreferencesController.xib */; };
73                 61C24BBB1410D350007004DC /* PublicURLTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BBA1410D350007004DC /* PublicURLTransformer.m */; };
74                 61C24BEC14161EC7007004DC /* PithosUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BEB14161EC3007004DC /* PithosUtilities.m */; };
75                 61C65ADF1428C578002597C2 /* CountTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65ADE1428C578002597C2 /* CountTransformer.m */; };
76                 61C65AE6142918DD002597C2 /* PithosObjectNodeInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */; };
77                 61D83D9F16D03B1900A1F059 /* NSObject+SBJson.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D8716D03B1900A1F059 /* NSObject+SBJson.m */; };
78                 61D83DA016D03B1900A1F059 /* SBJsonParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D8A16D03B1900A1F059 /* SBJsonParser.m */; };
79                 61D83DA116D03B1900A1F059 /* SBJsonStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D8C16D03B1900A1F059 /* SBJsonStreamParser.m */; };
80                 61D83DA216D03B1900A1F059 /* SBJsonStreamParserAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D8E16D03B1900A1F059 /* SBJsonStreamParserAccumulator.m */; };
81                 61D83DA316D03B1900A1F059 /* SBJsonStreamParserAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9016D03B1900A1F059 /* SBJsonStreamParserAdapter.m */; };
82                 61D83DA416D03B1900A1F059 /* SBJsonStreamParserState.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9216D03B1900A1F059 /* SBJsonStreamParserState.m */; };
83                 61D83DA516D03B1900A1F059 /* SBJsonStreamWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9416D03B1900A1F059 /* SBJsonStreamWriter.m */; };
84                 61D83DA616D03B1900A1F059 /* SBJsonStreamWriterAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9616D03B1900A1F059 /* SBJsonStreamWriterAccumulator.m */; };
85                 61D83DA716D03B1900A1F059 /* SBJsonStreamWriterState.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9816D03B1900A1F059 /* SBJsonStreamWriterState.m */; };
86                 61D83DA816D03B1900A1F059 /* SBJsonTokeniser.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9A16D03B1900A1F059 /* SBJsonTokeniser.m */; };
87                 61D83DA916D03B1900A1F059 /* SBJsonUTF8Stream.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9C16D03B1900A1F059 /* SBJsonUTF8Stream.m */; };
88                 61D83DAA16D03B1900A1F059 /* SBJsonWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D83D9E16D03B1900A1F059 /* SBJsonWriter.m */; };
89                 61EF84AB16D6A142002B7B88 /* ASIPithosSharingUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 613F5E9916D5979500343069 /* ASIPithosSharingUser.m */; };
90                 61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 61F040F11448547000A0C788 /* FileMD5Hash.c */; };
91                 61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EE144757B500A0C788 /* PithosLocalObjectState.m */; };
92                 61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EA144724F500A0C788 /* PithosSyncDaemon.m */; };
93                 E26038A7150009E400DAC6EB /* InspectorPane.m in Sources */ = {isa = PBXBuildFile; fileRef = E260389C150009E400DAC6EB /* InspectorPane.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
94                 E26038A8150009E400DAC6EB /* InspectorPaneBody.m in Sources */ = {isa = PBXBuildFile; fileRef = E260389E150009E400DAC6EB /* InspectorPaneBody.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
95                 E26038A9150009E400DAC6EB /* InspectorPaneContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A0150009E400DAC6EB /* InspectorPaneContainer.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
96                 E26038AA150009E400DAC6EB /* InspectorPaneHead.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A2150009E400DAC6EB /* InspectorPaneHead.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
97                 E26038AB150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A4150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
98                 E26038AC150009E400DAC6EB /* NSWindow+Geometry.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A6150009E400DAC6EB /* NSWindow+Geometry.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
99                 E26038B215000C4B00DAC6EB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26038B115000C4B00DAC6EB /* QuartzCore.framework */; };
100 /* End PBXBuildFile section */
101
102 /* Begin PBXFileReference section */
103                 6100FE8716D7ECAE00D2351A /* SharingUserPermissionTransformer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SharingUserPermissionTransformer.h; path = "pithos-macos/SharingUserPermissionTransformer.h"; sourceTree = "<group>"; };
104                 6100FE8816D7ECAE00D2351A /* SharingUserPermissionTransformer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SharingUserPermissionTransformer.m; path = "pithos-macos/SharingUserPermissionTransformer.m"; sourceTree = "<group>"; };
105                 610DD2F113E6BB2000ED982F /* Pithos+.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Pithos+.app"; sourceTree = BUILT_PRODUCTS_DIR; };
106                 610DD2F513E6BB2000ED982F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
107                 610DD2F813E6BB2000ED982F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
108                 610DD2F913E6BB2000ED982F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
109                 610DD2FA13E6BB2000ED982F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
110                 610DD2FD13E6BB2000ED982F /* pithos-macos-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "pithos-macos-Info.plist"; sourceTree = "<group>"; };
111                 610DD2FF13E6BB2000ED982F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
112                 610DD30113E6BB2000ED982F /* pithos-macos-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pithos-macos-Prefix.pch"; sourceTree = "<group>"; };
113                 610DD30213E6BB2000ED982F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
114                 610DD30513E6BB2000ED982F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
115                 610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pithos_macosAppDelegate.h; sourceTree = "<group>"; };
116                 610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = pithos_macosAppDelegate.m; sourceTree = "<group>"; };
117                 610DD30B13E6BB2000ED982F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
118                 610DD31E13E6BD8B00ED982F /* ASICacheDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASICacheDelegate.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASICacheDelegate.h"; sourceTree = "<group>"; };
119                 610DD31F13E6BD8B00ED982F /* ASIDataCompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIDataCompressor.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIDataCompressor.h"; sourceTree = "<group>"; };
120                 610DD32013E6BD8B00ED982F /* ASIDataCompressor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIDataCompressor.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIDataCompressor.m"; sourceTree = "<group>"; };
121                 610DD32113E6BD8B00ED982F /* ASIDataDecompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIDataDecompressor.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIDataDecompressor.h"; sourceTree = "<group>"; };
122                 610DD32213E6BD8B00ED982F /* ASIDataDecompressor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIDataDecompressor.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIDataDecompressor.m"; sourceTree = "<group>"; };
123                 610DD32313E6BD8B00ED982F /* ASIDownloadCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIDownloadCache.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIDownloadCache.h"; sourceTree = "<group>"; };
124                 610DD32413E6BD8B00ED982F /* ASIDownloadCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIDownloadCache.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIDownloadCache.m"; sourceTree = "<group>"; };
125                 610DD32513E6BD8B00ED982F /* ASIFormDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIFormDataRequest.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIFormDataRequest.h"; sourceTree = "<group>"; };
126                 610DD32613E6BD8B00ED982F /* ASIFormDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIFormDataRequest.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIFormDataRequest.m"; sourceTree = "<group>"; };
127                 610DD32713E6BD8B00ED982F /* ASIHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIHTTPRequest.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIHTTPRequest.h"; sourceTree = "<group>"; };
128                 610DD32813E6BD8B00ED982F /* ASIHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIHTTPRequest.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIHTTPRequest.m"; sourceTree = "<group>"; };
129                 610DD32913E6BD8B00ED982F /* ASIHTTPRequestConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIHTTPRequestConfig.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIHTTPRequestConfig.h"; sourceTree = "<group>"; };
130                 610DD32A13E6BD8B00ED982F /* ASIHTTPRequestDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIHTTPRequestDelegate.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIHTTPRequestDelegate.h"; sourceTree = "<group>"; };
131                 610DD32B13E6BD8B00ED982F /* ASIInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIInputStream.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIInputStream.h"; sourceTree = "<group>"; };
132                 610DD32C13E6BD8B00ED982F /* ASIInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIInputStream.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIInputStream.m"; sourceTree = "<group>"; };
133                 610DD32D13E6BD8B00ED982F /* ASINetworkQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASINetworkQueue.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASINetworkQueue.h"; sourceTree = "<group>"; };
134                 610DD32E13E6BD8B00ED982F /* ASINetworkQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASINetworkQueue.m; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASINetworkQueue.m"; sourceTree = "<group>"; };
135                 610DD32F13E6BD8B00ED982F /* ASIProgressDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIProgressDelegate.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/ASIProgressDelegate.h"; sourceTree = "<group>"; };
136                 610DD33113E6BD8B00ED982F /* ASIPithosAccountRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosAccountRequest.h; sourceTree = "<group>"; };
137                 610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosAccountRequest.m; sourceTree = "<group>"; };
138                 610DD33313E6BD8B00ED982F /* ASIPithosContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosContainer.h; sourceTree = "<group>"; };
139                 610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosContainer.m; sourceTree = "<group>"; };
140                 610DD33513E6BD8B00ED982F /* ASIPithosContainerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosContainerRequest.h; sourceTree = "<group>"; };
141                 610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosContainerRequest.m; sourceTree = "<group>"; };
142                 610DD33713E6BD8B00ED982F /* ASIPithosObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosObject.h; sourceTree = "<group>"; };
143                 610DD33813E6BD8B00ED982F /* ASIPithosObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosObject.m; sourceTree = "<group>"; };
144                 610DD33913E6BD8B00ED982F /* ASIPithosObjectRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosObjectRequest.h; sourceTree = "<group>"; };
145                 610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosObjectRequest.m; sourceTree = "<group>"; };
146                 610DD33B13E6BD8B00ED982F /* ASIPithosRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosRequest.h; sourceTree = "<group>"; };
147                 610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosRequest.m; sourceTree = "<group>"; };
148                 610DD34B13E6BD9800ED982F /* ASINSXMLParserCompat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASINSXMLParserCompat.h; path = "pithos-apple-common/asi-http-request-with-pithos/Classes/S3/ASINSXMLParserCompat.h"; sourceTree = "<group>"; };
149                 610DD34C13E6BEF400ED982F /* PithosBrowserController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosBrowserController.h; sourceTree = "<group>"; };
150                 610DD34D13E6BEF400ED982F /* PithosBrowserController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosBrowserController.m; sourceTree = "<group>"; };
151                 610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosBrowserController.xib; sourceTree = "<group>"; };
152                 610DD35313E6C09100ED982F /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
153                 610DD35513E6C0A700ED982F /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
154                 610DD35713E6C3D100ED982F /* PithosNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosNode.h; sourceTree = "<group>"; };
155                 610DD35813E6C3D100ED982F /* PithosNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosNode.m; sourceTree = "<group>"; };
156                 610DD36213E6E2E400ED982F /* PithosAccountNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosAccountNode.h; sourceTree = "<group>"; };
157                 610DD36313E6E2E400ED982F /* PithosAccountNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosAccountNode.m; sourceTree = "<group>"; };
158                 610DD36513E6E69D00ED982F /* PithosContainerNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosContainerNode.h; sourceTree = "<group>"; };
159                 610DD36613E6E69D00ED982F /* PithosContainerNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosContainerNode.m; sourceTree = "<group>"; };
160                 610DD37013E7059800ED982F /* PithosObjectNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosObjectNode.h; sourceTree = "<group>"; };
161                 610DD37113E7059900ED982F /* PithosObjectNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosObjectNode.m; sourceTree = "<group>"; };
162                 610DD37313E7064E00ED982F /* PithosSubdirNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSubdirNode.h; sourceTree = "<group>"; };
163                 610DD37413E7064F00ED982F /* PithosSubdirNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSubdirNode.m; sourceTree = "<group>"; };
164                 611405CD1428BEBD00637170 /* PithosContainerNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosContainerNodeInfoController.h; sourceTree = "<group>"; };
165                 611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosContainerNodeInfoController.m; sourceTree = "<group>"; };
166                 611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosContainerNodeInfoController.xib; sourceTree = "<group>"; };
167                 611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosEmptyNode.h; sourceTree = "<group>"; };
168                 611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosEmptyNode.m; sourceTree = "<group>"; };
169                 611FFCB113EBF40900E43E18 /* ImageAndTextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageAndTextCell.h; path = "pithos-macos/ImageAndTextCell.h"; sourceTree = "<group>"; };
170                 611FFCB213EBF40900E43E18 /* ImageAndTextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageAndTextCell.m; path = "pithos-macos/ImageAndTextCell.m"; sourceTree = "<group>"; };
171                 6121250813F033F400063041 /* PithosBrowserPreviewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosBrowserPreviewController.xib; sourceTree = "<group>"; };
172                 613629B3143E0F8B00363787 /* GroupMembersDictionaryTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupMembersDictionaryTransformer.h; path = "pithos-macos/GroupMembersDictionaryTransformer.h"; sourceTree = "<group>"; };
173                 613629B4143E0F8B00363787 /* GroupMembersDictionaryTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupMembersDictionaryTransformer.m; path = "pithos-macos/GroupMembersDictionaryTransformer.m"; sourceTree = "<group>"; };
174                 613629B7143E51E000363787 /* GroupAndGroupMemberFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupAndGroupMemberFormatter.h; path = "pithos-macos/GroupAndGroupMemberFormatter.h"; sourceTree = "<group>"; };
175                 613629B8143E51E000363787 /* GroupAndGroupMemberFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupAndGroupMemberFormatter.m; path = "pithos-macos/GroupAndGroupMemberFormatter.m"; sourceTree = "<group>"; };
176                 6139836F13EFEECC004CE444 /* FileSystemBrowserCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileSystemBrowserCell.h; path = "pithos-macos/FileSystemBrowserCell.h"; sourceTree = "<group>"; };
177                 6139837013EFEECC004CE444 /* FileSystemBrowserCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileSystemBrowserCell.m; path = "pithos-macos/FileSystemBrowserCell.m"; sourceTree = "<group>"; };
178                 613BA8611461520E00FACAA5 /* NonEmptyStringFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NonEmptyStringFormatter.h; path = "pithos-macos/NonEmptyStringFormatter.h"; sourceTree = "<group>"; };
179                 613BA8621461520E00FACAA5 /* NonEmptyStringFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NonEmptyStringFormatter.m; path = "pithos-macos/NonEmptyStringFormatter.m"; sourceTree = "<group>"; };
180                 613F5E9816D5979500343069 /* ASIPithosSharingUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASIPithosSharingUser.h; sourceTree = "<group>"; };
181                 613F5E9916D5979500343069 /* ASIPithosSharingUser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASIPithosSharingUser.m; sourceTree = "<group>"; };
182                 614299A714CEF0E7008D973A /* ASIPithos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithos.h; sourceTree = "<group>"; };
183                 614299A814CEF0E7008D973A /* ASIPithos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithos.m; sourceTree = "<group>"; };
184                 61433BC7141BA1CE00CD978D /* HashMapHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HashMapHash.h; path = "pithos-macos/HashMapHash.h"; sourceTree = "<group>"; };
185                 61433BC8141BA1CE00CD978D /* HashMapHash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HashMapHash.m; path = "pithos-macos/HashMapHash.m"; sourceTree = "<group>"; };
186                 614592BA1417CE70002E7A8C /* ASIPithosAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosAccount.h; sourceTree = "<group>"; };
187                 614592BB1417CE70002E7A8C /* ASIPithosAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosAccount.m; sourceTree = "<group>"; };
188                 614EEC8214E16EB5009DEFCC /* PithosAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosAccount.h; sourceTree = "<group>"; };
189                 614EEC8314E16EB5009DEFCC /* PithosAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosAccount.m; sourceTree = "<group>"; };
190                 6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSharingAccountsNode.h; sourceTree = "<group>"; };
191                 6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSharingAccountsNode.m; sourceTree = "<group>"; };
192                 6152D090143334CC00803874 /* AllowedToBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AllowedToBoolTransformer.h; path = "pithos-macos/AllowedToBoolTransformer.h"; sourceTree = "<group>"; };
193                 6152D091143334CC00803874 /* AllowedToBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AllowedToBoolTransformer.m; path = "pithos-macos/AllowedToBoolTransformer.m"; sourceTree = "<group>"; };
194                 6152D093143334E000803874 /* SharingAccountBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharingAccountBoolTransformer.h; path = "pithos-macos/SharingAccountBoolTransformer.h"; sourceTree = "<group>"; };
195                 6152D094143334E000803874 /* SharingAccountBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingAccountBoolTransformer.m; path = "pithos-macos/SharingAccountBoolTransformer.m"; sourceTree = "<group>"; };
196                 6154BF4A145554D600EE353A /* pithos-logo-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pithos-logo-small.png"; sourceTree = "<group>"; };
197                 6154BF4E1456A83100EE353A /* UsingSizeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UsingSizeTransformer.h; path = "pithos-macos/UsingSizeTransformer.h"; sourceTree = "<group>"; };
198                 6154BF4F1456A83100EE353A /* UsingSizeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UsingSizeTransformer.m; path = "pithos-macos/UsingSizeTransformer.m"; sourceTree = "<group>"; };
199                 6154BF511456EE4600EE353A /* DirPathFileURLTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DirPathFileURLTransformer.h; path = "pithos-macos/DirPathFileURLTransformer.h"; sourceTree = "<group>"; };
200                 6154BF521456EE4700EE353A /* DirPathFileURLTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DirPathFileURLTransformer.m; path = "pithos-macos/DirPathFileURLTransformer.m"; sourceTree = "<group>"; };
201                 615615DC140CECDB00017BD4 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
202                 615A444C140F8A5700308614 /* MetadataKeyTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MetadataKeyTransformer.h; path = "pithos-macos/MetadataKeyTransformer.h"; sourceTree = "<group>"; };
203                 615A444D140F8A5700308614 /* MetadataKeyTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MetadataKeyTransformer.m; path = "pithos-macos/MetadataKeyTransformer.m"; sourceTree = "<group>"; };
204                 615A444F140F8A7F00308614 /* MetadataKeyFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MetadataKeyFormatter.h; path = "pithos-macos/MetadataKeyFormatter.h"; sourceTree = "<group>"; };
205                 615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MetadataKeyFormatter.m; path = "pithos-macos/MetadataKeyFormatter.m"; sourceTree = "<group>"; };
206                 6164B2DB1450E55C00D4C1AB /* LastCompletedSyncTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LastCompletedSyncTransformer.h; path = "pithos-macos/LastCompletedSyncTransformer.h"; sourceTree = "<group>"; };
207                 6164B2DC1450E55C00D4C1AB /* LastCompletedSyncTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LastCompletedSyncTransformer.m; path = "pithos-macos/LastCompletedSyncTransformer.m"; sourceTree = "<group>"; };
208                 616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosObjectNodeInfoController.xib; sourceTree = "<group>"; };
209                 616FC0B113F97D0800140A33 /* PithosNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosNodeInfoController.h; sourceTree = "<group>"; };
210                 616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosNodeInfoController.m; sourceTree = "<group>"; };
211                 617460EF140BE45C00D333A1 /* BytesExtendedSizeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BytesExtendedSizeTransformer.h; path = "pithos-macos/BytesExtendedSizeTransformer.h"; sourceTree = "<group>"; };
212                 617460F0140BE45C00D333A1 /* BytesExtendedSizeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BytesExtendedSizeTransformer.m; path = "pithos-macos/BytesExtendedSizeTransformer.m"; sourceTree = "<group>"; };
213                 617A430B14630A3100DAB367 /* pithos.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = pithos.icns; sourceTree = "<group>"; };
214                 617A431014630CD900DAB367 /* pithos-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pithos-large.png"; sourceTree = "<group>"; };
215                 6180C22913FAEF4B00BCA40B /* BytesSizeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BytesSizeTransformer.h; path = "pithos-macos/BytesSizeTransformer.h"; sourceTree = "<group>"; };
216                 6180C22A13FAEF4B00BCA40B /* BytesSizeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BytesSizeTransformer.m; path = "pithos-macos/BytesSizeTransformer.m"; sourceTree = "<group>"; };
217                 6180C22C13FBF1FC00BCA40B /* LastModifiedDateTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LastModifiedDateTransformer.h; path = "pithos-macos/LastModifiedDateTransformer.h"; sourceTree = "<group>"; };
218                 6180C22D13FBF1FD00BCA40B /* LastModifiedDateTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LastModifiedDateTransformer.m; path = "pithos-macos/LastModifiedDateTransformer.m"; sourceTree = "<group>"; };
219                 618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosActivityFacility.h; sourceTree = "<group>"; };
220                 618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosActivityFacility.m; sourceTree = "<group>"; };
221                 618A7FF4143A20830040F043 /* PithosActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosActivity.h; sourceTree = "<group>"; };
222                 618A7FF5143A20830040F043 /* PithosActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosActivity.m; sourceTree = "<group>"; };
223                 619B85D213F8076F00C9371F /* PithosPreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosPreferencesController.h; sourceTree = "<group>"; };
224                 619B85D313F8077100C9371F /* PithosPreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosPreferencesController.m; sourceTree = "<group>"; };
225                 619B85D413F8077300C9371F /* PithosPreferencesController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosPreferencesController.xib; sourceTree = "<group>"; };
226                 61C24BB91410D350007004DC /* PublicURLTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PublicURLTransformer.h; path = "pithos-macos/PublicURLTransformer.h"; sourceTree = "<group>"; };
227                 61C24BBA1410D350007004DC /* PublicURLTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PublicURLTransformer.m; path = "pithos-macos/PublicURLTransformer.m"; sourceTree = "<group>"; };
228                 61C24BEA14161EC0007004DC /* PithosUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosUtilities.h; sourceTree = "<group>"; };
229                 61C24BEB14161EC3007004DC /* PithosUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosUtilities.m; sourceTree = "<group>"; };
230                 61C65ADD1428C578002597C2 /* CountTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CountTransformer.h; path = "pithos-macos/CountTransformer.h"; sourceTree = "<group>"; };
231                 61C65ADE1428C578002597C2 /* CountTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CountTransformer.m; path = "pithos-macos/CountTransformer.m"; sourceTree = "<group>"; };
232                 61C65AE11428D41C002597C2 /* PolicyVersioningTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolicyVersioningTransformer.h; path = "pithos-macos/PolicyVersioningTransformer.h"; sourceTree = "<group>"; };
233                 61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PolicyVersioningTransformer.m; path = "pithos-macos/PolicyVersioningTransformer.m"; sourceTree = "<group>"; };
234                 61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosObjectNodeInfoController.h; sourceTree = "<group>"; };
235                 61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosObjectNodeInfoController.m; sourceTree = "<group>"; };
236                 61D83D8616D03B1900A1F059 /* NSObject+SBJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSObject+SBJson.h"; path = "pithos-apple-common/json-framework-3.2.0/Classes/NSObject+SBJson.h"; sourceTree = "<group>"; };
237                 61D83D8716D03B1900A1F059 /* NSObject+SBJson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSObject+SBJson.m"; path = "pithos-apple-common/json-framework-3.2.0/Classes/NSObject+SBJson.m"; sourceTree = "<group>"; };
238                 61D83D8816D03B1900A1F059 /* SBJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJson.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJson.h"; sourceTree = "<group>"; };
239                 61D83D8916D03B1900A1F059 /* SBJsonParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonParser.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonParser.h"; sourceTree = "<group>"; };
240                 61D83D8A16D03B1900A1F059 /* SBJsonParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonParser.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonParser.m"; sourceTree = "<group>"; };
241                 61D83D8B16D03B1900A1F059 /* SBJsonStreamParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParser.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParser.h"; sourceTree = "<group>"; };
242                 61D83D8C16D03B1900A1F059 /* SBJsonStreamParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParser.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParser.m"; sourceTree = "<group>"; };
243                 61D83D8D16D03B1900A1F059 /* SBJsonStreamParserAccumulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserAccumulator.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParserAccumulator.h"; sourceTree = "<group>"; };
244                 61D83D8E16D03B1900A1F059 /* SBJsonStreamParserAccumulator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserAccumulator.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParserAccumulator.m"; sourceTree = "<group>"; };
245                 61D83D8F16D03B1900A1F059 /* SBJsonStreamParserAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserAdapter.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParserAdapter.h"; sourceTree = "<group>"; };
246                 61D83D9016D03B1900A1F059 /* SBJsonStreamParserAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserAdapter.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParserAdapter.m"; sourceTree = "<group>"; };
247                 61D83D9116D03B1900A1F059 /* SBJsonStreamParserState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserState.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParserState.h"; sourceTree = "<group>"; };
248                 61D83D9216D03B1900A1F059 /* SBJsonStreamParserState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserState.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamParserState.m"; sourceTree = "<group>"; };
249                 61D83D9316D03B1900A1F059 /* SBJsonStreamWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriter.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamWriter.h"; sourceTree = "<group>"; };
250                 61D83D9416D03B1900A1F059 /* SBJsonStreamWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriter.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamWriter.m"; sourceTree = "<group>"; };
251                 61D83D9516D03B1900A1F059 /* SBJsonStreamWriterAccumulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriterAccumulator.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamWriterAccumulator.h"; sourceTree = "<group>"; };
252                 61D83D9616D03B1900A1F059 /* SBJsonStreamWriterAccumulator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriterAccumulator.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamWriterAccumulator.m"; sourceTree = "<group>"; };
253                 61D83D9716D03B1900A1F059 /* SBJsonStreamWriterState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriterState.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamWriterState.h"; sourceTree = "<group>"; };
254                 61D83D9816D03B1900A1F059 /* SBJsonStreamWriterState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriterState.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonStreamWriterState.m"; sourceTree = "<group>"; };
255                 61D83D9916D03B1900A1F059 /* SBJsonTokeniser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonTokeniser.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonTokeniser.h"; sourceTree = "<group>"; };
256                 61D83D9A16D03B1900A1F059 /* SBJsonTokeniser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonTokeniser.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonTokeniser.m"; sourceTree = "<group>"; };
257                 61D83D9B16D03B1900A1F059 /* SBJsonUTF8Stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonUTF8Stream.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonUTF8Stream.h"; sourceTree = "<group>"; };
258                 61D83D9C16D03B1900A1F059 /* SBJsonUTF8Stream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonUTF8Stream.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonUTF8Stream.m"; sourceTree = "<group>"; };
259                 61D83D9D16D03B1900A1F059 /* SBJsonWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonWriter.h; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonWriter.h"; sourceTree = "<group>"; };
260                 61D83D9E16D03B1900A1F059 /* SBJsonWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonWriter.m; path = "pithos-apple-common/json-framework-3.2.0/Classes/SBJsonWriter.m"; sourceTree = "<group>"; };
261                 61F040E9144724F500A0C788 /* PithosSyncDaemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSyncDaemon.h; sourceTree = "<group>"; };
262                 61F040EA144724F500A0C788 /* PithosSyncDaemon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSyncDaemon.m; sourceTree = "<group>"; };
263                 61F040ED144757B500A0C788 /* PithosLocalObjectState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosLocalObjectState.h; sourceTree = "<group>"; };
264                 61F040EE144757B500A0C788 /* PithosLocalObjectState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosLocalObjectState.m; sourceTree = "<group>"; };
265                 61F040F11448547000A0C788 /* FileMD5Hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = FileMD5Hash.c; path = "pithos-macos/FileMD5Hash.c"; sourceTree = "<group>"; };
266                 61F040F21448547000A0C788 /* FileMD5Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileMD5Hash.h; path = "pithos-macos/FileMD5Hash.h"; sourceTree = "<group>"; };
267                 E260389B150009E400DAC6EB /* InspectorPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPane.h; path = InspectorKit.framework/InspectorPane.h; sourceTree = "<group>"; };
268                 E260389C150009E400DAC6EB /* InspectorPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPane.m; path = InspectorKit.framework/InspectorPane.m; sourceTree = "<group>"; };
269                 E260389D150009E400DAC6EB /* InspectorPaneBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPaneBody.h; path = InspectorKit.framework/InspectorPaneBody.h; sourceTree = "<group>"; };
270                 E260389E150009E400DAC6EB /* InspectorPaneBody.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPaneBody.m; path = InspectorKit.framework/InspectorPaneBody.m; sourceTree = "<group>"; };
271                 E260389F150009E400DAC6EB /* InspectorPaneContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPaneContainer.h; path = InspectorKit.framework/InspectorPaneContainer.h; sourceTree = "<group>"; };
272                 E26038A0150009E400DAC6EB /* InspectorPaneContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPaneContainer.m; path = InspectorKit.framework/InspectorPaneContainer.m; sourceTree = "<group>"; };
273                 E26038A1150009E400DAC6EB /* InspectorPaneHead.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPaneHead.h; path = InspectorKit.framework/InspectorPaneHead.h; sourceTree = "<group>"; };
274                 E26038A2150009E400DAC6EB /* InspectorPaneHead.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPaneHead.m; path = InspectorKit.framework/InspectorPaneHead.m; sourceTree = "<group>"; };
275                 E26038A3150009E400DAC6EB /* NSBezierPath+StrokeExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+StrokeExtensions.h"; path = "InspectorKit.framework/NSBezierPath+StrokeExtensions.h"; sourceTree = "<group>"; };
276                 E26038A4150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+StrokeExtensions.m"; path = "InspectorKit.framework/NSBezierPath+StrokeExtensions.m"; sourceTree = "<group>"; };
277                 E26038A5150009E400DAC6EB /* NSWindow+Geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSWindow+Geometry.h"; path = "InspectorKit.framework/NSWindow+Geometry.h"; sourceTree = "<group>"; };
278                 E26038A6150009E400DAC6EB /* NSWindow+Geometry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSWindow+Geometry.m"; path = "InspectorKit.framework/NSWindow+Geometry.m"; sourceTree = "<group>"; };
279                 E26038B115000C4B00DAC6EB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
280 /* End PBXFileReference section */
281
282 /* Begin PBXFrameworksBuildPhase section */
283                 610DD2EE13E6BB2000ED982F /* Frameworks */ = {
284                         isa = PBXFrameworksBuildPhase;
285                         buildActionMask = 2147483647;
286                         files = (
287                                 E26038B215000C4B00DAC6EB /* QuartzCore.framework in Frameworks */,
288                                 615615DD140CECDB00017BD4 /* libz.dylib in Frameworks */,
289                                 610DD35613E6C0A700ED982F /* SystemConfiguration.framework in Frameworks */,
290                                 610DD35413E6C09100ED982F /* CoreServices.framework in Frameworks */,
291                                 610DD2F613E6BB2000ED982F /* Cocoa.framework in Frameworks */,
292                         );
293                         runOnlyForDeploymentPostprocessing = 0;
294                 };
295 /* End PBXFrameworksBuildPhase section */
296
297 /* Begin PBXGroup section */
298                 610DD2E613E6BB2000ED982F = {
299                         isa = PBXGroup;
300                         children = (
301                                 6139837313F01CFC004CE444 /* Utilities */,
302                                 610DD31A13E6BD4200ED982F /* asi-http-request */,
303                                 E26038991500091D00DAC6EB /* InspectorKit Framework */,
304                                 610DD2FB13E6BB2000ED982F /* pithos-macos */,
305                                 61D83D8416D03AA800A1F059 /* JSON Framework */,
306                                 610DD2F413E6BB2000ED982F /* Frameworks */,
307                                 610DD2F213E6BB2000ED982F /* Products */,
308                         );
309                         sourceTree = "<group>";
310                 };
311                 610DD2F213E6BB2000ED982F /* Products */ = {
312                         isa = PBXGroup;
313                         children = (
314                                 610DD2F113E6BB2000ED982F /* Pithos+.app */,
315                         );
316                         name = Products;
317                         sourceTree = "<group>";
318                 };
319                 610DD2F413E6BB2000ED982F /* Frameworks */ = {
320                         isa = PBXGroup;
321                         children = (
322                                 615615DC140CECDB00017BD4 /* libz.dylib */,
323                                 E26038B115000C4B00DAC6EB /* QuartzCore.framework */,
324                                 610DD2F513E6BB2000ED982F /* Cocoa.framework */,
325                                 610DD35313E6C09100ED982F /* CoreServices.framework */,
326                                 610DD35513E6C0A700ED982F /* SystemConfiguration.framework */,
327                                 610DD2F713E6BB2000ED982F /* Other Frameworks */,
328                         );
329                         name = Frameworks;
330                         sourceTree = "<group>";
331                 };
332                 610DD2F713E6BB2000ED982F /* Other Frameworks */ = {
333                         isa = PBXGroup;
334                         children = (
335                                 610DD2F813E6BB2000ED982F /* AppKit.framework */,
336                                 610DD2F913E6BB2000ED982F /* CoreData.framework */,
337                                 610DD2FA13E6BB2000ED982F /* Foundation.framework */,
338                         );
339                         name = "Other Frameworks";
340                         sourceTree = "<group>";
341                 };
342                 610DD2FB13E6BB2000ED982F /* pithos-macos */ = {
343                         isa = PBXGroup;
344                         children = (
345                                 610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */,
346                                 610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */,
347                                 614EEC8214E16EB5009DEFCC /* PithosAccount.h */,
348                                 614EEC8314E16EB5009DEFCC /* PithosAccount.m */,
349                                 61F040E71447218F00A0C788 /* PithosBrowser */,
350                                 61F040E51447217100A0C788 /* PithosSyncDaemon */,
351                                 61F040E8144721B200A0C788 /* PithosActivityFacility */,
352                                 61F1C5DB1444A8CF00C1E6EB /* PithosNodes */,
353                                 61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */,
354                                 610DD2FC13E6BB2000ED982F /* Supporting Files */,
355                                 610DD30A13E6BB2000ED982F /* MainMenu.xib */,
356                                 61C24BEA14161EC0007004DC /* PithosUtilities.h */,
357                                 61C24BEB14161EC3007004DC /* PithosUtilities.m */,
358                         );
359                         path = "pithos-macos";
360                         sourceTree = "<group>";
361                 };
362                 610DD2FC13E6BB2000ED982F /* Supporting Files */ = {
363                         isa = PBXGroup;
364                         children = (
365                                 610DD46113E950E500ED982F /* Icons */,
366                                 610DD2FD13E6BB2000ED982F /* pithos-macos-Info.plist */,
367                                 610DD2FE13E6BB2000ED982F /* InfoPlist.strings */,
368                                 610DD30113E6BB2000ED982F /* pithos-macos-Prefix.pch */,
369                                 610DD30213E6BB2000ED982F /* main.m */,
370                                 610DD30413E6BB2000ED982F /* Credits.rtf */,
371                         );
372                         name = "Supporting Files";
373                         sourceTree = "<group>";
374                 };
375                 610DD31A13E6BD4200ED982F /* asi-http-request */ = {
376                         isa = PBXGroup;
377                         children = (
378                                 610DD31E13E6BD8B00ED982F /* ASICacheDelegate.h */,
379                                 610DD31F13E6BD8B00ED982F /* ASIDataCompressor.h */,
380                                 610DD32013E6BD8B00ED982F /* ASIDataCompressor.m */,
381                                 610DD32113E6BD8B00ED982F /* ASIDataDecompressor.h */,
382                                 610DD32213E6BD8B00ED982F /* ASIDataDecompressor.m */,
383                                 610DD32313E6BD8B00ED982F /* ASIDownloadCache.h */,
384                                 610DD32413E6BD8B00ED982F /* ASIDownloadCache.m */,
385                                 610DD32513E6BD8B00ED982F /* ASIFormDataRequest.h */,
386                                 610DD32613E6BD8B00ED982F /* ASIFormDataRequest.m */,
387                                 610DD32713E6BD8B00ED982F /* ASIHTTPRequest.h */,
388                                 610DD32813E6BD8B00ED982F /* ASIHTTPRequest.m */,
389                                 610DD32913E6BD8B00ED982F /* ASIHTTPRequestConfig.h */,
390                                 610DD32A13E6BD8B00ED982F /* ASIHTTPRequestDelegate.h */,
391                                 610DD32B13E6BD8B00ED982F /* ASIInputStream.h */,
392                                 610DD32C13E6BD8B00ED982F /* ASIInputStream.m */,
393                                 610DD32D13E6BD8B00ED982F /* ASINetworkQueue.h */,
394                                 610DD32E13E6BD8B00ED982F /* ASINetworkQueue.m */,
395                                 610DD32F13E6BD8B00ED982F /* ASIProgressDelegate.h */,
396                                 610DD34B13E6BD9800ED982F /* ASINSXMLParserCompat.h */,
397                                 610DD33013E6BD8B00ED982F /* Pithos */,
398                         );
399                         name = "asi-http-request";
400                         sourceTree = "<group>";
401                 };
402                 610DD33013E6BD8B00ED982F /* Pithos */ = {
403                         isa = PBXGroup;
404                         children = (
405                                 614299A714CEF0E7008D973A /* ASIPithos.h */,
406                                 614299A814CEF0E7008D973A /* ASIPithos.m */,
407                                 610DD33B13E6BD8B00ED982F /* ASIPithosRequest.h */,
408                                 610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */,
409                                 610DD33113E6BD8B00ED982F /* ASIPithosAccountRequest.h */,
410                                 610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */,
411                                 610DD33513E6BD8B00ED982F /* ASIPithosContainerRequest.h */,
412                                 610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */,
413                                 610DD33913E6BD8B00ED982F /* ASIPithosObjectRequest.h */,
414                                 610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */,
415                                 614592BA1417CE70002E7A8C /* ASIPithosAccount.h */,
416                                 614592BB1417CE70002E7A8C /* ASIPithosAccount.m */,
417                                 610DD33313E6BD8B00ED982F /* ASIPithosContainer.h */,
418                                 610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */,
419                                 610DD33713E6BD8B00ED982F /* ASIPithosObject.h */,
420                                 610DD33813E6BD8B00ED982F /* ASIPithosObject.m */,
421                                 613F5E9816D5979500343069 /* ASIPithosSharingUser.h */,
422                                 613F5E9916D5979500343069 /* ASIPithosSharingUser.m */,
423                         );
424                         name = Pithos;
425                         path = "pithos-apple-common/asi-http-request-with-pithos/Classes/Pithos";
426                         sourceTree = "<group>";
427                 };
428                 610DD46113E950E500ED982F /* Icons */ = {
429                         isa = PBXGroup;
430                         children = (
431                                 617A431014630CD900DAB367 /* pithos-large.png */,
432                                 6154BF4A145554D600EE353A /* pithos-logo-small.png */,
433                                 617A430B14630A3100DAB367 /* pithos.icns */,
434                         );
435                         path = Icons;
436                         sourceTree = SOURCE_ROOT;
437                 };
438                 6139837313F01CFC004CE444 /* Utilities */ = {
439                         isa = PBXGroup;
440                         children = (
441                                 61F040F41448547B00A0C788 /* Hashing */,
442                                 615A442E140E5ECA00308614 /* Formatters */,
443                                 6180C22713FAED1D00BCA40B /* Cells */,
444                                 6180C22813FAED4B00BCA40B /* Value Transformers */,
445                         );
446                         name = Utilities;
447                         sourceTree = "<group>";
448                 };
449                 615A442E140E5ECA00308614 /* Formatters */ = {
450                         isa = PBXGroup;
451                         children = (
452                                 615A444F140F8A7F00308614 /* MetadataKeyFormatter.h */,
453                                 615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */,
454                                 613629B7143E51E000363787 /* GroupAndGroupMemberFormatter.h */,
455                                 613629B8143E51E000363787 /* GroupAndGroupMemberFormatter.m */,
456                                 613BA8611461520E00FACAA5 /* NonEmptyStringFormatter.h */,
457                                 613BA8621461520E00FACAA5 /* NonEmptyStringFormatter.m */,
458                         );
459                         name = Formatters;
460                         sourceTree = "<group>";
461                 };
462                 6180C22713FAED1D00BCA40B /* Cells */ = {
463                         isa = PBXGroup;
464                         children = (
465                                 611FFCB113EBF40900E43E18 /* ImageAndTextCell.h */,
466                                 611FFCB213EBF40900E43E18 /* ImageAndTextCell.m */,
467                                 6139836F13EFEECC004CE444 /* FileSystemBrowserCell.h */,
468                                 6139837013EFEECC004CE444 /* FileSystemBrowserCell.m */,
469                         );
470                         name = Cells;
471                         sourceTree = "<group>";
472                 };
473                 6180C22813FAED4B00BCA40B /* Value Transformers */ = {
474                         isa = PBXGroup;
475                         children = (
476                                 6180C22913FAEF4B00BCA40B /* BytesSizeTransformer.h */,
477                                 6180C22A13FAEF4B00BCA40B /* BytesSizeTransformer.m */,
478                                 617460EF140BE45C00D333A1 /* BytesExtendedSizeTransformer.h */,
479                                 617460F0140BE45C00D333A1 /* BytesExtendedSizeTransformer.m */,
480                                 6180C22C13FBF1FC00BCA40B /* LastModifiedDateTransformer.h */,
481                                 6180C22D13FBF1FD00BCA40B /* LastModifiedDateTransformer.m */,
482                                 615A444C140F8A5700308614 /* MetadataKeyTransformer.h */,
483                                 615A444D140F8A5700308614 /* MetadataKeyTransformer.m */,
484                                 61C24BB91410D350007004DC /* PublicURLTransformer.h */,
485                                 61C24BBA1410D350007004DC /* PublicURLTransformer.m */,
486                                 6100FE8716D7ECAE00D2351A /* SharingUserPermissionTransformer.h */,
487                                 6100FE8816D7ECAE00D2351A /* SharingUserPermissionTransformer.m */,
488                                 61C65ADD1428C578002597C2 /* CountTransformer.h */,
489                                 61C65ADE1428C578002597C2 /* CountTransformer.m */,
490                                 61C65AE11428D41C002597C2 /* PolicyVersioningTransformer.h */,
491                                 61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */,
492                                 6152D093143334E000803874 /* SharingAccountBoolTransformer.h */,
493                                 6152D094143334E000803874 /* SharingAccountBoolTransformer.m */,
494                                 6152D090143334CC00803874 /* AllowedToBoolTransformer.h */,
495                                 6152D091143334CC00803874 /* AllowedToBoolTransformer.m */,
496                                 613629B3143E0F8B00363787 /* GroupMembersDictionaryTransformer.h */,
497                                 613629B4143E0F8B00363787 /* GroupMembersDictionaryTransformer.m */,
498                                 6164B2DB1450E55C00D4C1AB /* LastCompletedSyncTransformer.h */,
499                                 6164B2DC1450E55C00D4C1AB /* LastCompletedSyncTransformer.m */,
500                                 6154BF4E1456A83100EE353A /* UsingSizeTransformer.h */,
501                                 6154BF4F1456A83100EE353A /* UsingSizeTransformer.m */,
502                                 6154BF511456EE4600EE353A /* DirPathFileURLTransformer.h */,
503                                 6154BF521456EE4700EE353A /* DirPathFileURLTransformer.m */,
504                         );
505                         name = "Value Transformers";
506                         sourceTree = "<group>";
507                 };
508                 61D83D8416D03AA800A1F059 /* JSON Framework */ = {
509                         isa = PBXGroup;
510                         children = (
511                                 61D83D8616D03B1900A1F059 /* NSObject+SBJson.h */,
512                                 61D83D8716D03B1900A1F059 /* NSObject+SBJson.m */,
513                                 61D83D8816D03B1900A1F059 /* SBJson.h */,
514                                 61D83D8916D03B1900A1F059 /* SBJsonParser.h */,
515                                 61D83D8A16D03B1900A1F059 /* SBJsonParser.m */,
516                                 61D83D8B16D03B1900A1F059 /* SBJsonStreamParser.h */,
517                                 61D83D8C16D03B1900A1F059 /* SBJsonStreamParser.m */,
518                                 61D83D8D16D03B1900A1F059 /* SBJsonStreamParserAccumulator.h */,
519                                 61D83D8E16D03B1900A1F059 /* SBJsonStreamParserAccumulator.m */,
520                                 61D83D8F16D03B1900A1F059 /* SBJsonStreamParserAdapter.h */,
521                                 61D83D9016D03B1900A1F059 /* SBJsonStreamParserAdapter.m */,
522                                 61D83D9116D03B1900A1F059 /* SBJsonStreamParserState.h */,
523                                 61D83D9216D03B1900A1F059 /* SBJsonStreamParserState.m */,
524                                 61D83D9316D03B1900A1F059 /* SBJsonStreamWriter.h */,
525                                 61D83D9416D03B1900A1F059 /* SBJsonStreamWriter.m */,
526                                 61D83D9516D03B1900A1F059 /* SBJsonStreamWriterAccumulator.h */,
527                                 61D83D9616D03B1900A1F059 /* SBJsonStreamWriterAccumulator.m */,
528                                 61D83D9716D03B1900A1F059 /* SBJsonStreamWriterState.h */,
529                                 61D83D9816D03B1900A1F059 /* SBJsonStreamWriterState.m */,
530                                 61D83D9916D03B1900A1F059 /* SBJsonTokeniser.h */,
531                                 61D83D9A16D03B1900A1F059 /* SBJsonTokeniser.m */,
532                                 61D83D9B16D03B1900A1F059 /* SBJsonUTF8Stream.h */,
533                                 61D83D9C16D03B1900A1F059 /* SBJsonUTF8Stream.m */,
534                                 61D83D9D16D03B1900A1F059 /* SBJsonWriter.h */,
535                                 61D83D9E16D03B1900A1F059 /* SBJsonWriter.m */,
536                         );
537                         name = "JSON Framework";
538                         sourceTree = "<group>";
539                 };
540                 61F040E51447217100A0C788 /* PithosSyncDaemon */ = {
541                         isa = PBXGroup;
542                         children = (
543                                 61F040E9144724F500A0C788 /* PithosSyncDaemon.h */,
544                                 61F040EA144724F500A0C788 /* PithosSyncDaemon.m */,
545                                 61F040ED144757B500A0C788 /* PithosLocalObjectState.h */,
546                                 61F040EE144757B500A0C788 /* PithosLocalObjectState.m */,
547                         );
548                         name = PithosSyncDaemon;
549                         sourceTree = "<group>";
550                 };
551                 61F040E71447218F00A0C788 /* PithosBrowser */ = {
552                         isa = PBXGroup;
553                         children = (
554                                 610DD34C13E6BEF400ED982F /* PithosBrowserController.h */,
555                                 610DD34D13E6BEF400ED982F /* PithosBrowserController.m */,
556                                 610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */,
557                                 6121250813F033F400063041 /* PithosBrowserPreviewController.xib */,
558                                 619B85D213F8076F00C9371F /* PithosPreferencesController.h */,
559                                 619B85D313F8077100C9371F /* PithosPreferencesController.m */,
560                                 619B85D413F8077300C9371F /* PithosPreferencesController.xib */,
561                         );
562                         name = PithosBrowser;
563                         sourceTree = "<group>";
564                 };
565                 61F040E8144721B200A0C788 /* PithosActivityFacility */ = {
566                         isa = PBXGroup;
567                         children = (
568                                 618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */,
569                                 618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */,
570                                 618A7FF4143A20830040F043 /* PithosActivity.h */,
571                                 618A7FF5143A20830040F043 /* PithosActivity.m */,
572                         );
573                         name = PithosActivityFacility;
574                         sourceTree = "<group>";
575                 };
576                 61F040F41448547B00A0C788 /* Hashing */ = {
577                         isa = PBXGroup;
578                         children = (
579                                 61433BC7141BA1CE00CD978D /* HashMapHash.h */,
580                                 61433BC8141BA1CE00CD978D /* HashMapHash.m */,
581                                 61F040F11448547000A0C788 /* FileMD5Hash.c */,
582                                 61F040F21448547000A0C788 /* FileMD5Hash.h */,
583                         );
584                         name = Hashing;
585                         sourceTree = "<group>";
586                 };
587                 61F1C5DB1444A8CF00C1E6EB /* PithosNodes */ = {
588                         isa = PBXGroup;
589                         children = (
590                                 610DD35713E6C3D100ED982F /* PithosNode.h */,
591                                 610DD35813E6C3D100ED982F /* PithosNode.m */,
592                                 610DD36213E6E2E400ED982F /* PithosAccountNode.h */,
593                                 610DD36313E6E2E400ED982F /* PithosAccountNode.m */,
594                                 610DD36513E6E69D00ED982F /* PithosContainerNode.h */,
595                                 610DD36613E6E69D00ED982F /* PithosContainerNode.m */,
596                                 610DD37313E7064E00ED982F /* PithosSubdirNode.h */,
597                                 610DD37413E7064F00ED982F /* PithosSubdirNode.m */,
598                                 610DD37013E7059800ED982F /* PithosObjectNode.h */,
599                                 610DD37113E7059900ED982F /* PithosObjectNode.m */,
600                                 6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */,
601                                 6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */,
602                                 611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */,
603                                 611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */,
604                         );
605                         name = PithosNodes;
606                         sourceTree = "<group>";
607                 };
608                 61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */ = {
609                         isa = PBXGroup;
610                         children = (
611                                 616FC0B113F97D0800140A33 /* PithosNodeInfoController.h */,
612                                 616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */,
613                                 611405CD1428BEBD00637170 /* PithosContainerNodeInfoController.h */,
614                                 611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */,
615                                 611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */,
616                                 61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */,
617                                 61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */,
618                                 616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */,
619                         );
620                         name = PithosNodeInfoControllers;
621                         sourceTree = "<group>";
622                 };
623                 E26038991500091D00DAC6EB /* InspectorKit Framework */ = {
624                         isa = PBXGroup;
625                         children = (
626                                 E26038A3150009E400DAC6EB /* NSBezierPath+StrokeExtensions.h */,
627                                 E26038A4150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m */,
628                                 E26038A5150009E400DAC6EB /* NSWindow+Geometry.h */,
629                                 E26038A6150009E400DAC6EB /* NSWindow+Geometry.m */,
630                                 E26038AD150009FE00DAC6EB /* Classes */,
631                         );
632                         name = "InspectorKit Framework";
633                         sourceTree = "<group>";
634                 };
635                 E26038AD150009FE00DAC6EB /* Classes */ = {
636                         isa = PBXGroup;
637                         children = (
638                                 E260389B150009E400DAC6EB /* InspectorPane.h */,
639                                 E260389C150009E400DAC6EB /* InspectorPane.m */,
640                                 E260389D150009E400DAC6EB /* InspectorPaneBody.h */,
641                                 E260389E150009E400DAC6EB /* InspectorPaneBody.m */,
642                                 E260389F150009E400DAC6EB /* InspectorPaneContainer.h */,
643                                 E26038A0150009E400DAC6EB /* InspectorPaneContainer.m */,
644                                 E26038A1150009E400DAC6EB /* InspectorPaneHead.h */,
645                                 E26038A2150009E400DAC6EB /* InspectorPaneHead.m */,
646                         );
647                         name = Classes;
648                         sourceTree = "<group>";
649                 };
650 /* End PBXGroup section */
651
652 /* Begin PBXNativeTarget section */
653                 610DD2F013E6BB2000ED982F /* Pithos+ */ = {
654                         isa = PBXNativeTarget;
655                         buildConfigurationList = 610DD30F13E6BB2000ED982F /* Build configuration list for PBXNativeTarget "Pithos+" */;
656                         buildPhases = (
657                                 610DD2ED13E6BB2000ED982F /* Sources */,
658                                 610DD2EE13E6BB2000ED982F /* Frameworks */,
659                                 610DD2EF13E6BB2000ED982F /* Resources */,
660                         );
661                         buildRules = (
662                         );
663                         dependencies = (
664                         );
665                         name = "Pithos+";
666                         productName = "pithos-macos";
667                         productReference = 610DD2F113E6BB2000ED982F /* Pithos+.app */;
668                         productType = "com.apple.product-type.application";
669                 };
670 /* End PBXNativeTarget section */
671
672 /* Begin PBXProject section */
673                 610DD2E813E6BB2000ED982F /* Project object */ = {
674                         isa = PBXProject;
675                         attributes = {
676                                 LastUpgradeCheck = 0450;
677                                 ORGANIZATIONNAME = koomasi;
678                         };
679                         buildConfigurationList = 610DD2EB13E6BB2000ED982F /* Build configuration list for PBXProject "pithos-macos" */;
680                         compatibilityVersion = "Xcode 3.2";
681                         developmentRegion = English;
682                         hasScannedForEncodings = 0;
683                         knownRegions = (
684                                 en,
685                         );
686                         mainGroup = 610DD2E613E6BB2000ED982F;
687                         productRefGroup = 610DD2F213E6BB2000ED982F /* Products */;
688                         projectDirPath = "";
689                         projectRoot = "";
690                         targets = (
691                                 610DD2F013E6BB2000ED982F /* Pithos+ */,
692                         );
693                 };
694 /* End PBXProject section */
695
696 /* Begin PBXResourcesBuildPhase section */
697                 610DD2EF13E6BB2000ED982F /* Resources */ = {
698                         isa = PBXResourcesBuildPhase;
699                         buildActionMask = 2147483647;
700                         files = (
701                                 610DD30013E6BB2000ED982F /* InfoPlist.strings in Resources */,
702                                 610DD30613E6BB2000ED982F /* Credits.rtf in Resources */,
703                                 610DD30C13E6BB2000ED982F /* MainMenu.xib in Resources */,
704                                 610DD35013E6C00E00ED982F /* PithosBrowserController.xib in Resources */,
705                                 6121250913F033F500063041 /* PithosBrowserPreviewController.xib in Resources */,
706                                 619B85D613F8077800C9371F /* PithosPreferencesController.xib in Resources */,
707                                 616FC0AF13F91BA400140A33 /* PithosObjectNodeInfoController.xib in Resources */,
708                                 611405D11428BEC000637170 /* PithosContainerNodeInfoController.xib in Resources */,
709                                 6154BF4B145554D600EE353A /* pithos-logo-small.png in Resources */,
710                                 617A430C14630A3100DAB367 /* pithos.icns in Resources */,
711                                 617A431114630CD900DAB367 /* pithos-large.png in Resources */,
712                         );
713                         runOnlyForDeploymentPostprocessing = 0;
714                 };
715 /* End PBXResourcesBuildPhase section */
716
717 /* Begin PBXSourcesBuildPhase section */
718                 610DD2ED13E6BB2000ED982F /* Sources */ = {
719                         isa = PBXSourcesBuildPhase;
720                         buildActionMask = 2147483647;
721                         files = (
722                                 610DD30313E6BB2000ED982F /* main.m in Sources */,
723                                 610DD30913E6BB2000ED982F /* pithos_macosAppDelegate.m in Sources */,
724                                 610DD33E13E6BD8B00ED982F /* ASIDataCompressor.m in Sources */,
725                                 610DD33F13E6BD8B00ED982F /* ASIDataDecompressor.m in Sources */,
726                                 610DD34013E6BD8B00ED982F /* ASIDownloadCache.m in Sources */,
727                                 610DD34113E6BD8B00ED982F /* ASIFormDataRequest.m in Sources */,
728                                 610DD34213E6BD8B00ED982F /* ASIHTTPRequest.m in Sources */,
729                                 610DD34313E6BD8B00ED982F /* ASIInputStream.m in Sources */,
730                                 610DD34413E6BD8B00ED982F /* ASINetworkQueue.m in Sources */,
731                                 610DD34513E6BD8B00ED982F /* ASIPithosAccountRequest.m in Sources */,
732                                 610DD34613E6BD8B00ED982F /* ASIPithosContainer.m in Sources */,
733                                 610DD34713E6BD8B00ED982F /* ASIPithosContainerRequest.m in Sources */,
734                                 610DD34813E6BD8B00ED982F /* ASIPithosObject.m in Sources */,
735                                 610DD34913E6BD8B00ED982F /* ASIPithosObjectRequest.m in Sources */,
736                                 610DD34A13E6BD8B00ED982F /* ASIPithosRequest.m in Sources */,
737                                 610DD34E13E6BEF400ED982F /* PithosBrowserController.m in Sources */,
738                                 610DD35913E6C3D200ED982F /* PithosNode.m in Sources */,
739                                 610DD36413E6E2E400ED982F /* PithosAccountNode.m in Sources */,
740                                 610DD36713E6E69D00ED982F /* PithosContainerNode.m in Sources */,
741                                 610DD37213E7059900ED982F /* PithosObjectNode.m in Sources */,
742                                 610DD37513E7064F00ED982F /* PithosSubdirNode.m in Sources */,
743                                 611FFCAF13EBF0B900E43E18 /* PithosEmptyNode.m in Sources */,
744                                 611FFCB313EBF40900E43E18 /* ImageAndTextCell.m in Sources */,
745                                 6139837113EFEECC004CE444 /* FileSystemBrowserCell.m in Sources */,
746                                 619B85D513F8077800C9371F /* PithosPreferencesController.m in Sources */,
747                                 616FC0B313F97D0800140A33 /* PithosNodeInfoController.m in Sources */,
748                                 6180C22B13FAEF4B00BCA40B /* BytesSizeTransformer.m in Sources */,
749                                 6180C22E13FBF1FD00BCA40B /* LastModifiedDateTransformer.m in Sources */,
750                                 617460F1140BE45C00D333A1 /* BytesExtendedSizeTransformer.m in Sources */,
751                                 615A444E140F8A5700308614 /* MetadataKeyTransformer.m in Sources */,
752                                 615A4451140F8A7F00308614 /* MetadataKeyFormatter.m in Sources */,
753                                 61C24BBB1410D350007004DC /* PublicURLTransformer.m in Sources */,
754                                 61C24BEC14161EC7007004DC /* PithosUtilities.m in Sources */,
755                                 614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */,
756                                 61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */,
757                                 611405D01428BEC000637170 /* PithosContainerNodeInfoController.m in Sources */,
758                                 61C65ADF1428C578002597C2 /* CountTransformer.m in Sources */,
759                                 61C65AE6142918DD002597C2 /* PithosObjectNodeInfoController.m in Sources */,
760                                 6152D08C143200CC00803874 /* PithosSharingAccountsNode.m in Sources */,
761                                 6152D092143334CC00803874 /* AllowedToBoolTransformer.m in Sources */,
762                                 6152D095143334E000803874 /* SharingAccountBoolTransformer.m in Sources */,
763                                 618A7FD81438CE5D0040F043 /* PithosActivityFacility.m in Sources */,
764                                 618A7FF6143A20830040F043 /* PithosActivity.m in Sources */,
765                                 613629B5143E0F8B00363787 /* GroupMembersDictionaryTransformer.m in Sources */,
766                                 613629B9143E51E000363787 /* GroupAndGroupMemberFormatter.m in Sources */,
767                                 61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */,
768                                 61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */,
769                                 61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */,
770                                 6164B2DD1450E55C00D4C1AB /* LastCompletedSyncTransformer.m in Sources */,
771                                 6154BF501456A83200EE353A /* UsingSizeTransformer.m in Sources */,
772                                 6154BF531456EE4900EE353A /* DirPathFileURLTransformer.m in Sources */,
773                                 613BA8631461520E00FACAA5 /* NonEmptyStringFormatter.m in Sources */,
774                                 614299A914CEF0E7008D973A /* ASIPithos.m in Sources */,
775                                 614EEC8414E16EB5009DEFCC /* PithosAccount.m in Sources */,
776                                 E26038A7150009E400DAC6EB /* InspectorPane.m in Sources */,
777                                 E26038A8150009E400DAC6EB /* InspectorPaneBody.m in Sources */,
778                                 E26038A9150009E400DAC6EB /* InspectorPaneContainer.m in Sources */,
779                                 E26038AA150009E400DAC6EB /* InspectorPaneHead.m in Sources */,
780                                 E26038AB150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m in Sources */,
781                                 E26038AC150009E400DAC6EB /* NSWindow+Geometry.m in Sources */,
782                                 61D83D9F16D03B1900A1F059 /* NSObject+SBJson.m in Sources */,
783                                 61D83DA016D03B1900A1F059 /* SBJsonParser.m in Sources */,
784                                 61D83DA116D03B1900A1F059 /* SBJsonStreamParser.m in Sources */,
785                                 61D83DA216D03B1900A1F059 /* SBJsonStreamParserAccumulator.m in Sources */,
786                                 61D83DA316D03B1900A1F059 /* SBJsonStreamParserAdapter.m in Sources */,
787                                 61D83DA416D03B1900A1F059 /* SBJsonStreamParserState.m in Sources */,
788                                 61D83DA516D03B1900A1F059 /* SBJsonStreamWriter.m in Sources */,
789                                 61D83DA616D03B1900A1F059 /* SBJsonStreamWriterAccumulator.m in Sources */,
790                                 61D83DA716D03B1900A1F059 /* SBJsonStreamWriterState.m in Sources */,
791                                 61D83DA816D03B1900A1F059 /* SBJsonTokeniser.m in Sources */,
792                                 61D83DA916D03B1900A1F059 /* SBJsonUTF8Stream.m in Sources */,
793                                 61D83DAA16D03B1900A1F059 /* SBJsonWriter.m in Sources */,
794                                 61EF84AB16D6A142002B7B88 /* ASIPithosSharingUser.m in Sources */,
795                                 6100FE8A16D7ED3C00D2351A /* SharingUserPermissionTransformer.m in Sources */,
796                         );
797                         runOnlyForDeploymentPostprocessing = 0;
798                 };
799 /* End PBXSourcesBuildPhase section */
800
801 /* Begin PBXVariantGroup section */
802                 610DD2FE13E6BB2000ED982F /* InfoPlist.strings */ = {
803                         isa = PBXVariantGroup;
804                         children = (
805                                 610DD2FF13E6BB2000ED982F /* en */,
806                         );
807                         name = InfoPlist.strings;
808                         sourceTree = "<group>";
809                 };
810                 610DD30413E6BB2000ED982F /* Credits.rtf */ = {
811                         isa = PBXVariantGroup;
812                         children = (
813                                 610DD30513E6BB2000ED982F /* en */,
814                         );
815                         name = Credits.rtf;
816                         sourceTree = "<group>";
817                 };
818                 610DD30A13E6BB2000ED982F /* MainMenu.xib */ = {
819                         isa = PBXVariantGroup;
820                         children = (
821                                 610DD30B13E6BB2000ED982F /* en */,
822                         );
823                         name = MainMenu.xib;
824                         sourceTree = "<group>";
825                 };
826 /* End PBXVariantGroup section */
827
828 /* Begin XCBuildConfiguration section */
829                 610DD30D13E6BB2000ED982F /* Debug */ = {
830                         isa = XCBuildConfiguration;
831                         buildSettings = {
832                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
833                                 GCC_C_LANGUAGE_STANDARD = gnu99;
834                                 GCC_OPTIMIZATION_LEVEL = 0;
835                                 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
836                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
837                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
838                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
839                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
840                                 GCC_WARN_UNUSED_VARIABLE = YES;
841                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
842                                 ONLY_ACTIVE_ARCH = YES;
843                                 SDKROOT = macosx;
844                         };
845                         name = Debug;
846                 };
847                 610DD30E13E6BB2000ED982F /* Release */ = {
848                         isa = XCBuildConfiguration;
849                         buildSettings = {
850                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
851                                 GCC_C_LANGUAGE_STANDARD = gnu99;
852                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
853                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
854                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
855                                 GCC_WARN_UNUSED_VARIABLE = YES;
856                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
857                                 SDKROOT = macosx;
858                         };
859                         name = Release;
860                 };
861                 610DD31013E6BB2000ED982F /* Debug */ = {
862                         isa = XCBuildConfiguration;
863                         buildSettings = {
864                                 ALWAYS_SEARCH_USER_PATHS = NO;
865                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
866                                 CLANG_ENABLE_OBJC_ARC = YES;
867                                 COMBINE_HIDPI_IMAGES = YES;
868                                 COPY_PHASE_STRIP = NO;
869                                 GCC_DYNAMIC_NO_PIC = NO;
870                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
871                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
872                                 GCC_PREFIX_HEADER = "pithos-macos/pithos-macos-Prefix.pch";
873                                 INFOPLIST_FILE = "pithos-macos/pithos-macos-Info.plist";
874                                 MACOSX_DEPLOYMENT_TARGET = 10.6.8;
875                                 PRODUCT_NAME = "$(TARGET_NAME)";
876                                 WRAPPER_EXTENSION = app;
877                         };
878                         name = Debug;
879                 };
880                 610DD31113E6BB2000ED982F /* Release */ = {
881                         isa = XCBuildConfiguration;
882                         buildSettings = {
883                                 ALWAYS_SEARCH_USER_PATHS = NO;
884                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
885                                 CLANG_ENABLE_OBJC_ARC = YES;
886                                 COMBINE_HIDPI_IMAGES = YES;
887                                 COPY_PHASE_STRIP = YES;
888                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
889                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
890                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
891                                 GCC_PREFIX_HEADER = "pithos-macos/pithos-macos-Prefix.pch";
892                                 INFOPLIST_FILE = "pithos-macos/pithos-macos-Info.plist";
893                                 MACOSX_DEPLOYMENT_TARGET = 10.6.8;
894                                 PRODUCT_NAME = "$(TARGET_NAME)";
895                                 WRAPPER_EXTENSION = app;
896                         };
897                         name = Release;
898                 };
899 /* End XCBuildConfiguration section */
900
901 /* Begin XCConfigurationList section */
902                 610DD2EB13E6BB2000ED982F /* Build configuration list for PBXProject "pithos-macos" */ = {
903                         isa = XCConfigurationList;
904                         buildConfigurations = (
905                                 610DD30D13E6BB2000ED982F /* Debug */,
906                                 610DD30E13E6BB2000ED982F /* Release */,
907                         );
908                         defaultConfigurationIsVisible = 0;
909                         defaultConfigurationName = Release;
910                 };
911                 610DD30F13E6BB2000ED982F /* Build configuration list for PBXNativeTarget "Pithos+" */ = {
912                         isa = XCConfigurationList;
913                         buildConfigurations = (
914                                 610DD31013E6BB2000ED982F /* Debug */,
915                                 610DD31113E6BB2000ED982F /* Release */,
916                         );
917                         defaultConfigurationIsVisible = 0;
918                         defaultConfigurationName = Release;
919                 };
920 /* End XCConfigurationList section */
921         };
922         rootObject = 610DD2E813E6BB2000ED982F /* Project object */;
923 }