Revision 43c32f28 pithos-macos.xcodeproj/project.pbxproj

b/pithos-macos.xcodeproj/project.pbxproj
81 81
		61F040F31448547000A0C788 /* FileMD5Hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 61F040F11448547000A0C788 /* FileMD5Hash.c */; };
82 82
		61F04132144DB97200A0C788 /* PithosLocalObjectState.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EE144757B500A0C788 /* PithosLocalObjectState.m */; };
83 83
		61F04133144DB97600A0C788 /* PithosSyncDaemon.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F040EA144724F500A0C788 /* PithosSyncDaemon.m */; };
84
		E26038A7150009E400DAC6EB /* InspectorPane.m in Sources */ = {isa = PBXBuildFile; fileRef = E260389C150009E400DAC6EB /* InspectorPane.m */; };
85
		E26038A8150009E400DAC6EB /* InspectorPaneBody.m in Sources */ = {isa = PBXBuildFile; fileRef = E260389E150009E400DAC6EB /* InspectorPaneBody.m */; };
86
		E26038A9150009E400DAC6EB /* InspectorPaneContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A0150009E400DAC6EB /* InspectorPaneContainer.m */; };
87
		E26038AA150009E400DAC6EB /* InspectorPaneHead.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A2150009E400DAC6EB /* InspectorPaneHead.m */; };
88
		E26038AB150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A4150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m */; };
89
		E26038AC150009E400DAC6EB /* NSWindow+Geometry.m in Sources */ = {isa = PBXBuildFile; fileRef = E26038A6150009E400DAC6EB /* NSWindow+Geometry.m */; };
90
		E26038B215000C4B00DAC6EB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26038B115000C4B00DAC6EB /* QuartzCore.framework */; };
84 91
/* End PBXBuildFile section */
85 92

  
86 93
/* Begin PBXFileReference section */
......
225 232
		61F040EE144757B500A0C788 /* PithosLocalObjectState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PithosLocalObjectState.m; sourceTree = "<group>"; };
226 233
		61F040F11448547000A0C788 /* FileMD5Hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = FileMD5Hash.c; path = "pithos-macos/FileMD5Hash.c"; sourceTree = "<group>"; };
227 234
		61F040F21448547000A0C788 /* FileMD5Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileMD5Hash.h; path = "pithos-macos/FileMD5Hash.h"; sourceTree = "<group>"; };
235
		E260389B150009E400DAC6EB /* InspectorPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPane.h; path = InspectorKit.framework/InspectorPane.h; sourceTree = "<group>"; };
236
		E260389C150009E400DAC6EB /* InspectorPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPane.m; path = InspectorKit.framework/InspectorPane.m; sourceTree = "<group>"; };
237
		E260389D150009E400DAC6EB /* InspectorPaneBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPaneBody.h; path = InspectorKit.framework/InspectorPaneBody.h; sourceTree = "<group>"; };
238
		E260389E150009E400DAC6EB /* InspectorPaneBody.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPaneBody.m; path = InspectorKit.framework/InspectorPaneBody.m; sourceTree = "<group>"; };
239
		E260389F150009E400DAC6EB /* InspectorPaneContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPaneContainer.h; path = InspectorKit.framework/InspectorPaneContainer.h; sourceTree = "<group>"; };
240
		E26038A0150009E400DAC6EB /* InspectorPaneContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPaneContainer.m; path = InspectorKit.framework/InspectorPaneContainer.m; sourceTree = "<group>"; };
241
		E26038A1150009E400DAC6EB /* InspectorPaneHead.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InspectorPaneHead.h; path = InspectorKit.framework/InspectorPaneHead.h; sourceTree = "<group>"; };
242
		E26038A2150009E400DAC6EB /* InspectorPaneHead.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InspectorPaneHead.m; path = InspectorKit.framework/InspectorPaneHead.m; sourceTree = "<group>"; };
243
		E26038A3150009E400DAC6EB /* NSBezierPath+StrokeExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+StrokeExtensions.h"; path = "InspectorKit.framework/NSBezierPath+StrokeExtensions.h"; sourceTree = "<group>"; };
244
		E26038A4150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+StrokeExtensions.m"; path = "InspectorKit.framework/NSBezierPath+StrokeExtensions.m"; sourceTree = "<group>"; };
245
		E26038A5150009E400DAC6EB /* NSWindow+Geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSWindow+Geometry.h"; path = "InspectorKit.framework/NSWindow+Geometry.h"; sourceTree = "<group>"; };
246
		E26038A6150009E400DAC6EB /* NSWindow+Geometry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSWindow+Geometry.m"; path = "InspectorKit.framework/NSWindow+Geometry.m"; sourceTree = "<group>"; };
247
		E26038B115000C4B00DAC6EB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
228 248
/* End PBXFileReference section */
229 249

  
230 250
/* Begin PBXFrameworksBuildPhase section */
......
232 252
			isa = PBXFrameworksBuildPhase;
