Statistics
| Branch: | Tag: | Revision:

root / pithos-macos.xcodeproj / project.pbxproj @ 2943d6d4

History | View | Annotate | Download (61.4 kB)

1
// !$*UTF8*$!
2
{
3
	archiveVersion = 1;
4
	classes = {
5
	};
6
	objectVersion = 46;
7
	objects = {
8

    
9
/* Begin PBXBuildFile section */
10
		610DD2F613E6BB2000ED982F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 610DD2F513E6BB2000ED982F /* Cocoa.framework */; };
11
		610DD30013E6BB2000ED982F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 610DD2FE13E6BB2000ED982F /* InfoPlist.strings */; };
12
		610DD30313E6BB2000ED982F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD30213E6BB2000ED982F /* main.m */; };
13
		610DD30613E6BB2000ED982F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 610DD30413E6BB2000ED982F /* Credits.rtf */; };
14
		610DD30913E6BB2000ED982F /* pithos_macosAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */; };
15
		610DD30C13E6BB2000ED982F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 610DD30A13E6BB2000ED982F /* MainMenu.xib */; };
16
		610DD33E13E6BD8B00ED982F /* ASIDataCompressor.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32013E6BD8B00ED982F /* ASIDataCompressor.m */; };
17
		610DD33F13E6BD8B00ED982F /* ASIDataDecompressor.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32213E6BD8B00ED982F /* ASIDataDecompressor.m */; };
18
		610DD34013E6BD8B00ED982F /* ASIDownloadCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32413E6BD8B00ED982F /* ASIDownloadCache.m */; };
19
		610DD34113E6BD8B00ED982F /* ASIFormDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32613E6BD8B00ED982F /* ASIFormDataRequest.m */; };
20
		610DD34213E6BD8B00ED982F /* ASIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32813E6BD8B00ED982F /* ASIHTTPRequest.m */; };
21
		610DD34313E6BD8B00ED982F /* ASIInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32C13E6BD8B00ED982F /* ASIInputStream.m */; };
22
		610DD34413E6BD8B00ED982F /* ASINetworkQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD32E13E6BD8B00ED982F /* ASINetworkQueue.m */; };
23
		610DD34513E6BD8B00ED982F /* ASIPithosAccountRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */; };
24
		610DD34613E6BD8B00ED982F /* ASIPithosContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */; };
25
		610DD34713E6BD8B00ED982F /* ASIPithosContainerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */; };
26
		610DD34813E6BD8B00ED982F /* ASIPithosObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33813E6BD8B00ED982F /* ASIPithosObject.m */; };
27
		610DD34913E6BD8B00ED982F /* ASIPithosObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */; };
28
		610DD34A13E6BD8B00ED982F /* ASIPithosRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */; };
29
		610DD34E13E6BEF400ED982F /* PithosBrowserController.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD34D13E6BEF400ED982F /* PithosBrowserController.m */; };
30
		610DD35013E6C00E00ED982F /* PithosBrowserController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */; };
31
		610DD35413E6C09100ED982F /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 610DD35313E6C09100ED982F /* CoreServices.framework */; };
32
		610DD35613E6C0A700ED982F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 610DD35513E6C0A700ED982F /* SystemConfiguration.framework */; };
33
		610DD35913E6C3D200ED982F /* PithosNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD35813E6C3D100ED982F /* PithosNode.m */; };
34
		610DD36413E6E2E400ED982F /* PithosAccountNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD36313E6E2E400ED982F /* PithosAccountNode.m */; };
35
		610DD36713E6E69D00ED982F /* PithosContainerNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD36613E6E69D00ED982F /* PithosContainerNode.m */; };
36
		610DD37213E7059900ED982F /* PithosObjectNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD37113E7059900ED982F /* PithosObjectNode.m */; };
37
		610DD37513E7064F00ED982F /* PithosSubdirNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 610DD37413E7064F00ED982F /* PithosSubdirNode.m */; };
38
		610DD46313E950E600ED982F /* 01-refresh.png in Resources */ = {isa = PBXBuildFile; fileRef = 610DD46213E950E600ED982F /* 01-refresh.png */; };
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
		61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 61433BC8141BA1CE00CD978D /* HashMapHash.m */; };
48
		614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 614592BB1417CE70002E7A8C /* ASIPithosAccount.m */; };
49
		6152D08C143200CC00803874 /* PithosSharingAccountsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */; };
50
		6152D092143334CC00803874 /* AllowedToBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D091143334CC00803874 /* AllowedToBoolTransformer.m */; };
51
		6152D095143334E000803874 /* SharingAccountBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D094143334E000803874 /* SharingAccountBoolTransformer.m */; };
52
		6154BF4B145554D600EE353A /* pithos-logo-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 6154BF4A145554D600EE353A /* pithos-logo-small.png */; };
53
		6154BF4D145558E300EE353A /* pithos.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6154BF4C145558E300EE353A /* pithos.icns */; };
54
		6154BF501456A83200EE353A /* UsingSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6154BF4F1456A83100EE353A /* UsingSizeTransformer.m */; };
55
		615615DD140CECDB00017BD4 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 615615DC140CECDB00017BD4 /* libz.dylib */; };
56
		615A444E140F8A5700308614 /* MetadataKeyTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 615A444D140F8A5700308614 /* MetadataKeyTransformer.m */; };
57
		615A4451140F8A7F00308614 /* MetadataKeyFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */; };
58
		6164B2DD1450E55C00D4C1AB /* LastCompletedSyncTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6164B2DC1450E55C00D4C1AB /* LastCompletedSyncTransformer.m */; };
59
		616FC0AF13F91BA400140A33 /* PithosObjectNodeInfoController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */; };
60
		616FC0B313F97D0800140A33 /* PithosNodeInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */; };
61
		617460F1140BE45C00D333A1 /* BytesExtendedSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 617460F0140BE45C00D333A1 /* BytesExtendedSizeTransformer.m */; };
62
		6180C22B13FAEF4B00BCA40B /* BytesSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180C22A13FAEF4B00BCA40B /* BytesSizeTransformer.m */; };
63
		6180C22E13FBF1FD00BCA40B /* LastModifiedDateTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180C22D13FBF1FD00BCA40B /* LastModifiedDateTransformer.m */; };
64
		618A7FD81438CE5D0040F043 /* PithosActivityFacility.m in Sources */ = {isa = PBXBuildFile; fileRef = 618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */; };
65
		618A7FF6143A20830040F043 /* PithosActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 618A7FF5143A20830040F043 /* PithosActivity.m */; };
66
		619B85D513F8077800C9371F /* PithosPreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 619B85D313F8077100C9371F /* PithosPreferencesController.m */; };
67
		619B85D613F8077800C9371F /* PithosPreferencesController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 619B85D413F8077300C9371F /* PithosPreferencesController.xib */; };
68
		61C24BBB1410D350007004DC /* PublicURLTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BBA1410D350007004DC /* PublicURLTransformer.m */; };
69
		61C24BBE1410E031007004DC /* SharingDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BBD1410E031007004DC /* SharingDictionaryTransformer.m */; };
70
		61C24BC114110BDB007004DC /* SharingNameFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BC014110BDB007004DC /* SharingNameFormatter.m */; };
71
		61C24BEC14161EC7007004DC /* PithosUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BEB14161EC3007004DC /* PithosUtilities.m */; };
72
		61C65ADF1428C578002597C2 /* CountTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65ADE1428C578002597C2 /* CountTransformer.m */; };
73
		61C65AE31428D41C002597C2 /* PolicyVersioningTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */; };
74
		61C65AE6142918DD002597C2 /* PithosObjectNodeInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */; };
75
		61E99D9413EC348500E48DA5 /* 145-persondot.png in Resources */ = {isa = PBXBuildFile; fileRef = 61E99D9313EC348500E48DA5 /* 145-persondot.png */; };
76
		61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 61F040F11448547000A0C788 /* FileMD5Hash.c */; };
77
		61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EE144757B500A0C788 /* PithosLocalObjectState.m */; };
78
		61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EA144724F500A0C788 /* PithosSyncDaemon.m */; };
