Revision 1b1e6fa1 pithos-macos.xcodeproj/project.pbxproj

b/pithos-macos.xcodeproj/project.pbxproj
64 64
		61C24BBB1410D350007004DC /* PublicURLTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BBA1410D350007004DC /* PublicURLTransformer.m */; };
65 65
		61C24BBE1410E031007004DC /* SharingDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BBD1410E031007004DC /* SharingDictionaryTransformer.m */; };
66 66
		61C24BC114110BDB007004DC /* SharingNameFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BC014110BDB007004DC /* SharingNameFormatter.m */; };
67
		61C24BEC14161EC7007004DC /* PithosFileUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BEB14161EC3007004DC /* PithosFileUtilities.m */; };
67
		61C24BEC14161EC7007004DC /* PithosUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C24BEB14161EC3007004DC /* PithosUtilities.m */; };
68 68
		61C65ADF1428C578002597C2 /* CountTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65ADE1428C578002597C2 /* CountTransformer.m */; };
69 69
		61C65AE31428D41C002597C2 /* PolicyVersioningTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65AE21428D41C002597C2 /* PolicyVersioningTransformer.m */; };
70 70
		61C65AE6142918DD002597C2 /* PithosObjectNodeInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */; };
......
183 183
		61C24BBD1410E031007004DC /* SharingDictionaryTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingDictionaryTransformer.m; path = "pithos-macos/SharingDictionaryTransformer.m"; sourceTree = "<group>"; };
184 184
		61C24BBF14110BDB007004DC /* SharingNameFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharingNameFormatter.h; path = "pithos-macos/SharingNameFormatter.h"; sourceTree = "<group>"; };
185 185
		61C24BC014110BDB007004DC /* SharingNameFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SharingNameFormatter.m; path = "pithos-macos/SharingNameFormatter.m"; sourceTree = "<group>"; };
186
		61C24BEA14161EC0007004DC /* PithosFileUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosFileUtilities.h; sourceTree = "<group>"; };
187
		61C24BEB14161EC3007004DC /* PithosFileUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosFileUtilities.m; sourceTree = "<group>"; };
186
		61C24BEA14161EC0007004DC /* PithosUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosUtilities.h; sourceTree = "<group>"; };
187
		61C24BEB14161EC3007004DC /* PithosUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosUtilities.m; sourceTree = "<group>"; };
188 188
		61C65ADD1428C578002597C2 /* CountTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CountTransformer.h; path = "pithos-macos/CountTransformer.h"; sourceTree = "<group>"; };
189 189
		61C65ADE1428C578002597C2 /* CountTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CountTransformer.m; path = "pithos-macos/CountTransformer.m"; sourceTree = "<group>"; };
190 190
		61C65AE11428D41C002597C2 /* PolicyVersioningTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolicyVersioningTransformer.h; path = "pithos-macos/PolicyVersioningTransformer.h"; sourceTree = "<group>"; };
......
253 253
		610DD2FB13E6BB2000ED982F /* pithos-macos */ = {
254 254
			isa = PBXGroup;
255 255
			children = (
256
				61F1C5DB1444A8CF00C1E6EB /* PithosNodes */,
257
				61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */,
258
				610DD2FC13E6BB2000ED982F /* Supporting Files */,
256 259
				610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */,
257 260
				610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */,
258 261
				610DD30A13E6BB2000ED982F /* MainMenu.xib */,
259
				610DD2FC13E6BB2000ED982F /* Supporting Files */,
260 262
				610DD34C13E6BEF400ED982F /* PithosBrowserController.h */,
261 263
				610DD34D13E6BEF400ED982F /* PithosBrowserController.m */,
262 264
				610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */,
263 265
				6121250813F033F400063041 /* PithosBrowserPreviewController.xib */,
264
				616FC0B113F97D0800140A33 /* PithosNodeInfoController.h */,
265
				616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */,
266
				611405CD1428BEBD00637170 /* PithosContainerNodeInfoController.h */,
267
				611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */,
268
				611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */,
269
				61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */,
270
				61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */,
271
				616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */,
272 266
				619B85D213F8076F00C9371F /* PithosPreferencesController.h */,
273 267
				619B85D313F8077100C9371F /* PithosPreferencesController.m */,
274 268
				619B85D413F8077300C9371F /* PithosPreferencesController.xib */,
275
				610DD35713E6C3D100ED982F /* PithosNode.h */,
276
				610DD35813E6C3D100ED982F /* PithosNode.m */,
277
				610DD36213E6E2E400ED982F /* PithosAccountNode.h */,
278
				610DD36313E6E2E400ED982F /* PithosAccountNode.m */,
279
				610DD36513E6E69D00ED982F /* PithosContainerNode.h */,
280
				610DD36613E6E69D00ED982F /* PithosContainerNode.m */,
281
				610DD37313E7064E00ED982F /* PithosSubdirNode.h */,
282
				610DD37413E7064F00ED982F /* PithosSubdirNode.m */,
283
				610DD37013E7059800ED982F /* PithosObjectNode.h */,
284
				610DD37113E7059900ED982F /* PithosObjectNode.m */,
285
				6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */,
286
				6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */,
287
				611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */,
288
				611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */,
289
				61C24BEA14161EC0007004DC /* PithosFileUtilities.h */,
290
				61C24BEB14161EC3007004DC /* PithosFileUtilities.m */,
269
				61C24BEA14161EC0007004DC /* PithosUtilities.h */,
270
				61C24BEB14161EC3007004DC /* PithosUtilities.m */,
291 271
				618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */,
292 272
				618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */,
293 273
				618A7FF4143A20830040F043 /* PithosActivity.h */,
......
432 412
			name = "Value Transformers";
433 413
			sourceTree = "<group>";
434 414
		};
415
		61F1C5DB1444A8CF00C1E6EB /* PithosNodes */ = {
416
			isa = PBXGroup;
417
			children = (
418
				610DD35713E6C3D100ED982F /* PithosNode.h */,
419
				610DD35813E6C3D100ED982F /* PithosNode.m */,
420
				610DD36213E6E2E400ED982F /* PithosAccountNode.h */,
421
				610DD36313E6E2E400ED982F /* PithosAccountNode.m */,
422
				610DD36513E6E69D00ED982F /* PithosContainerNode.h */,
423
				610DD36613E6E69D00ED982F /* PithosContainerNode.m */,
424
				610DD37313E7064E00ED982F /* PithosSubdirNode.h */,
425
				610DD37413E7064F00ED982F /* PithosSubdirNode.m */,
426
				610DD37013E7059800ED982F /* PithosObjectNode.h */,
427
				610DD37113E7059900ED982F /* PithosObjectNode.m */,
428
				6152D08A143200CB00803874 /* PithosSharingAccountsNode.h */,
429
				6152D08B143200CC00803874 /* PithosSharingAccountsNode.m */,
430
				611FFCAD13EBF0B800E43E18 /* PithosEmptyNode.h */,
431
				611FFCAE13EBF0B900E43E18 /* PithosEmptyNode.m */,
432
			);
433
			name = PithosNodes;
434
			sourceTree = "<group>";
435
		};
436
		61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */ = {
437
			isa = PBXGroup;
438
			children = (
439
				616FC0B113F97D0800140A33 /* PithosNodeInfoController.h */,
440
				616FC0B213F97D0800140A33 /* PithosNodeInfoController.m */,
441
				611405CD1428BEBD00637170 /* PithosContainerNodeInfoController.h */,
442
				611405CE1428BEBE00637170 /* PithosContainerNodeInfoController.m */,
443
				611405CF1428BEC000637170 /* PithosContainerNodeInfoController.xib */,
444
				61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */,
445
				61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */,
446
				616FC0AE13F91BA400140A33 /* PithosObjectNodeInfoController.xib */,
447
			);
448
			name = PithosNodeInfoControllers;
449
			sourceTree = "<group>";
450
		};
435 451
/* End PBXGroup section */
436 452

  
437 453
/* Begin PBXNativeTarget section */
......
536 552
				61C24BBB1410D350007004DC /* PublicURLTransformer.m in Sources */,
537 553
				61C24BBE1410E031007004DC /* SharingDictionaryTransformer.m in Sources */,
538 554
				61C24BC114110BDB007004DC /* SharingNameFormatter.m in Sources */,
539
				61C24BEC14161EC7007004DC /* PithosFileUtilities.m in Sources */,
555
				61C24BEC14161EC7007004DC /* PithosUtilities.m in Sources */,
540 556
				614592BC1417CE70002E7A8C /* ASIPithosAccount.m in Sources */,
541 557
				61433BC9141BA1CE00CD978D /* HashMapHash.m in Sources */,
542 558
				611405D01428BEC000637170 /* PithosContainerNodeInfoController.m in Sources */,

Also available in: Unified diff