233 253
			buildActionMask = 2147483647;
234 254
			files = (
255
				E26038B215000C4B00DAC6EB /* QuartzCore.framework in Frameworks */,
235 256
				615615DD140CECDB00017BD4 /* libz.dylib in Frameworks */,
236 257
				610DD35613E6C0A700ED982F /* SystemConfiguration.framework in Frameworks */,
237 258
				610DD35413E6C09100ED982F /* CoreServices.framework in Frameworks */,
......
247 268
			children = (
248 269
				6139837313F01CFC004CE444 /* Utilities */,
249 270
				610DD31A13E6BD4200ED982F /* asi-http-request */,
271
				E26038991500091D00DAC6EB /* InspectorKit Framework */,
250 272
				610DD2FB13E6BB2000ED982F /* pithos-macos */,
251 273
				610DD2F413E6BB2000ED982F /* Frameworks */,
252 274
				610DD2F213E6BB2000ED982F /* Products */,
......
265 287
			isa = PBXGroup;
266 288
			children = (
267 289
				615615DC140CECDB00017BD4 /* libz.dylib */,
290
				E26038B115000C4B00DAC6EB /* QuartzCore.framework */,
268 291
				610DD2F513E6BB2000ED982F /* Cocoa.framework */,
269 292
				610DD35313E6C09100ED982F /* CoreServices.framework */,
270 293
				610DD35513E6C0A700ED982F /* SystemConfiguration.framework */,
......
534 557
			name = PithosNodeInfoControllers;
535 558
			sourceTree = "<group>";
536 559
		};
560
		E26038991500091D00DAC6EB /* InspectorKit Framework */ = {
561
			isa = PBXGroup;
562
			children = (
563
				E26038A3150009E400DAC6EB /* NSBezierPath+StrokeExtensions.h */,
564
				E26038A4150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m */,
565
				E26038A5150009E400DAC6EB /* NSWindow+Geometry.h */,
566
				E26038A6150009E400DAC6EB /* NSWindow+Geometry.m */,
567
				E26038AD150009FE00DAC6EB /* Classes */,
568
			);
569
			name = "InspectorKit Framework";
570
			sourceTree = "<group>";
571
		};
572
		E26038AD150009FE00DAC6EB /* Classes */ = {
573
			isa = PBXGroup;
574
			children = (
575
				E260389B150009E400DAC6EB /* InspectorPane.h */,
576
				E260389C150009E400DAC6EB /* InspectorPane.m */,
577
				E260389D150009E400DAC6EB /* InspectorPaneBody.h */,
578
				E260389E150009E400DAC6EB /* InspectorPaneBody.m */,
579
				E260389F150009E400DAC6EB /* InspectorPaneContainer.h */,
580
				E26038A0150009E400DAC6EB /* InspectorPaneContainer.m */,
581
				E26038A1150009E400DAC6EB /* InspectorPaneHead.h */,
582
				E26038A2150009E400DAC6EB /* InspectorPaneHead.m */,
583
			);
584
			name = Classes;
585
			sourceTree = "<group>";
586
		};
537 587
/* End PBXGroup section */
538 588

  
539 589
/* Begin PBXNativeTarget section */
......
665 715
				613BA8631461520E00FACAA5 /* NonEmptyStringFormatter.m in Sources */,
666 716
				614299A914CEF0E7008D973A /* ASIPithos.m in Sources */,
667 717
				614EEC8414E16EB5009DEFCC /* PithosAccount.m in Sources */,
718
				E26038A7150009E400DAC6EB /* InspectorPane.m in Sources */,
719
				E26038A8150009E400DAC6EB /* InspectorPaneBody.m in Sources */,
720
				E26038A9150009E400DAC6EB /* InspectorPaneContainer.m in Sources */,
721
				E26038AA150009E400DAC6EB /* InspectorPaneHead.m in Sources */,
722
				E26038AB150009E400DAC6EB /* NSBezierPath+StrokeExtensions.m in Sources */,
723
				E26038AC150009E400DAC6EB /* NSWindow+Geometry.m in Sources */,
668 724
			);
669 725
			runOnlyForDeploymentPostprocessing = 0;
670 726
		};

Also available in: Unified diff