696 lines
		
	
	
	
		
			27 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			696 lines
		
	
	
	
		
			27 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
// !$*UTF8*$!
 | 
						|
{
 | 
						|
	archiveVersion = 1;
 | 
						|
	classes = {
 | 
						|
	};
 | 
						|
	objectVersion = 46;
 | 
						|
	objects = {
 | 
						|
 | 
						|
/* Begin PBXBuildFile section */
 | 
						|
		C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36A1F2E816500E68524 /* AppDelegate.swift */; };
 | 
						|
		C0BBE36D1F2E816500E68524 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36C1F2E816500E68524 /* ViewController.swift */; };
 | 
						|
		C0BBE36F1F2E816500E68524 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0BBE36E1F2E816500E68524 /* Assets.xcassets */; };
 | 
						|
		C0BBE3721F2E816500E68524 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0BBE3701F2E816500E68524 /* Main.storyboard */; };
 | 
						|
		C0BBE37D1F2E816500E68524 /* MetaballsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */; };
 | 
						|
		C0BBE3951F2E81B600E68524 /* MetaballsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */; };
 | 
						|
		C0BBE39A1F2E81B600E68524 /* MetaballsKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3991F2E81B600E68524 /* MetaballsKitTests.swift */; };
 | 
						|
		C0BBE39C1F2E81B600E68524 /* MetaballsKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
 | 
						|
		C0BBE3A41F2E81C700E68524 /* Metaballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A31F2E81C700E68524 /* Metaballs.swift */; };
 | 
						|
		C0BBE3A51F2E87D500E68524 /* MetaballsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */; };
 | 
						|
		C0BBE3A81F2E893A00E68524 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE3A71F2E893A00E68524 /* MetalKit.framework */; };
 | 
						|
		C0BBE3AA1F2E91D900E68524 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A91F2E91D900E68524 /* Shaders.metal */; };
 | 
						|
		C0BBE3AC1F2E941200E68524 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3AB1F2E941200E68524 /* Renderer.swift */; };
 | 
						|
		C0BBE3AD1F30CD7E00E68524 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE3A71F2E893A00E68524 /* MetalKit.framework */; };
 | 
						|
		C0CE7C001F362C3F001516B6 /* Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0CE7BFF1F362C3F001516B6 /* Geometry.swift */; };
 | 
						|
/* End PBXBuildFile section */
 | 
						|
 | 
						|
/* Begin PBXContainerItemProxy section */
 | 
						|
		C0BBE3791F2E816500E68524 /* PBXContainerItemProxy */ = {
 | 
						|
			isa = PBXContainerItemProxy;
 | 
						|
			containerPortal = C0BBE35F1F2E816500E68524 /* Project object */;
 | 
						|
			proxyType = 1;
 | 
						|
			remoteGlobalIDString = C0BBE3661F2E816500E68524;
 | 
						|
			remoteInfo = Metaballs;
 | 
						|
		};
 | 
						|
		C0BBE3961F2E81B600E68524 /* PBXContainerItemProxy */ = {
 | 
						|
			isa = PBXContainerItemProxy;
 | 
						|
			containerPortal = C0BBE35F1F2E816500E68524 /* Project object */;
 | 
						|
			proxyType = 1;
 | 
						|
			remoteGlobalIDString = C0BBE38B1F2E81B600E68524;
 | 
						|
			remoteInfo = MetaballsKit;
 | 
						|
		};
 | 
						|
/* End PBXContainerItemProxy section */
 | 
						|
 | 
						|