79
/* End PBXBuildFile section */
80

    
81
/* Begin PBXFileReference section */
82
		610DD2F113E6BB2000ED982F /* pithos-macos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "pithos-macos.app"; sourceTree = BUILT_PRODUCTS_DIR; };
83
		610DD2F513E6BB2000ED982F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
84
		610DD2F813E6BB2000ED982F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
85
		610DD2F913E6BB2000ED982F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
86
		610DD2FA13E6BB2000ED982F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
87
		610DD2FD13E6BB2000ED982F /* pithos-macos-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "pithos-macos-Info.plist"; sourceTree = "<group>"; };
88
		610DD2FF13E6BB2000ED982F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
89
		610DD30113E6BB2000ED982F /* pithos-macos-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pithos-macos-Prefix.pch"; sourceTree = "<group>"; };
90
		610DD30213E6BB2000ED982F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
91
		610DD30513E6BB2000ED982F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
92
		610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pithos_macosAppDelegate.h; sourceTree = "<group>"; };
93
		610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = pithos_macosAppDelegate.m; sourceTree = "<group>"; };
94
		610DD30B13E6BB2000ED982F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
95
		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>"; };
96
		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>"; };
97
		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>"; };
98
		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>"; };
99
		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>"; };
100
		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>"; };
101
		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>"; };
102
		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>"; };
103
		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>"; };
104
		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>"; };
105
		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>"; };
106
		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>"; };
107
		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>"; };
108
		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>"; };
109
		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>"; };
110
		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>"; };
111
		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>"; };
112
		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>"; };
113
		610DD33113E6BD8B00ED982F /* ASIPithosAccountRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosAccountRequest.h; sourceTree = "<group>"; };
114
		610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosAccountRequest.m; sourceTree = "<group>"; };
115
		610DD33313E6BD8B00ED982F /* ASIPithosContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosContainer.h; sourceTree = "<group>"; };
116
		610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosContainer.m; sourceTree = "<group>"; };
117
		610DD33513E6BD8B00ED982F /* ASIPithosContainerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosContainerRequest.h; sourceTree = "<group>"; };
118
		610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosContainerRequest.m; sourceTree = "<group>"; };
119
		610DD33713E6BD8B00ED982F /* ASIPithosObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosObject.h; sourceTree = "<group>"; };
120
		610DD33813E6BD8B00ED982F /* ASIPithosObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosObject.m; sourceTree = "<group>"; };
121
		610DD33913E6BD8B00ED982F /* ASIPithosObjectRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosObjectRequest.h; sourceTree = "<group>"; };
122
		610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosObjectRequest.m; sourceTree = "<group>"; };
123
		610DD33B13E6BD8B00ED982F /* ASIPithosRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosRequest.h; sourceTree = "<group>"; };
124
		610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosRequest.m; sourceTree = "<group>"; };
125
		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>"; };
126
		610DD34C13E6BEF400ED982F /* PithosBrowserController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosBrowserController.h; sourceTree = "<group>"; };
127
		610DD34D13E6BEF400ED982F /* PithosBrowserController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosBrowserController.m; sourceTree = "<group>"; };
128
		610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosBrowserController.xib; sourceTree = "<group>"; };
129
		610DD35313E6C09100ED982F /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
130
		610DD35513E6C0A700ED982F /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
131
		610DD35713E6C3D100ED982F /* PithosNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosNode.h; sourceTree = "<group>"; };
132
		610DD35813E6C3D100ED982F /* PithosNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosNode.m; sourceTree = "<group>"; };
133
		610DD36213E6E2E400ED982F /* PithosAccountNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosAccountNode.h; sourceTree = "<group>"; };
134
		610DD36313E6E2E400ED982F /* PithosAccountNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosAccountNode.m; sourceTree = "<group>"; };
135
		610DD36513E6E69D00ED982F /* PithosContainerNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosContainerNode.h; sourceTree = "<group>"; };
136
		610DD36613E6E69D00ED982F /* PithosContainerNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosContainerNode.m; sourceTree = "<group>"; };
137
		610DD37013E7059800ED982F /* PithosObjectNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosObjectNode.h; sourceTree = "<group>"; };
138
		610DD37113E7059900ED982F /* PithosObjectNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosObjectNode.m; sourceTree = "<group>"; };
139
		610DD37313E7064E00ED982F /* PithosSubdirNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSubdirNode.h; sourceTree = "<group>"; };
140
		610DD37413E7064F00ED982F /* PithosSubdirNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSubdirNode.m; sourceTree = "<group>"; };
141
		610DD46213E950E600ED982F /* 01-refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "01-refresh.png"; sourceTree = "<group>"; };
142
		611405CD1428BEBD00637170 /* PithosContainerNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosContainerNodeInfoController.h; sourceTree = "<group>"; };
143
		611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosContainerNodeInfoController.m; sourceTree = "<group>"; };
144
		611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosContainerNodeInfoController.xib; sourceTree = "<group>"; };
145
		611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosEmptyNode.h; sourceTree = "<group>"; };
146
		611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosEmptyNode.m; sourceTree = "<group>"; };
147
		611FFCB113EBF40900E43E18 /* ImageAndTextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageAndTextCell.h; path = "pithos-macos/ImageAndTextCell.h"; sourceTree = "<group>"; };
148
		611FFCB213EBF40900E43E18 /* ImageAndTextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageAndTextCell.m; path = "pithos-macos/ImageAndTextCell.m"; sourceTree = "<group>"; };
149
		6121250813F033F400063041 /* PithosBrowserPreviewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosBrowserPreviewController.xib; sourceTree = "<group>"; };
150
		613629B3143E0F8B00363787 /* GroupMembersDictionaryTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupMembersDictionaryTransformer.h; path = "pithos-macos/GroupMembersDictionaryTransformer.h"; sourceTree = "<group>"; };
151
		613629B4143E0F8B00363787 /* GroupMembersDictionaryTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupMembersDictionaryTransformer.m; path = "pithos-macos/GroupMembersDictionaryTransformer.m"; sourceTree = "<group>"; };
152
		613629B7143E51E000363787 /* GroupAndGroupMemberFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupAndGroupMemberFormatter.h; path = "pithos-macos/GroupAndGroupMemberFormatter.h"; sourceTree = "<group>"; };
153
		613629B8143E51E000363787 /* GroupAndGroupMemberFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupAndGroupMemberFormatter.m; path = "pithos-macos/GroupAndGroupMemberFormatter.m"; sourceTree = "<group>"; };
154
		6139836F13EFEECC004CE444 /* FileSystemBrowserCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileSystemBrowserCell.h; path = "pithos-macos/FileSystemBrowserCell.h"; sourceTree = "<group>"; };
155
		6139837013EFEECC004CE444 /* FileSystemBrowserCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileSystemBrowserCell.m; path = "pithos-macos/FileSystemBrowserCell.m"; sourceTree = "<group>"; };
156
		61433BC7141BA1CE00CD978D /* HashMapHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HashMapHash.h; path = "pithos-macos/HashMapHash.h"; sourceTree = "<group>"; };
157
		61433BC8141BA1CE00CD978D /* HashMapHash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HashMapHash.m; path = "pithos-macos/HashMapHash.m"; sourceTree = "<group>"; };
158
		614592BA1417CE70002E7A8C /* ASIPithosAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosAccount.h; sourceTree = "<group>"; };
159
		614592BB1417CE70002E7A8C /* ASIPithosAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosAccount.m; sourceTree = "<group>"; };
160
		6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSharingAccountsNode.h; sourceTree = "<group>"; };
161
		6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSharingAccountsNode.m; sourceTree = "<group>"; };
162
		6152D090143334CC00803874 /* AllowedToBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AllowedToBoolTransformer.h; path = "pithos-macos/AllowedToBoolTransformer.h"; sourceTree = "<group>"; };
163
		6152D091143334CC00803874 /* AllowedToBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AllowedToBoolTransformer.m; path = "pithos-macos/AllowedToBoolTransformer.m"; sourceTree = "<group>"; };
164
		6152D093143334E000803874 /* SharingAccountBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharingAccountBoolTransformer.h; path = "pithos-macos/SharingAccountBoolTransformer.h"; sourceTree = "<group>"; };
165
		6152D094143334E000803874 /* SharingAccountBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingAccountBoolTransformer.m; path = "pithos-macos/SharingAccountBoolTransformer.m"; sourceTree = "<group>"; };
166
		6154BF4A145554D600EE353A /* pithos-logo-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pithos-logo-small.png"; sourceTree = "<group>"; };
167
		6154BF4C145558E300EE353A /* pithos.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = pithos.icns; path = ../pithos.icns; sourceTree = "<group>"; };
168
		6154BF4E1456A83100EE353A /* UsingSizeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UsingSizeTransformer.h; path = "pithos-macos/UsingSizeTransformer.h"; sourceTree = "<group>"; };
169
		6154BF4F1456A83100EE353A /* UsingSizeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UsingSizeTransformer.m; path = "pithos-macos/UsingSizeTransformer.m"; sourceTree = "<group>"; };
170
		615615DC140CECDB00017BD4 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
171
		615A444C140F8A5700308614 /* MetadataKeyTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MetadataKeyTransformer.h; path = "pithos-macos/MetadataKeyTransformer.h"; sourceTree = "<group>"; };
172
		615A444D140F8A5700308614 /* MetadataKeyTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MetadataKeyTransformer.m; path = "pithos-macos/MetadataKeyTransformer.m"; sourceTree = "<group>"; };
173
		615A444F140F8A7F00308614 /* MetadataKeyFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MetadataKeyFormatter.h; path = "pithos-macos/MetadataKeyFormatter.h"; sourceTree = "<group>"; };
174
		615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MetadataKeyFormatter.m; path = "pithos-macos/MetadataKeyFormatter.m"; sourceTree = "<group>"; };
175
		6164B2DB1450E55C00D4C1AB /* LastCompletedSyncTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LastCompletedSyncTransformer.h; path = "pithos-macos/LastCompletedSyncTransformer.h"; sourceTree = "<group>"; };
176
		6164B2DC1450E55C00D4C1AB /* LastCompletedSyncTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LastCompletedSyncTransformer.m; path = "pithos-macos/LastCompletedSyncTransformer.m"; sourceTree = "<group>"; };
177
		616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosObjectNodeInfoController.xib; sourceTree = "<group>"; };
178
		616FC0B113F97D0800140A33 /* PithosNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosNodeInfoController.h; sourceTree = "<group>"; };
179
		616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosNodeInfoController.m; sourceTree = "<group>"; };
180
		617460EF140BE45C00D333A1 /* BytesExtendedSizeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BytesExtendedSizeTransformer.h; path = "pithos-macos/BytesExtendedSizeTransformer.h"; sourceTree = "<group>"; };
181
		617460F0140BE45C00D333A1 /* BytesExtendedSizeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BytesExtendedSizeTransformer.m; path = "pithos-macos/BytesExtendedSizeTransformer.m"; sourceTree = "<group>"; };
182
		6180C22913FAEF4B00BCA40B /* BytesSizeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BytesSizeTransformer.h; path = "pithos-macos/BytesSizeTransformer.h"; sourceTree = "<group>"; };
183
		6180C22A13FAEF4B00BCA40B /* BytesSizeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BytesSizeTransformer.m; path = "pithos-macos/BytesSizeTransformer.m"; sourceTree = "<group>"; };
184
		6180C22C13FBF1FC00BCA40B /* LastModifiedDateTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LastModifiedDateTransformer.h; path = "pithos-macos/LastModifiedDateTransformer.h"; sourceTree = "<group>"; };
185
		6180C22D13FBF1FD00BCA40B /* LastModifiedDateTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LastModifiedDateTransformer.m; path = "pithos-macos/LastModifiedDateTransformer.m"; sourceTree = "<group>"; };
186
		618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosActivityFacility.h; sourceTree = "<group>"; };
187
		618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosActivityFacility.m; sourceTree = "<group>"; };
188
		618A7FF4143A20830040F043 /* PithosActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosActivity.h; sourceTree = "<group>"; };
189
		618A7FF5143A20830040F043 /* PithosActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosActivity.m; sourceTree = "<group>"; };
190
		619B85D213F8076F00C9371F /* PithosPreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosPreferencesController.h; sourceTree = "<group>"; };
191
		619B85D313F8077100C9371F /* PithosPreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosPreferencesController.m; sourceTree = "<group>"; };
192
		619B85D413F8077300C9371F /* PithosPreferencesController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PithosPreferencesController.xib; sourceTree = "<group>"; };
193
		61C24BB91410D350007004DC /* PublicURLTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PublicURLTransformer.h; path = "pithos-macos/PublicURLTransformer.h"; sourceTree = "<group>"; };
194
		61C24BBA1410D350007004DC /* PublicURLTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PublicURLTransformer.m; path = "pithos-macos/PublicURLTransformer.m"; sourceTree = "<group>"; };
195
		61C24BBC1410E031007004DC /* SharingDictionaryTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharingDictionaryTransformer.h; path = "pithos-macos/SharingDictionaryTransformer.h"; sourceTree = "<group>"; };
196
		61C24BBD1410E031007004DC /* SharingDictionaryTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingDictionaryTransformer.m; path = "pithos-macos/SharingDictionaryTransformer.m"; sourceTree = "<group>"; };
197
		61C24BBF14110BDB007004DC /* SharingNameFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharingNameFormatter.h; path = "pithos-macos/SharingNameFormatter.h"; sourceTree = "<group>"; };
198
		61C24BC014110BDB007004DC /* SharingNameFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingNameFormatter.m; path = "pithos-macos/SharingNameFormatter.m"; sourceTree = "<group>"; };
199
		61C24BEA14161EC0007004DC /* PithosUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosUtilities.h; sourceTree = "<group>"; };
200
		61C24BEB14161EC3007004DC /* PithosUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosUtilities.m; sourceTree = "<group>"; };
201
		61C65ADD1428C578002597C2 /* CountTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CountTransformer.h; path = "pithos-macos/CountTransformer.h"; sourceTree = "<group>"; };
202
		61C65ADE1428C578002597C2 /* CountTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CountTransformer.m; path = "pithos-macos/CountTransformer.m"; sourceTree = "<group>"; };
203
		61C65AE11428D41C002597C2 /* PolicyVersioningTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolicyVersioningTransformer.h; path = "pithos-macos/PolicyVersioningTransformer.h"; sourceTree = "<group>"; };
204
		61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PolicyVersioningTransformer.m; path = "pithos-macos/PolicyVersioningTransformer.m"; sourceTree = "<group>"; };
205
		61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosObjectNodeInfoController.h; sourceTree = "<group>"; };
206
		61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosObjectNodeInfoController.m; sourceTree = "<group>"; };
207
		61E99D9313EC348500E48DA5 /* 145-persondot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "145-persondot.png"; sourceTree = "<group>"; };
208
		61F040E9144724F500A0C788 /* PithosSyncDaemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSyncDaemon.h; sourceTree = "<group>"; };
209
		61F040EA144724F500A0C788 /* PithosSyncDaemon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSyncDaemon.m; sourceTree = "<group>"; };
210
		61F040ED144757B500A0C788 /* PithosLocalObjectState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosLocalObjectState.h; sourceTree = "<group>"; };
211
		61F040EE144757B500A0C788 /* PithosLocalObjectState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosLocalObjectState.m; sourceTree = "<group>"; };
212
		61F040F11448547000A0C788 /* FileMD5Hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = FileMD5Hash.c; path = "pithos-macos/FileMD5Hash.c"; sourceTree = "<group>"; };
213
		61F040F21448547000A0C788 /* FileMD5Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileMD5Hash.h; path = "pithos-macos/FileMD5Hash.h"; sourceTree = "<group>"; };
214
/* End PBXFileReference section */
215

    
216
/* Begin PBXFrameworksBuildPhase section */
217
		610DD2EE13E6BB2000ED982F /* Frameworks */ = {
218
			isa = PBXFrameworksBuildPhase;
219
			buildActionMask = 2147483647;
220
			files = (
221
				615615DD140CECDB00017BD4 /* libz.dylib in Frameworks */,
222
				610DD35613E6C0A700ED982F /* SystemConfiguration.framework in Frameworks */,
223
				610DD35413E6C09100ED982F /* CoreServices.framework in Frameworks */,
224
				610DD2F613E6BB2000ED982F /* Cocoa.framework in Frameworks */,
225
			);
226
			runOnlyForDeploymentPostprocessing = 0;
227
		};
228
/* End PBXFrameworksBuildPhase section */
229

    
230
/* Begin PBXGroup section */
231
		610DD2E613E6BB2000ED982F = {
232
			isa = PBXGroup;
233
			children = (
234
				6139837313F01CFC004CE444 /* Utilities */,
235
				610DD31A13E6BD4200ED982F /* asi-http-request */,
236
				610DD2FB13E6BB2000ED982F /* pithos-macos */,
237
				610DD2F413E6BB2000ED982F /* Frameworks */,
238
				610DD2F213E6BB2000ED982F /* Products */,
239
			);
240
			sourceTree = "<group>";
241
		};
242
		610DD2F213E6BB2000ED982F /* Products */ = {
243
			isa = PBXGroup;
244
			children = (
245
				610DD2F113E6BB2000ED982F /* pithos-macos.app */,
246
			);
247
			name = Products;
248
			sourceTree = "<group>";
249
		};
250
		610DD2F413E6BB2000ED982F /* Frameworks */ = {
251
			isa = PBXGroup;
252
			children = (
253
				615615DC140CECDB00017BD4 /* libz.dylib */,
254
				610DD2F513E6BB2000ED982F /* Cocoa.framework */,
255
				610DD35313E6C09100ED982F /* CoreServices.framework */,
256
				610DD35513E6C0A700ED982F /* SystemConfiguration.framework */,
257
				610DD2F713E6BB2000ED982F /* Other Frameworks */,
258
			);
259
			name = Frameworks;
260
			sourceTree = "<group>";
261
		};
262
		610DD2F713E6BB2000ED982F /* Other Frameworks */ = {
263
			isa = PBXGroup;
264
			children = (
265
				610DD2F813E6BB2000ED982F /* AppKit.framework */,
266
				610DD2F913E6BB2000ED982F /* CoreData.framework */,
267
				610DD2FA13E6BB2000ED982F /* Foundation.framework */,
268
			);
269
			name = "Other Frameworks";
270
			sourceTree = "<group>";
271
		};
272
		610DD2FB13E6BB2000ED982F /* pithos-macos */ = {
273
			isa = PBXGroup;
274
			children = (
275
				61F040E71447218F00A0C788 /* PithosBrowser */,
276
				61F040E51447217100A0C788 /* PithosSyncDaemon */,
277
				61F040E8144721B200A0C788 /* PithosActivityFacility */,
278
				61F1C5DB1444A8CF00C1E6EB /* PithosNodes */,
279
				61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */,
280
				610DD2FC13E6BB2000ED982F /* Supporting Files */,
281
				610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */,
282
				610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */,
283
				610DD30A13E6BB2000ED982F /* MainMenu.xib */,
284
				61C24BEA14161EC0007004DC /* PithosUtilities.h */,
285
				61C24BEB14161EC3007004DC /* PithosUtilities.m */,
286
			);
287
			path = "pithos-macos";
288
			sourceTree = "<group>";
289
		};
290
		610DD2FC13E6BB2000ED982F /* Supporting Files */ = {
291
			isa = PBXGroup;
292
			children = (
293
				610DD46113E950E500ED982F /* Icons */,
294
				610DD2FD13E6BB2000ED982F /* pithos-macos-Info.plist */,
295
				610DD2FE13E6BB2000ED982F /* InfoPlist.strings */,
296
				610DD30113E6BB2000ED982F /* pithos-macos-Prefix.pch */,
297
				610DD30213E6BB2000ED982F /* main.m */,
298
				610DD30413E6BB2000ED982F /* Credits.rtf */,
299
			);
300
			name = "Supporting Files";
301
			sourceTree = "<group>";
302
		};
303
		610DD31A13E6BD4200ED982F /* asi-http-request */ = {
304
			isa = PBXGroup;
305
			children = (
306
				610DD31E13E6BD8B00ED982F /* ASICacheDelegate.h */,
307
				610DD31F13E6BD8B00ED982F /* ASIDataCompressor.h */,
308
				610DD32013E6BD8B00ED982F /* ASIDataCompressor.m */,
309
				610DD32113E6BD8B00ED982F /* ASIDataDecompressor.h */,
310
				610DD32213E6BD8B00ED982F /* ASIDataDecompressor.m */,
311
				610DD32313E6BD8B00ED982F /* ASIDownloadCache.h */,
312
				610DD32413E6BD8B00ED982F /* ASIDownloadCache.m */,
313
				610DD32513E6BD8B00ED982F /* ASIFormDataRequest.h */,
314
				610DD32613E6BD8B00ED982F /* ASIFormDataRequest.m */,
315
				610DD32713E6BD8B00ED982F /* ASIHTTPRequest.h */,
316
				610DD32813E6BD8B00ED982F /* ASIHTTPRequest.m */,
317
				610DD32913E6BD8B00ED982F /* ASIHTTPRequestConfig.h */,
318
				610DD32A13E6BD8B00ED982F /* ASIHTTPRequestDelegate.h */,
319
				610DD32B13E6BD8B00ED982F /* ASIInputStream.h */,
320
				610DD32C13E6BD8B00ED982F /* ASIInputStream.m */,
321
				610DD32D13E6BD8B00ED982F /* ASINetworkQueue.h */,
322
				610DD32E13E6BD8B00ED982F /* ASINetworkQueue.m */,
323
				610DD32F13E6BD8B00ED982F /* ASIProgressDelegate.h */,
324
				610DD34B13E6BD9800ED982F /* ASINSXMLParserCompat.h */,
325
				610DD33013E6BD8B00ED982F /* Pithos */,
326
			);
327
			name = "asi-http-request";
328
			sourceTree = "<group>";
329
		};
330
		610DD33013E6BD8B00ED982F /* Pithos */ = {
331
			isa = PBXGroup;
332
			children = (
333
				610DD33B13E6BD8B00ED982F /* ASIPithosRequest.h */,
334
				610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */,
335
				610DD33113E6BD8B00ED982F /* ASIPithosAccountRequest.h */,
336
				610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */,
337
				610DD33513E6BD8B00ED982F /* ASIPithosContainerRequest.h */,
338
				610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */,
339
				610DD33913E6BD8B00ED982F /* ASIPithosObjectRequest.h */,
340
				610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */,
341
				614592BA1417CE70002E7A8C /* ASIPithosAccount.h */,
342
				614592BB1417CE70002E7A8C /* ASIPithosAccount.m */,
343
				610DD33313E6BD8B00ED982F /* ASIPithosContainer.h */,
344
				610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */,
345
				610DD33713E6BD8B00ED982F /* ASIPithosObject.h */,
346
				610DD33813E6BD8B00ED982F /* ASIPithosObject.m */,
347
			);
348
			name = Pithos;
349
			path = "pithos-apple-common/asi-http-request-with-pithos/Classes/Pithos";
350
			sourceTree = "<group>";
351
		};
352
		610DD46113E950E500ED982F /* Icons */ = {
353
			isa = PBXGroup;
354
			children = (
355
				6154BF4C145558E300EE353A /* pithos.icns */,
356
				610DD46213E950E600ED982F /* 01-refresh.png */,
357
				61E99D9313EC348500E48DA5 /* 145-persondot.png */,
358
				6154BF4A145554D600EE353A /* pithos-logo-small.png */,
359
			);
360
			path = Icons;
361
			sourceTree = SOURCE_ROOT;
362
		};
363
		6139837313F01CFC004CE444 /* Utilities */ = {
364
			isa = PBXGroup;
365
			children = (
366
				61F040F41448547B00A0C788 /* Hashing */,
367
				615A442E140E5ECA00308614 /* Formatters */,
368
				6180C22713FAED1D00BCA40B /* Cells */,
369
				6180C22813FAED4B00BCA40B /* Value Transformers */,
370
			);
371
			name = Utilities;
372
			sourceTree = "<group>";
373
		};
374
		615A442E140E5ECA00308614 /* Formatters */ = {
375
			isa = PBXGroup;
376
			children = (
377
				615A444F140F8A7F00308614 /* MetadataKeyFormatter.h */,
378
				615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */,
379
				61C24BBF14110BDB007004DC /* SharingNameFormatter.h */,
380
				61C24BC014110BDB007004DC /* SharingNameFormatter.m */,
381
				613629B7143E51E000363787 /* GroupAndGroupMemberFormatter.h */,
382
				613629B8143E51E000363787 /* GroupAndGroupMemberFormatter.m */,
383
			);
384
			name = Formatters;
385
			sourceTree = "<group>";
386
		};
387
		6180C22713FAED1D00BCA40B /* Cells */ = {
388
			isa = PBXGroup;
389
			children = (
390
				611FFCB113EBF40900E43E18 /* ImageAndTextCell.h */,
391
				611FFCB213EBF40900E43E18 /* ImageAndTextCell.m */,
392
				6139836F13EFEECC004CE444 /* FileSystemBrowserCell.h */,
393
				6139837013EFEECC004CE444 /* FileSystemBrowserCell.m */,
394
			);
395
			name = Cells;
396
			sourceTree = "<group>";
397
		};
398
		6180C22813FAED4B00BCA40B /* Value Transformers */ = {
399
			isa = PBXGroup;
400
			children = (
401
				6180C22913FAEF4B00BCA40B /* BytesSizeTransformer.h */,
402
				6180C22A13FAEF4B00BCA40B /* BytesSizeTransformer.m */,
403
				617460EF140BE45C00D333A1 /* BytesExtendedSizeTransformer.h */,
404
				617460F0140BE45C00D333A1 /* BytesExtendedSizeTransformer.m */,
405
				6180C22C13FBF1FC00BCA40B /* LastModifiedDateTransformer.h */,
406
				6180C22D13FBF1FD00BCA40B /* LastModifiedDateTransformer.m */,
407
				615A444C140F8A5700308614 /* MetadataKeyTransformer.h */,
408
				615A444D140F8A5700308614 /* MetadataKeyTransformer.m */,
409
				61C24BB91410D350007004DC /* PublicURLTransformer.h */,
410
				61C24BBA1410D350007004DC /* PublicURLTransformer.m */,
411
				61C24BBC1410E031007004DC /* SharingDictionaryTransformer.h */,
412
				61C24BBD1410E031007004DC /* SharingDictionaryTransformer.m */,
413
				61C65ADD1428C578002597C2 /* CountTransformer.h */,
414
				61C65ADE1428C578002597C2 /* CountTransformer.m */,
415
				61C65AE11428D41C002597C2 /* PolicyVersioningTransformer.h */,
416
				61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */,
417
				6152D093143334E000803874 /* SharingAccountBoolTransformer.h */,
418
				6152D094143334E000803874 /* SharingAccountBoolTransformer.m */,
419
				6152D090143334CC00803874 /* AllowedToBoolTransformer.h */,
420
				6152D091143334CC00803874 /* AllowedToBoolTransformer.m */,
421
				613629B3143E0F8B00363787 /* GroupMembersDictionaryTransformer.h */,
422
				613629B4143E0F8B00363787 /* GroupMembersDictionaryTransformer.m */,
423
				6164B2DB1450E55C00D4C1AB /* LastCompletedSyncTransformer.h */,
424
				6164B2DC1450E55C00D4C1AB /* LastCompletedSyncTransformer.m */,
425
				6154BF4E1456A83100EE353A /* UsingSizeTransformer.h */,
426
				6154BF4F1456A83100EE353A /* UsingSizeTransformer.m */,
427
			);
428
			name = "Value Transformers";
429
			sourceTree = "<group>";
430
		};
431
		61F040E51447217100A0C788 /* PithosSyncDaemon */ = {
432
			isa = PBXGroup;
433
			children = (
434
				61F040E9144724F500A0C788 /* PithosSyncDaemon.h */,
435
				61F040EA144724F500A0C788 /* PithosSyncDaemon.m */,
436
				61F040ED144757B500A0C788 /* PithosLocalObjectState.h */,
437
				61F040EE144757B500A0C788 /* PithosLocalObjectState.m */,
438
			);
439
			name = PithosSyncDaemon;
440
			sourceTree = "<group>";
441
		};
442
		61F040E71447218F00A0C788 /* PithosBrowser */ = {
443
			isa = PBXGroup;
444
			children = (
445
				610DD34C13E6BEF400ED982F /* PithosBrowserController.h */,
446
				610DD34D13E6BEF400ED982F /* PithosBrowserController.m */,
447
				610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */,
448
				6121250813F033F400063041 /* PithosBrowserPreviewController.xib */,
449
				619B85D213F8076F00C9371F /* PithosPreferencesController.h */,
450
				619B85D313F8077100C9371F /* PithosPreferencesController.m */,
451
				619B85D413F8077300C9371F /* PithosPreferencesController.xib */,
452
			);
453
			name = PithosBrowser;
454
			sourceTree = "<group>";
455
		};
456
		61F040E8144721B200A0C788 /* PithosActivityFacility */ = {
457
			isa = PBXGroup;
458
			children = (
459
				618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */,
460
				618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */,
461
				618A7FF4143A20830040F043 /* PithosActivity.h */,
462
				618A7FF5143A20830040F043 /* PithosActivity.m */,
463
			);
464
			name = PithosActivityFacility;
465
			sourceTree = "<group>";
466
		};
467
		61F040F41448547B00A0C788 /* Hashing */ = {
468
			isa = PBXGroup;
469
			children = (
470
				61433BC7141BA1CE00CD978D /* HashMapHash.h */,
471
				61433BC8141BA1CE00CD978D /* HashMapHash.m */,
472
				61F040F11448547000A0C788 /* FileMD5Hash.c */,
473
				61F040F21448547000A0C788 /* FileMD5Hash.h */,
474
			);
475
			name = Hashing;
476
			sourceTree = "<group>";
477
		};
478
		61F1C5DB1444A8CF00C1E6EB /* PithosNodes */ = {
479
			isa = PBXGroup;
480
			children = (
481
				610DD35713E6C3D100ED982F /* PithosNode.h */,
482
				610DD35813E6C3D100ED982F /* PithosNode.m */,
483
				610DD36213E6E2E400ED982F /* PithosAccountNode.h */,
484
				610DD36313E6E2E400ED982F /* PithosAccountNode.m */,
485
				610DD36513E6E69D00ED982F /* PithosContainerNode.h */,
486
				610DD36613E6E69D00ED982F /* PithosContainerNode.m */,
487
				610DD37313E7064E00ED982F /* PithosSubdirNode.h */,
488
				610DD37413E7064F00ED982F /* PithosSubdirNode.m */,
489
				610DD37013E7059800ED982F /* PithosObjectNode.h */,
490
				610DD37113E7059900ED982F /* PithosObjectNode.m */,
491
				6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */,
492
				6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */,
493
				611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */,
494
				611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */,
495
			);
496
			name = PithosNodes;
497
			sourceTree = "<group>";
498
		};
499
		61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */ = {
500
			isa = PBXGroup;
501
			children = (
502
				616FC0B113F97D0800140A33 /* PithosNodeInfoController.h */,
503
				616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */,
504
				611405CD1428BEBD00637170 /* PithosContainerNodeInfoController.h */,
505
				611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */,
506
				611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */,
507
				61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */,
508
				61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */,
509
				616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */,
510
			);
511
			name = PithosNodeInfoControllers;
512
			sourceTree = "<group>";
513
		};
514
/* End PBXGroup section */
515

    
516
/* Begin PBXNativeTarget section */
517
		610DD2F013E6BB2000ED982F /* pithos-macos */ = {
518
			isa = PBXNativeTarget;
519
			buildConfigurationList = 610DD30F13E6BB2000ED982F /* Build configuration list for PBXNativeTarget "pithos-macos" */;
520
			buildPhases = (
521
				610DD2ED13E6BB2000ED982F /* Sources */,
522
				610DD2EE13E6BB2000ED982F /* Frameworks */,
523
				610DD2EF13E6BB2000ED982F /* Resources */,
524
			);
525
			buildRules = (
526
			);
527
			dependencies = (
528
			);
529
			name = "pithos-macos";
530
			productName = "pithos-macos";
531
			productReference = 610DD2F113E6BB2000ED982F /* pithos-macos.app */;
532
			productType = "com.apple.product-type.application";
533
		};
534
/* End PBXNativeTarget section */
535

    
536
/* Begin PBXProject section */
537
		610DD2E813E6BB2000ED982F /* Project object */ = {
538
			isa = PBXProject;
539
			attributes = {
540
				ORGANIZATIONNAME = koomasi;
541
			};
542
			buildConfigurationList = 610DD2EB13E6BB2000ED982F /* Build configuration list for PBXProject "pithos-macos" */;
543
			compatibilityVersion = "Xcode 3.2";
544
			developmentRegion = English;
545
			hasScannedForEncodings = 0;
546
			knownRegions = (
547
				en,
548
			);
549
			mainGroup = 610DD2E613E6BB2000ED982F;
550
			productRefGroup = 610DD2F213E6BB2000ED982F /* Products */;
551
			projectDirPath = "";
552
			projectRoot = "";
553
			targets = (
554
				610DD2F013E6BB2000ED982F /* pithos-macos */,
555
			);
556
		};
557
/* End PBXProject section */
558

    
559
/* Begin PBXResourcesBuildPhase section */
560
		610DD2EF13E6BB2000ED982F /* Resources */ = {
561
			isa = PBXResourcesBuildPhase;
562
			buildActionMask = 2147483647;
563
			files = (
564
				610DD30013E6BB2000ED982F /* InfoPlist.strings in Resources */,
565
				610DD30613E6BB2000ED982F /* Credits.rtf in Resources */,
566
				610DD30C13E6BB2000ED982F /* MainMenu.xib in Resources */,
567
				610DD35013E6C00E00ED982F /* PithosBrowserController.xib in Resources */,
568
				610DD46313E950E600ED982F /* 01-refresh.png in Resources */,
569
				61E99D9413EC348500E48DA5 /* 145-persondot.png in Resources */,
570
				6121250913F033F500063041 /* PithosBrowserPreviewController.xib in Resources */,
571
				619B85D613F8077800C9371F /* PithosPreferencesController.xib in Resources */,
572
				616FC0AF13F91BA400140A33 /* PithosObjectNodeInfoController.xib in Resources */,
573
				611405D11428BEC000637170 /* PithosContainerNodeInfoController.xib in Resources */,
574
				6154BF4B145554D600EE353A /* pithos-logo-small.png in Resources */,
575
				6154BF4D145558E300EE353A /* pithos.icns in Resources */,
576
			);
577
			runOnlyForDeploymentPostprocessing = 0;
578
		};
579
/* End PBXResourcesBuildPhase section */
580

    
581
/* Begin PBXSourcesBuildPhase section */
582
		610DD2ED13E6BB2000ED982F /* Sources */ = {
583
			isa = PBXSourcesBuildPhase;
584
			buildActionMask = 2147483647;
585
			files = (
586
				610DD30313E6BB2000ED982F /* main.m in Sources */,
587
				610DD30913E6BB2000ED982F /* pithos_macosAppDelegate.m in Sources */,
588
				610DD33E13E6BD8B00ED982F /* ASIDataCompressor.m in Sources */,
589
				610DD33F13E6BD8B00ED982F /* ASIDataDecompressor.m in Sources */,
590
				610DD34013E6BD8B00ED982F /* ASIDownloadCache.m in Sources */,
591
				610DD34113E6BD8B00ED982F /* ASIFormDataRequest.m in Sources */,
592
				610DD34213E6BD8B00ED982F /* ASIHTTPRequest.m in Sources */,
593
				610DD34313E6BD8B00ED982F /* ASIInputStream.m in Sources */,
594
				610DD34413E6BD8B00ED982F /* ASINetworkQueue.m in Sources */,
595
				610DD34513E6BD8B00ED982F /* ASIPithosAccountRequest.m in Sources */,
596
				610DD34613E6BD8B00ED982F /* ASIPithosContainer.m in Sources */,
597
				610DD34713E6BD8B00ED982F /* ASIPithosContainerRequest.m in Sources */,
598
				610DD34813E6BD8B00ED982F /* ASIPithosObject.m in Sources */,
599
				610DD34913E6BD8B00ED982F /* ASIPithosObjectRequest.m in Sources */,
600
				610DD34A13E6BD8B00ED982F /* ASIPithosRequest.m in Sources */,
601
				610DD34E13E6BEF400ED982F /* PithosBrowserController.m in Sources */,
602
				610DD35913E6C3D200ED982F /* PithosNode.m in Sources */,
603
				610DD36413E6E2E400ED982F /* PithosAccountNode.m in Sources */,
604
				610DD36713E6E69D00ED982F /* PithosContainerNode.m in Sources */,
605
				610DD37213E7059900ED982F /* PithosObjectNode.m in Sources */,
606
				610DD37513E7064F00ED982F /* PithosSubdirNode.m in Sources */,
607
				611FFCAF13EBF0B900E43E18 /* PithosEmptyNode.m in Sources */,
608
				611FFCB313EBF40900E43E18 /* ImageAndTextCell.m in Sources */,
609
				6139837113EFEECC004CE444 /* FileSystemBrowserCell.m in Sources */,
610
				619B85D513F8077800C9371F /* PithosPreferencesController.m in Sources */,
611
				616FC0B313F97D0800140A33 /* PithosNodeInfoController.m in Sources */,
612
				6180C22B13FAEF4B00BCA40B /* BytesSizeTransformer.m in Sources */,
613
				6180C22E13FBF1FD00BCA40B /* LastModifiedDateTransformer.m in Sources */,
614
				617460F1140BE45C00D333A1 /* BytesExtendedSizeTransformer.m in Sources */,
615
				615A444E140F8A5700308614 /* MetadataKeyTransformer.m in Sources */,
616
				615A4451140F8A7F00308614 /* MetadataKeyFormatter.m in Sources */,
617
				61C24BBB1410D350007004DC /* PublicURLTransformer.m in Sources */,
618
				61C24BBE1410E031007004DC /* SharingDictionaryTransformer.m in Sources */,
619
				61C24BC114110BDB007004DC /* SharingNameFormatter.m in Sources */,
620
				61C24BEC14161EC7007004DC /* PithosUtilities.m in Sources */,
621
				614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */,
622
				61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */,
623
				611405D01428BEC000637170 /* PithosContainerNodeInfoController.m in Sources */,
624
				61C65ADF1428C578002597C2 /* CountTransformer.m in Sources */,
625
				61C65AE31428D41C002597C2 /* PolicyVersioningTransformer.m in Sources */,
626
				61C65AE6142918DD002597C2 /* PithosObjectNodeInfoController.m in Sources */,
627
				6152D08C143200CC00803874 /* PithosSharingAccountsNode.m in Sources */,
628
				6152D092143334CC00803874 /* AllowedToBoolTransformer.m in Sources */,
629
				6152D095143334E000803874 /* SharingAccountBoolTransformer.m in Sources */,
630
				618A7FD81438CE5D0040F043 /* PithosActivityFacility.m in Sources */,
631
				618A7FF6143A20830040F043 /* PithosActivity.m in Sources */,
632
				613629B5143E0F8B00363787 /* GroupMembersDictionaryTransformer.m in Sources */,
633
				613629B9143E51E000363787 /* GroupAndGroupMemberFormatter.m in Sources */,
634
				61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */,
635
				61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */,
636
				61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */,
637
				6164B2DD1450E55C00D4C1AB /* LastCompletedSyncTransformer.m in Sources */,
638
				6154BF501456A83200EE353A /* UsingSizeTransformer.m in Sources */,
639
			);
640
			runOnlyForDeploymentPostprocessing = 0;
641
		};
642
/* End PBXSourcesBuildPhase section */
643

    
644
/* Begin PBXVariantGroup section */
645
		610DD2FE13E6BB2000ED982F /* InfoPlist.strings */ = {
646
			isa = PBXVariantGroup;
647
			children = (
648
				610DD2FF13E6BB2000ED982F /* en */,
649
			);
650
			name = InfoPlist.strings;
651
			sourceTree = "<group>";
652
		};
653
		610DD30413E6BB2000ED982F /* Credits.rtf */ = {
654
			isa = PBXVariantGroup;
655
			children = (
656
				610DD30513E6BB2000ED982F /* en */,
657
			);
658
			name = Credits.rtf;
659
			sourceTree = "<group>";
660
		};
661
		610DD30A13E6BB2000ED982F /* MainMenu.xib */ = {
662
			isa = PBXVariantGroup;
663
			children = (
664
				610DD30B13E6BB2000ED982F /* en */,
665
			);
666
			name = MainMenu.xib;
667
			sourceTree = "<group>";
668
		};
669
/* End PBXVariantGroup section */
670

    
671
/* Begin XCBuildConfiguration section */
672
		610DD30D13E6BB2000ED982F /* Debug */ = {
673
			isa = XCBuildConfiguration;
674
			buildSettings = {
675
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
676
				GCC_C_LANGUAGE_STANDARD = gnu99;
677
				GCC_OPTIMIZATION_LEVEL = 0;
678
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
679
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
680
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
681
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
682
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
683
				GCC_WARN_UNUSED_VARIABLE = YES;
684
				MACOSX_DEPLOYMENT_TARGET = 10.6;
685
				ONLY_ACTIVE_ARCH = YES;
686
				SDKROOT = macosx;
687
			};
688
			name = Debug;
689
		};
690
		610DD30E13E6BB2000ED982F /* Release */ = {
691
			isa = XCBuildConfiguration;
692
			buildSettings = {
693
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
694
				GCC_C_LANGUAGE_STANDARD = gnu99;
695
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
696
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
697
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
698
				GCC_WARN_UNUSED_VARIABLE = YES;
699
				MACOSX_DEPLOYMENT_TARGET = 10.6;
700
				SDKROOT = macosx;
701
			};
702
			name = Release;
703
		};
704
		610DD31013E6BB2000ED982F /* Debug */ = {
705
			isa = XCBuildConfiguration;
706
			buildSettings = {
707
				ALWAYS_SEARCH_USER_PATHS = NO;
708
				COPY_PHASE_STRIP = NO;
709
				GCC_DYNAMIC_NO_PIC = NO;
710
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
711
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
712
				GCC_PREFIX_HEADER = "pithos-macos/pithos-macos-Prefix.pch";
713
				INFOPLIST_FILE = "pithos-macos/pithos-macos-Info.plist";
714
				PRODUCT_NAME = "$(TARGET_NAME)";
715
				WRAPPER_EXTENSION = app;
716
			};
717
			name = Debug;
718
		};
719
		610DD31113E6BB2000ED982F /* Release */ = {
720
			isa = XCBuildConfiguration;
721
			buildSettings = {
722
				ALWAYS_SEARCH_USER_PATHS = NO;
723
				COPY_PHASE_STRIP = YES;
724
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
725
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
726
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
727
				GCC_PREFIX_HEADER = "pithos-macos/pithos-macos-Prefix.pch";
728
				INFOPLIST_FILE = "pithos-macos/pithos-macos-Info.plist";
729
				PRODUCT_NAME = "$(TARGET_NAME)";
730
				WRAPPER_EXTENSION = app;
731
			};
732
			name = Release;
733
		};
734
/* End XCBuildConfiguration section */
735

    
736
/* Begin XCConfigurationList section */
737
		610DD2EB13E6BB2000ED982F /* Build configuration list for PBXProject "pithos-macos" */ = {
738
			isa = XCConfigurationList;
739
			buildConfigurations = (
740
				610DD30D13E6BB2000ED982F /* Debug */,
741
				610DD30E13E6BB2000ED982F /* Release */,
742
			);
743
			defaultConfigurationIsVisible = 0;
744
			defaultConfigurationName = Release;
745
		};
746
		610DD30F13E6BB2000ED982F /* Build configuration list for PBXNativeTarget "pithos-macos" */ = {
747
			isa = XCConfigurationList;
748
			buildConfigurations = (
749
				610DD31013E6BB2000ED982F /* Debug */,
750
				610DD31113E6BB2000ED982F /* Release */,
751
			);
752
			defaultConfigurationIsVisible = 0;
753
			defaultConfigurationName = Release;
754
		};
755
/* End XCConfigurationList section */
756
	};
757
	rootObject = 610DD2E813E6BB2000ED982F /* Project object */;
758
}