Revision 0224a49f pithos-macos.xcodeproj/project.pbxproj

b/pithos-macos.xcodeproj/project.pbxproj
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 */; };
71 71
		61E99D9413EC348500E48DA5 /* 145-persondot.png in Resources */ = {isa = PBXBuildFile; fileRef = 61E99D9313EC348500E48DA5 /* 145-persondot.png */; };
72
		61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 61F040F11448547000A0C788 /* FileMD5Hash.c */; };
73
		61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EE144757B500A0C788 /* PithosLocalObjectState.m */; };
74
		61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EA144724F500A0C788 /* PithosSyncDaemon.m */; };
72 75
/* End PBXBuildFile section */
73 76

  
74 77
/* Begin PBXFileReference section */
......
192 195
		61C65AE4142918DC002597C2 /* PithosObjectNodeInfoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosObjectNodeInfoController.h; sourceTree = "<group>"; };
193 196
		61C65AE5142918DD002597C2 /* PithosObjectNodeInfoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosObjectNodeInfoController.m; sourceTree = "<group>"; };
194 197
		61E99D9313EC348500E48DA5 /* 145-persondot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "145-persondot.png"; sourceTree = "<group>"; };
198
		61F040E9144724F500A0C788 /* PithosSyncDaemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosSyncDaemon.h; sourceTree = "<group>"; };
199
		61F040EA144724F500A0C788 /* PithosSyncDaemon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosSyncDaemon.m; sourceTree = "<group>"; };
200
		61F040ED144757B500A0C788 /* PithosLocalObjectState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PithosLocalObjectState.h; sourceTree = "<group>"; };
201
		61F040EE144757B500A0C788 /* PithosLocalObjectState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosLocalObjectState.m; sourceTree = "<group>"; };
202
		61F040F11448547000A0C788 /* FileMD5Hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = FileMD5Hash.c; path = "pithos-macos/FileMD5Hash.c"; sourceTree = "<group>"; };
203
		61F040F21448547000A0C788 /* FileMD5Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileMD5Hash.h; path = "pithos-macos/FileMD5Hash.h"; sourceTree = "<group>"; };
195 204
/* End PBXFileReference section */
196 205

  
197 206
/* Begin PBXFrameworksBuildPhase section */
......
253 262
		610DD2FB13E6BB2000ED982F /* pithos-macos */ = {
254 263
			isa = PBXGroup;
255 264
			children = (
265
				61F040E71447218F00A0C788 /* PithosBrowser */,
266
				61F040E51447217100A0C788 /* PithosSyncDaemon */,
267
				61F040E8144721B200A0C788 /* PithosActivityFacility */,
256 268
				61F1C5DB1444A8CF00C1E6EB /* PithosNodes */,
257 269
				61F1C5DD1444A92B00C1E6EB /* PithosNodeInfoControllers */,
258 270
				610DD2FC13E6BB2000ED982F /* Supporting Files */,
259 271
				610DD30713E6BB2000ED982F /* pithos_macosAppDelegate.h */,
260 272
				610DD30813E6BB2000ED982F /* pithos_macosAppDelegate.m */,
261 273
				610DD30A13E6BB2000ED982F /* MainMenu.xib */,
262
				610DD34C13E6BEF400ED982F /* PithosBrowserController.h */,
263
				610DD34D13E6BEF400ED982F /* PithosBrowserController.m */,
264
				610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */,
265
				6121250813F033F400063041 /* PithosBrowserPreviewController.xib */,
266
				619B85D213F8076F00C9371F /* PithosPreferencesController.h */,
267
				619B85D313F8077100C9371F /* PithosPreferencesController.m */,
268
				619B85D413F8077300C9371F /* PithosPreferencesController.xib */,
269 274
				61C24BEA14161EC0007004DC /* PithosUtilities.h */,
270 275
				61C24BEB14161EC3007004DC /* PithosUtilities.m */,
271
				618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */,
272
				618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */,
273
				618A7FF4143A20830040F043 /* PithosActivity.h */,
274
				618A7FF5143A20830040F043 /* PithosActivity.m */,
275 276
			);
276 277
			path = "pithos-macos";
277 278
			sourceTree = "<group>";
......
350 351
		6139837313F01CFC004CE444 /* Utilities */ = {
351 352
			isa = PBXGroup;
352 353
			children = (
353
				61433BC7141BA1CE00CD978D /* HashMapHash.h */,
354
				61433BC8141BA1CE00CD978D /* HashMapHash.m */,
354
				61F040F41448547B00A0C788 /* Hashing */,
355 355
				615A442E140E5ECA00308614 /* Formatters */,
356 356
				6180C22713FAED1D00BCA40B /* Cells */,
357 357
				6180C22813FAED4B00BCA40B /* Value Transformers */,
......
412 412
			name = "Value Transformers";
413 413
			sourceTree = "<group>";
414 414
		};
415
		61F040E51447217100A0C788 /* PithosSyncDaemon */ = {
416
			isa = PBXGroup;
417
			children = (
418
				61F040E9144724F500A0C788 /* PithosSyncDaemon.h */,
419
				61F040EA144724F500A0C788 /* PithosSyncDaemon.m */,
420
				61F040ED144757B500A0C788 /* PithosLocalObjectState.h */,
421
				61F040EE144757B500A0C788 /* PithosLocalObjectState.m */,
422
			);
423
			name = PithosSyncDaemon;
424
			sourceTree = "<group>";
425
		};
426
		61F040E71447218F00A0C788 /* PithosBrowser */ = {
427
			isa = PBXGroup;
428
			children = (
429
				610DD34C13E6BEF400ED982F /* PithosBrowserController.h */,
430
				610DD34D13E6BEF400ED982F /* PithosBrowserController.m */,
431
				610DD34F13E6C00E00ED982F /* PithosBrowserController.xib */,
432
				6121250813F033F400063041 /* PithosBrowserPreviewController.xib */,
433
				619B85D213F8076F00C9371F /* PithosPreferencesController.h */,
434
				619B85D313F8077100C9371F /* PithosPreferencesController.m */,
435
				619B85D413F8077300C9371F /* PithosPreferencesController.xib */,
436
			);
437
			name = PithosBrowser;
438
			sourceTree = "<group>";
439
		};
440
		61F040E8144721B200A0C788 /* PithosActivityFacility */ = {
441
			isa = PBXGroup;
442
			children = (
443
				618A7FD61438CE5D0040F043 /* PithosActivityFacility.h */,
444
				618A7FD71438CE5D0040F043 /* PithosActivityFacility.m */,
445
				618A7FF4143A20830040F043 /* PithosActivity.h */,
446
				618A7FF5143A20830040F043 /* PithosActivity.m */,
447
			);
448
			name = PithosActivityFacility;
449
			sourceTree = "<group>";
450
		};
451
		61F040F41448547B00A0C788 /* Hashing */ = {
452
			isa = PBXGroup;
453
			children = (
454
				61433BC7141BA1CE00CD978D /* HashMapHash.h */,
455
				61433BC8141BA1CE00CD978D /* HashMapHash.m */,
456
				61F040F11448547000A0C788 /* FileMD5Hash.c */,
457
				61F040F21448547000A0C788 /* FileMD5Hash.h */,
458
			);
459
			name = Hashing;
460
			sourceTree = "<group>";
461
		};
415 462
		61F1C5DB1444A8CF00C1E6EB /* PithosNodes */ = {
416 463
			isa = PBXGroup;
417 464
			children = (
......
566 613
				618A7FF6143A20830040F043 /* PithosActivity.m in Sources */,
567 614
				613629B5143E0F8B00363787 /* GroupMembersDictionaryTransformer.m in Sources */,
568 615
				613629B9143E51E000363787 /* GroupAndGroupMemberFormatter.m in Sources */,
616
				61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */,
617
				61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */,
618
				61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */,
569 619
			);
570 620
			runOnlyForDeploymentPostprocessing = 0;
571 621
		};

Also available in: Unified diff