/* Begin PBXFileReference section */
 | 
						|
		C0BBE3671F2E816500E68524 /* Metaballs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Metaballs.app; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		C0BBE36A1F2E816500E68524 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
 | 
						|
		C0BBE36C1F2E816500E68524 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
 | 
						|
		C0BBE36E1F2E816500E68524 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 | 
						|
		C0BBE3711F2E816500E68524 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 | 
						|
		C0BBE3731F2E816500E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | 
						|
		C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MetaballsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaballsTests.swift; sourceTree = "<group>"; };
 | 
						|
		C0BBE37E1F2E816500E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | 
						|
		C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetaballsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MetaballsKit.h; sourceTree = "<group>"; };
 | 
						|
		C0BBE38F1F2E81B600E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | 
						|
		C0BBE3941F2E81B600E68524 /* MetaballsKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MetaballsKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		C0BBE3991F2E81B600E68524 /* MetaballsKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaballsKitTests.swift; sourceTree = "<group>"; };
 | 
						|
		C0BBE39B1F2E81B600E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 | 
						|
		C0BBE3A31F2E81C700E68524 /* Metaballs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Metaballs.swift; sourceTree = "<group>"; };
 | 
						|
		C0BBE3A71F2E893A00E68524 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
 | 
						|
		C0BBE3A91F2E91D900E68524 /* Shaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; };
 | 
						|
		C0BBE3AB1F2E941200E68524 /* Renderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = "<group>"; };
 | 
						|
		C0CE7BFF1F362C3F001516B6 /* Geometry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Geometry.swift; sourceTree = "<group>"; };
 | 
						|
/* End PBXFileReference section */
 | 
						|
 | 
						|
/* Begin PBXFrameworksBuildPhase section */
 | 
						|
		C0BBE3641F2E816500E68524 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE3A81F2E893A00E68524 /* MetalKit.framework in Frameworks */,
 | 
						|
				C0BBE3A51F2E87D500E68524 /* MetaballsKit.framework in Frameworks */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3751F2E816500E68524 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3881F2E81B600E68524 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE3AD1F30CD7E00E68524 /* MetalKit.framework in Frameworks */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3911F2E81B600E68524 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE3951F2E81B600E68524 /* MetaballsKit.framework in Frameworks */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXFrameworksBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXGroup section */
 | 
						|
		C0BBE35E1F2E816500E68524 = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE3691F2E816500E68524 /* Metaballs */,
 | 
						|
				C0BBE37B1F2E816500E68524 /* MetaballsTests */,
 | 
						|
				C0BBE38D1F2E81B600E68524 /* MetaballsKit */,
 | 
						|
				C0BBE3981F2E81B600E68524 /* MetaballsKitTests */,
 | 
						|
				C0BBE3681F2E816500E68524 /* Products */,
 | 
						|
				C0BBE3A61F2E893A00E68524 /* Frameworks */,
 | 
						|
			);
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		C0BBE3681F2E816500E68524 /* Products */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE3671F2E816500E68524 /* Metaballs.app */,
 | 
						|
				C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */,
 | 
						|
				C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */,
 | 
						|
				C0BBE3941F2E81B600E68524 /* MetaballsKitTests.xctest */,
 | 
						|
			);
 | 
						|
			name = Products;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		C0BBE3691F2E816500E68524 /* Metaballs */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE36A1F2E816500E68524 /* AppDelegate.swift */,
 | 
						|
				C0BBE36C1F2E816500E68524 /* ViewController.swift */,
 | 
						|
				C0BBE3AB1F2E941200E68524 /* Renderer.swift */,
 | 
						|
				C0BBE3A91F2E91D900E68524 /* Shaders.metal */,
 | 
						|
				C0BBE36E1F2E816500E68524 /* Assets.xcassets */,
 | 
						|
				C0BBE3701F2E816500E68524 /* Main.storyboard */,
 | 
						|
				C0BBE3731F2E816500E68524 /* Info.plist */,
 | 
						|
			);
 | 
						|
			path = Metaballs;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		C0BBE37B1F2E816500E68524 /* MetaballsTests */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */,
 | 
						|
				C0BBE37E1F2E816500E68524 /* Info.plist */,
 | 
						|
			);
 | 
						|
			path = MetaballsTests;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		C0BBE38D1F2E81B600E68524 /* MetaballsKit */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */,
 | 
						|
				C0BBE38F1F2E81B600E68524 /* Info.plist */,
 | 
						|
				C0BBE3A31F2E81C700E68524 /* Metaballs.swift */,
 | 
						|
				C0CE7BFF1F362C3F001516B6 /* Geometry.swift */,
 | 
						|
			);
 | 
						|
			path = MetaballsKit;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		C0BBE3981F2E81B600E68524 /* MetaballsKitTests */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE3991F2E81B600E68524 /* MetaballsKitTests.swift */,
 | 
						|
				C0BBE39B1F2E81B600E68524 /* Info.plist */,
 | 
						|
			);
 | 
						|
			path = MetaballsKitTests;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		C0BBE3A61F2E893A00E68524 /* Frameworks */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE3A71F2E893A00E68524 /* MetalKit.framework */,
 | 
						|
			);
 | 
						|
			name = Frameworks;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
/* End PBXGroup section */
 | 
						|
 | 
						|
/* Begin PBXHeadersBuildPhase section */
 | 
						|
		C0BBE3891F2E81B600E68524 /* Headers */ = {
 | 
						|
			isa = PBXHeadersBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE39C1F2E81B600E68524 /* MetaballsKit.h in Headers */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXHeadersBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXNativeTarget section */
 | 
						|
		C0BBE3661F2E816500E68524 /* Metaballs */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = C0BBE3811F2E816500E68524 /* Build configuration list for PBXNativeTarget "Metaballs" */;
 | 
						|
			buildPhases = (
 | 
						|
				C0BBE3631F2E816500E68524 /* Sources */,
 | 
						|
				C0BBE3641F2E816500E68524 /* Frameworks */,
 | 
						|
				C0BBE3651F2E816500E68524 /* Resources */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = Metaballs;
 | 
						|
			productName = Metaballs;
 | 
						|
			productReference = C0BBE3671F2E816500E68524 /* Metaballs.app */;
 | 
						|
			productType = "com.apple.product-type.application";
 | 
						|
		};
 | 
						|
		C0BBE3771F2E816500E68524 /* MetaballsTests */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = C0BBE3841F2E816500E68524 /* Build configuration list for PBXNativeTarget "MetaballsTests" */;
 | 
						|
			buildPhases = (
 | 
						|
				C0BBE3741F2E816500E68524 /* Sources */,
 | 
						|
				C0BBE3751F2E816500E68524 /* Frameworks */,
 | 
						|
				C0BBE3761F2E816500E68524 /* Resources */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
				C0BBE37A1F2E816500E68524 /* PBXTargetDependency */,
 | 
						|
			);
 | 
						|
			name = MetaballsTests;
 | 
						|
			productName = MetaballsTests;
 | 
						|
			productReference = C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */;
 | 
						|
			productType = "com.apple.product-type.bundle.unit-test";
 | 
						|
		};
 | 
						|
		C0BBE38B1F2E81B600E68524 /* MetaballsKit */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = C0BBE39D1F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKit" */;
 | 
						|
			buildPhases = (
 | 
						|
				C0BBE3871F2E81B600E68524 /* Sources */,
 | 
						|
				C0BBE3881F2E81B600E68524 /* Frameworks */,
 | 
						|
				C0BBE3891F2E81B600E68524 /* Headers */,
 | 
						|
				C0BBE38A1F2E81B600E68524 /* Resources */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = MetaballsKit;
 | 
						|
			productName = MetaballsKit;
 | 
						|
			productReference = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */;
 | 
						|
			productType = "com.apple.product-type.framework";
 | 
						|
		};
 | 
						|
		C0BBE3931F2E81B600E68524 /* MetaballsKitTests */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = C0BBE3A01F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKitTests" */;
 | 
						|
			buildPhases = (
 | 
						|
				C0BBE3901F2E81B600E68524 /* Sources */,
 | 
						|
				C0BBE3911F2E81B600E68524 /* Frameworks */,
 | 
						|
				C0BBE3921F2E81B600E68524 /* Resources */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
				C0BBE3971F2E81B600E68524 /* PBXTargetDependency */,
 | 
						|
			);
 | 
						|
			name = MetaballsKitTests;
 | 
						|
			productName = MetaballsKitTests;
 | 
						|
			productReference = C0BBE3941F2E81B600E68524 /* MetaballsKitTests.xctest */;
 | 
						|
			productType = "com.apple.product-type.bundle.unit-test";
 | 
						|
		};
 | 
						|
/* End PBXNativeTarget section */
 | 
						|
 | 
						|
/* Begin PBXProject section */
 | 
						|
		C0BBE35F1F2E816500E68524 /* Project object */ = {
 | 
						|
			isa = PBXProject;
 | 
						|
			attributes = {
 | 
						|
				LastSwiftUpdateCheck = 0830;
 | 
						|
				LastUpgradeCheck = 0830;
 | 
						|
				ORGANIZATIONNAME = "Eryn Wells";
 | 
						|
				TargetAttributes = {
 | 
						|
					C0BBE3661F2E816500E68524 = {
 | 
						|
						CreatedOnToolsVersion = 8.3.3;
 | 
						|
						DevelopmentTeam = 78372RE6B4;
 | 
						|
						ProvisioningStyle = Automatic;
 | 
						|
					};
 | 
						|
					C0BBE3771F2E816500E68524 = {
 | 
						|
						CreatedOnToolsVersion = 8.3.3;
 | 
						|
						DevelopmentTeam = 78372RE6B4;
 | 
						|
						ProvisioningStyle = Automatic;
 | 
						|
						TestTargetID = C0BBE3661F2E816500E68524;
 | 
						|
					};
 | 
						|
					C0BBE38B1F2E81B600E68524 = {
 | 
						|
						CreatedOnToolsVersion = 8.3.3;
 | 
						|
						DevelopmentTeam = 78372RE6B4;
 | 
						|
						LastSwiftMigration = 0830;
 | 
						|
						ProvisioningStyle = Automatic;
 | 
						|
					};
 | 
						|
					C0BBE3931F2E81B600E68524 = {
 | 
						|
						CreatedOnToolsVersion = 8.3.3;
 | 
						|
						DevelopmentTeam = 78372RE6B4;
 | 
						|
						ProvisioningStyle = Automatic;
 | 
						|
					};
 | 
						|
				};
 | 
						|
			};
 | 
						|
			buildConfigurationList = C0BBE3621F2E816500E68524 /* Build configuration list for PBXProject "Metaballs" */;
 | 
						|
			compatibilityVersion = "Xcode 3.2";
 | 
						|
			developmentRegion = English;
 | 
						|
			hasScannedForEncodings = 0;
 | 
						|
			knownRegions = (
 | 
						|
				en,
 | 
						|
				Base,
 | 
						|
			);
 | 
						|
			mainGroup = C0BBE35E1F2E816500E68524;
 | 
						|
			productRefGroup = C0BBE3681F2E816500E68524 /* Products */;
 | 
						|
			projectDirPath = "";
 | 
						|
			projectRoot = "";
 | 
						|
			targets = (
 | 
						|
				C0BBE3661F2E816500E68524 /* Metaballs */,
 | 
						|
				C0BBE3771F2E816500E68524 /* MetaballsTests */,
 | 
						|
				C0BBE38B1F2E81B600E68524 /* MetaballsKit */,
 | 
						|
				C0BBE3931F2E81B600E68524 /* MetaballsKitTests */,
 | 
						|
			);
 | 
						|
		};
 | 
						|
/* End PBXProject section */
 | 
						|
 | 
						|
/* Begin PBXResourcesBuildPhase section */
 | 
						|
		C0BBE3651F2E816500E68524 /* Resources */ = {
 | 
						|
			isa = PBXResourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE36F1F2E816500E68524 /* Assets.xcassets in Resources */,
 | 
						|
				C0BBE3721F2E816500E68524 /* Main.storyboard in Resources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3761F2E816500E68524 /* Resources */ = {
 | 
						|
			isa = PBXResourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE38A1F2E81B600E68524 /* Resources */ = {
 | 
						|
			isa = PBXResourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3921F2E81B600E68524 /* Resources */ = {
 | 
						|
			isa = PBXResourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXResourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXSourcesBuildPhase section */
 | 
						|
		C0BBE3631F2E816500E68524 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE3AC1F2E941200E68524 /* Renderer.swift in Sources */,
 | 
						|
				C0BBE3AA1F2E91D900E68524 /* Shaders.metal in Sources */,
 | 
						|
				C0BBE36D1F2E816500E68524 /* ViewController.swift in Sources */,
 | 
						|
				C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3741F2E816500E68524 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE37D1F2E816500E68524 /* MetaballsTests.swift in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3871F2E81B600E68524 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE3A41F2E81C700E68524 /* Metaballs.swift in Sources */,
 | 
						|
				C0CE7C001F362C3F001516B6 /* Geometry.swift in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		C0BBE3901F2E81B600E68524 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				C0BBE39A1F2E81B600E68524 /* MetaballsKitTests.swift in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXSourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXTargetDependency section */
 | 
						|
		C0BBE37A1F2E816500E68524 /* PBXTargetDependency */ = {
 | 
						|
			isa = PBXTargetDependency;
 | 
						|
			target = C0BBE3661F2E816500E68524 /* Metaballs */;
 | 
						|
			targetProxy = C0BBE3791F2E816500E68524 /* PBXContainerItemProxy */;
 | 
						|
		};
 | 
						|
		C0BBE3971F2E81B600E68524 /* PBXTargetDependency */ = {
 | 
						|
			isa = PBXTargetDependency;
 | 
						|
			target = C0BBE38B1F2E81B600E68524 /* MetaballsKit */;
 | 
						|
			targetProxy = C0BBE3961F2E81B600E68524 /* PBXContainerItemProxy */;
 | 
						|
		};
 | 
						|
/* End PBXTargetDependency section */
 | 
						|
 | 
						|
/* Begin PBXVariantGroup section */
 | 
						|
		C0BBE3701F2E816500E68524 /* Main.storyboard */ = {
 | 
						|
			isa = PBXVariantGroup;
 | 
						|
			children = (
 | 
						|
				C0BBE3711F2E816500E68524 /* Base */,
 | 
						|
			);
 | 
						|
			name = Main.storyboard;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
/* End PBXVariantGroup section */
 | 
						|
 | 
						|
/* Begin XCBuildConfiguration section */
 | 
						|
		C0BBE37F1F2E816500E68524 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_ANALYZER_NONNULL = YES;
 | 
						|
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_ENABLE_OBJC_ARC = YES;
 | 
						|
				CLANG_WARN_BOOL_CONVERSION = YES;
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | 
						|
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INFINITE_RECURSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | 
						|
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 | 
						|
				CLANG_WARN_UNREACHABLE_CODE = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "-";
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				DEBUG_INFORMATION_FORMAT = dwarf;
 | 
						|
				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | 
						|
				ENABLE_TESTABILITY = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_DYNAMIC_NO_PIC = NO;
 | 
						|
				GCC_NO_COMMON_BLOCKS = YES;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 0;
 | 
						|
				GCC_PREPROCESSOR_DEFINITIONS = (
 | 
						|
					"DEBUG=1",
 | 
						|
					"$(inherited)",
 | 
						|
				);
 | 
						|
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 | 
						|
				GCC_WARN_UNDECLARED_SELECTOR = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 | 
						|
				GCC_WARN_UNUSED_FUNCTION = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				MACOSX_DEPLOYMENT_TARGET = 10.12;
 | 
						|
				MTL_ENABLE_DEBUG_INFO = YES;
 | 
						|
				ONLY_ACTIVE_ARCH = YES;
 | 
						|
				SDKROOT = macosx;
 | 
						|
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
 | 
						|
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		C0BBE3801F2E816500E68524 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_ANALYZER_NONNULL = YES;
 | 
						|
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_ENABLE_OBJC_ARC = YES;
 | 
						|
				CLANG_WARN_BOOL_CONVERSION = YES;
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | 
						|
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INFINITE_RECURSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | 
						|
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 | 
						|
				CLANG_WARN_UNREACHABLE_CODE = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "-";
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 | 
						|
				ENABLE_NS_ASSERTIONS = NO;
 | 
						|
				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_NO_COMMON_BLOCKS = YES;
 | 
						|
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 | 
						|
				GCC_WARN_UNDECLARED_SELECTOR = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 | 
						|
				GCC_WARN_UNUSED_FUNCTION = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				MACOSX_DEPLOYMENT_TARGET = 10.12;
 | 
						|
				MTL_ENABLE_DEBUG_INFO = NO;
 | 
						|
				SDKROOT = macosx;
 | 
						|
				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		C0BBE3821F2E816500E68524 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				INFOPLIST_FILE = Metaballs/Info.plist;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Metaballs;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		C0BBE3831F2E816500E68524 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				INFOPLIST_FILE = Metaballs/Info.plist;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.Metaballs;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		C0BBE3851F2E816500E68524 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 | 
						|
				BUNDLE_LOADER = "$(TEST_HOST)";
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				INFOPLIST_FILE = MetaballsTests/Info.plist;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsTests;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Metaballs.app/Contents/MacOS/Metaballs";
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		C0BBE3861F2E816500E68524 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 | 
						|
				BUNDLE_LOADER = "$(TEST_HOST)";
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				INFOPLIST_FILE = MetaballsTests/Info.plist;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsTests;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Metaballs.app/Contents/MacOS/Metaballs";
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		C0BBE39E1F2E81B600E68524 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "";
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				CURRENT_PROJECT_VERSION = 1;
 | 
						|
				DEFINES_MODULE = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				DYLIB_COMPATIBILITY_VERSION = 1;
 | 
						|
				DYLIB_CURRENT_VERSION = 1;
 | 
						|
				DYLIB_INSTALL_NAME_BASE = "@rpath";
 | 
						|
				FRAMEWORK_VERSION = A;
 | 
						|
				INFOPLIST_FILE = MetaballsKit/Info.plist;
 | 
						|
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKit;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SKIP_INSTALL = YES;
 | 
						|
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
				VERSIONING_SYSTEM = "apple-generic";
 | 
						|
				VERSION_INFO_PREFIX = "";
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		C0BBE39F1F2E81B600E68524 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "";
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				CURRENT_PROJECT_VERSION = 1;
 | 
						|
				DEFINES_MODULE = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				DYLIB_COMPATIBILITY_VERSION = 1;
 | 
						|
				DYLIB_CURRENT_VERSION = 1;
 | 
						|
				DYLIB_INSTALL_NAME_BASE = "@rpath";
 | 
						|
				FRAMEWORK_VERSION = A;
 | 
						|
				INFOPLIST_FILE = MetaballsKit/Info.plist;
 | 
						|
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKit;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SKIP_INSTALL = YES;
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
				VERSIONING_SYSTEM = "apple-generic";
 | 
						|
				VERSION_INFO_PREFIX = "";
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		C0BBE3A11F2E81B600E68524 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				INFOPLIST_FILE = MetaballsKitTests/Info.plist;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKitTests;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		C0BBE3A21F2E81B600E68524 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 | 
						|
				COMBINE_HIDPI_IMAGES = YES;
 | 
						|
				DEVELOPMENT_TEAM = 78372RE6B4;
 | 
						|
				INFOPLIST_FILE = MetaballsKitTests/Info.plist;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
 | 
						|
				PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKitTests;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SWIFT_VERSION = 3.0;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
/* End XCBuildConfiguration section */
 | 
						|
 | 
						|
/* Begin XCConfigurationList section */
 | 
						|
		C0BBE3621F2E816500E68524 /* Build configuration list for PBXProject "Metaballs" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				C0BBE37F1F2E816500E68524 /* Debug */,
 | 
						|
				C0BBE3801F2E816500E68524 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		C0BBE3811F2E816500E68524 /* Build configuration list for PBXNativeTarget "Metaballs" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				C0BBE3821F2E816500E68524 /* Debug */,
 | 
						|
				C0BBE3831F2E816500E68524 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		C0BBE3841F2E816500E68524 /* Build configuration list for PBXNativeTarget "MetaballsTests" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				C0BBE3851F2E816500E68524 /* Debug */,
 | 
						|
				C0BBE3861F2E816500E68524 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		C0BBE39D1F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKit" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				C0BBE39E1F2E81B600E68524 /* Debug */,
 | 
						|
				C0BBE39F1F2E81B600E68524 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		C0BBE3A01F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKitTests" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				C0BBE3A11F2E81B600E68524 /* Debug */,
 | 
						|
				C0BBE3A21F2E81B600E68524 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
/* End XCConfigurationList section */
 | 
						|
	};
 | 
						|
	rootObject = C0BBE35F1F2E816500E68524 /* Project object */;
 | 
						|
}
 |