Support multiple accounts. Bug fixes. Improve concurrency.
[pithos-macos] / pithos-macos.xcodeproj / project.pbxproj
index 6d5ca0e..54d1c44 100644 (file)
@@ -48,6 +48,7 @@
                614299A914CEF0E7008D973A /* ASIPithos.m in Sources */ = {isa = PBXBuildFile; fileRef = 614299A814CEF0E7008D973A /* ASIPithos.m */; };
                61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 61433BC8141BA1CE00CD978D /* HashMapHash.m */; };
                614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 614592BB1417CE70002E7A8C /* ASIPithosAccount.m */; };
+               614EEC8414E16EB5009DEFCC /* PithosAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 614EEC8314E16EB5009DEFCC /* PithosAccount.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 */; };
                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>"; };
+               614EEC8214E16EB5009DEFCC /* PithosAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosAccount.h; sourceTree = "<group>"; };
+               614EEC8314E16EB5009DEFCC /* PithosAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosAccount.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>"; };
                610DD2FB13E6BB2000ED982F /* pithos-macos */ = {
                        isa = PBXGroup;
                        children = (
+                               610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */,
+                               610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */,
+                               614EEC8214E16EB5009DEFCC /* PithosAccount.h */,
+                               614EEC8314E16EB5009DEFCC /* PithosAccount.m */,
                                61F040E71447218F00A0C788 /* PithosBrowser */,
                                61F040E51447217100A0C788 /* PithosSyncDaemon */,
                                61F040E8144721B200A0C788 /* PithosActivityFacility */,
                                61F1C5DB1444A8CF00C1E6EB /* PithosNodes */,
                                61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */,
                                610DD2FC13E6BB2000ED982F /* Supporting Files */,
-                               610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */,
-                               610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */,
                                610DD30A13E6BB2000ED982F /* MainMenu.xib */,
                                61C24BEA14161EC0007004DC /* PithosUtilities.h */,
                                61C24BEB14161EC3007004DC /* PithosUtilities.m */,
                610DD2E813E6BB2000ED982F /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
-                               LastUpgradeCheck = 0420;
+                               LastUpgradeCheck = 0430;
                                ORGANIZATIONNAME = koomasi;
                        };
                        buildConfigurationList = 610DD2EB13E6BB2000ED982F /* Build configuration list for PBXProject "pithos-macos" */;
                                6154BF531456EE4900EE353A /* DirPathFileURLTransformer.m in Sources */,
                                613BA8631461520E00FACAA5 /* NonEmptyStringFormatter.m in Sources */,
                                614299A914CEF0E7008D973A /* ASIPithos.m in Sources */,
+                               614EEC8414E16EB5009DEFCC /* PithosAccount.m in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };