Initial implementation of 'others shared'.
[pithos-macos] / pithos-macos.xcodeproj / project.pbxproj
index de84be8..fb4709b 100644 (file)
@@ -44,6 +44,9 @@
                6139837113EFEECC004CE444 /* FileSystemBrowserCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6139837013EFEECC004CE444 /* FileSystemBrowserCell.m */; };
                61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 61433BC8141BA1CE00CD978D /* HashMapHash.m */; };
                614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 614592BB1417CE70002E7A8C /* ASIPithosAccount.m */; };
+               6152D08C143200CC00803874 /* PithosSharingAccountsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */; };
+               6152D092143334CC00803874 /* AllowedToBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D091143334CC00803874 /* AllowedToBoolTransformer.m */; };
+               6152D095143334E000803874 /* SharingAccountBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6152D094143334E000803874 /* SharingAccountBoolTransformer.m */; };
                615615DD140CECDB00017BD4 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 615615DC140CECDB00017BD4 /* libz.dylib */; };
                615A444E140F8A5700308614 /* MetadataKeyTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 615A444D140F8A5700308614 /* MetadataKeyTransformer.m */; };
                615A4451140F8A7F00308614 /* MetadataKeyFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 615A4450140F8A7F00308614 /* MetadataKeyFormatter.m */; };
                61433BC8141BA1CE00CD978D /* HashMapHash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HashMapHash.m; path = "pithos-macos/HashMapHash.m"; sourceTree = "<group>"; };
                614592BA1417CE70002E7A8C /* ASIPithosAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIPithosAccount.h; sourceTree = "<group>"; };
                614592BB1417CE70002E7A8C /* ASIPithosAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIPithosAccount.m; sourceTree = "<group>"; };
+               6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSharingAccountsNode.h; sourceTree = "<group>"; };
+               6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSharingAccountsNode.m; sourceTree = "<group>"; };
+               6152D090143334CC00803874 /* AllowedToBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AllowedToBoolTransformer.h; path = "pithos-macos/AllowedToBoolTransformer.h"; sourceTree = "<group>"; };
+               6152D091143334CC00803874 /* AllowedToBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AllowedToBoolTransformer.m; path = "pithos-macos/AllowedToBoolTransformer.m"; sourceTree = "<group>"; };
+               6152D093143334E000803874 /* SharingAccountBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharingAccountBoolTransformer.h; path = "pithos-macos/SharingAccountBoolTransformer.h"; sourceTree = "<group>"; };
+               6152D094143334E000803874 /* SharingAccountBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingAccountBoolTransformer.m; path = "pithos-macos/SharingAccountBoolTransformer.m"; sourceTree = "<group>"; };
                615615DC140CECDB00017BD4 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
                615A444C140F8A5700308614 /* MetadataKeyTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MetadataKeyTransformer.h; path = "pithos-macos/MetadataKeyTransformer.h"; sourceTree = "<group>"; };
                615A444D140F8A5700308614 /* MetadataKeyTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MetadataKeyTransformer.m; path = "pithos-macos/MetadataKeyTransformer.m"; sourceTree = "<group>"; };
                                610DD36313E6E2E400ED982F /* PithosAccountNode.m */,
                                610DD36513E6E69D00ED982F /* PithosContainerNode.h */,
                                610DD36613E6E69D00ED982F /* PithosContainerNode.m */,
-                               610DD37013E7059800ED982F /* PithosObjectNode.h */,
-                               610DD37113E7059900ED982F /* PithosObjectNode.m */,
                                610DD37313E7064E00ED982F /* PithosSubdirNode.h */,
                                610DD37413E7064F00ED982F /* PithosSubdirNode.m */,
+                               610DD37013E7059800ED982F /* PithosObjectNode.h */,
+                               610DD37113E7059900ED982F /* PithosObjectNode.m */,
+                               6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */,
+                               6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */,
                                611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */,
                                611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */,
                                61C24BEA14161EC0007004DC /* PithosFileUtilities.h */,
                610DD33013E6BD8B00ED982F /* Pithos */ = {
                        isa = PBXGroup;
                        children = (
+                               610DD33B13E6BD8B00ED982F /* ASIPithosRequest.h */,
+                               610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */,
                                610DD33113E6BD8B00ED982F /* ASIPithosAccountRequest.h */,
                                610DD33213E6BD8B00ED982F /* ASIPithosAccountRequest.m */,
-                               610DD33313E6BD8B00ED982F /* ASIPithosContainer.h */,
-                               610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */,
                                610DD33513E6BD8B00ED982F /* ASIPithosContainerRequest.h */,
                                610DD33613E6BD8B00ED982F /* ASIPithosContainerRequest.m */,
-                               610DD33713E6BD8B00ED982F /* ASIPithosObject.h */,
-                               610DD33813E6BD8B00ED982F /* ASIPithosObject.m */,
                                610DD33913E6BD8B00ED982F /* ASIPithosObjectRequest.h */,
                                610DD33A13E6BD8B00ED982F /* ASIPithosObjectRequest.m */,
-                               610DD33B13E6BD8B00ED982F /* ASIPithosRequest.h */,
-                               610DD33C13E6BD8B00ED982F /* ASIPithosRequest.m */,
                                614592BA1417CE70002E7A8C /* ASIPithosAccount.h */,
                                614592BB1417CE70002E7A8C /* ASIPithosAccount.m */,
+                               610DD33313E6BD8B00ED982F /* ASIPithosContainer.h */,
+                               610DD33413E6BD8B00ED982F /* ASIPithosContainer.m */,
+                               610DD33713E6BD8B00ED982F /* ASIPithosObject.h */,
+                               610DD33813E6BD8B00ED982F /* ASIPithosObject.m */,
                        );
                        name = Pithos;
                        path = "pithos-apple-common/asi-http-request-with-pithos/Classes/Pithos";
                                61C65ADE1428C578002597C2 /* CountTransformer.m */,
                                61C65AE11428D41C002597C2 /* PolicyVersioningTransformer.h */,
                                61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */,
+                               6152D093143334E000803874 /* SharingAccountBoolTransformer.h */,
+                               6152D094143334E000803874 /* SharingAccountBoolTransformer.m */,
+                               6152D090143334CC00803874 /* AllowedToBoolTransformer.h */,
+                               6152D091143334CC00803874 /* AllowedToBoolTransformer.m */,
                        );
                        name = "Value Transformers";
                        sourceTree = "<group>";
                                61C65ADF1428C578002597C2 /* CountTransformer.m in Sources */,
                                61C65AE31428D41C002597C2 /* PolicyVersioningTransformer.m in Sources */,
                                61C65AE6142918DD002597C2 /* PithosObjectNodeInfoController.m in Sources */,
+                               6152D08C143200CC00803874 /* PithosSharingAccountsNode.m in Sources */,
+                               6152D092143334CC00803874 /* AllowedToBoolTransformer.m in Sources */,
+                               6152D095143334E000803874 /* SharingAccountBoolTransformer.m in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };