Revision ef74c42f OpenStack.xcodeproj/project.pbxproj

b/OpenStack.xcodeproj/project.pbxproj
121 121
		2787C13E12F0D26A009EAD7C /* text-file.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2787C13D12F0D26A009EAD7C /* text-file.txt */; };
122 122
		2788941B12C28C66006448E2 /* ContainerDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2788941812C28C66006448E2 /* ContainerDetailViewController.m */; };
123 123
		2788941C12C28C66006448E2 /* ContainerDetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2788941912C28C66006448E2 /* ContainerDetailViewController.xib */; };
124
		278896B312C53956006448E2 /* GetObjectsRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 278896B112C53956006448E2 /* GetObjectsRequest.m */; };
125 124
		278906E012BEDAB5007112B6 /* StorageObjectViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 278906DD12BEDAB5007112B6 /* StorageObjectViewController.xib */; };
126 125
		278907A212BEF72C007112B6 /* StorageObjectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 278907A112BEF72C007112B6 /* StorageObjectViewController.m */; };
127 126
		279754961256BA2100D7A533 /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 279754941256BA2100D7A533 /* Base64.m */; };
......
346 345
		2788941712C28C66006448E2 /* ContainerDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContainerDetailViewController.h; sourceTree = "<group>"; };
347 346
		2788941812C28C66006448E2 /* ContainerDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContainerDetailViewController.m; sourceTree = "<group>"; };
348 347
		2788941912C28C66006448E2 /* ContainerDetailViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ContainerDetailViewController.xib; sourceTree = "<group>"; };
349
		278896B012C53956006448E2 /* GetObjectsRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GetObjectsRequest.h; sourceTree = "<group>"; };
350
		278896B112C53956006448E2 /* GetObjectsRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GetObjectsRequest.m; sourceTree = "<group>"; };
351 348
		278906DB12BEDAB5007112B6 /* StorageObjectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StorageObjectViewController.h; sourceTree = "<group>"; };
352 349
		278906DD12BEDAB5007112B6 /* StorageObjectViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = StorageObjectViewController.xib; sourceTree = "<group>"; };
353 350
		278907A112BEF72C007112B6 /* StorageObjectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StorageObjectViewController.m; sourceTree = "<group>"; };
......
577 574
			children = (
578 575
				277BF6A3133A712D00C36FFA /* APICallback.h */,
579 576
				277BF6A4133A712D00C36FFA /* APICallback.m */,
580
				2788958612C476A3006448E2 /* Object Storage */,
581 577
				27F73E0D125F73EE002C6CB0 /* OpenStackRequest.h */,
582 578
				27F73E0E125F73EE002C6CB0 /* OpenStackRequest.m */,
583 579
			);
......
839 835
			name = "Create File";
840 836
			sourceTree = "<group>";
841 837
		};
842
		2788958612C476A3006448E2 /* Object Storage */ = {
843
			isa = PBXGroup;
844
			children = (
845
				278896B012C53956006448E2 /* GetObjectsRequest.h */,
846
				278896B112C53956006448E2 /* GetObjectsRequest.m */,
847
			);
848
			name = "Object Storage";
849
			sourceTree = "<group>";
850
		};
851 838
		2788982B12E0F0BF000216D7 /* UIButton */ = {
852 839
			isa = PBXGroup;
853 840
			children = (
......
1286 1273
				277B89B912B97D6D006483B0 /* FolderViewController.m in Sources */,
1287 1274
				278907A212BEF72C007112B6 /* StorageObjectViewController.m in Sources */,
1288 1275
				2788941B12C28C66006448E2 /* ContainerDetailViewController.m in Sources */,
1289
				278896B312C53956006448E2 /* GetObjectsRequest.m in Sources */,
1290 1276
				2734687112D3AB9500341268 /* AddObjectViewController.m in Sources */,
1291 1277
				273468C512D3B0E800341268 /* AddFolderViewController.m in Sources */,
1292 1278
				273468CF12D3B0FC00341268 /* AddFileViewController.m in Sources */,

Also available in: Unified diff